C++Builderでstd::unordered_mapを使う[JAPAN]
毛利です。 std::unordered_map 先日、「Optimized C++」書籍についてのC++勉強会に参加しました。その時、std::unordered_mapの議論になりました。C++Builderでは、std::unordered_mapも使用できます。...
View ArticleiOSアプリの起動中にスリープさせない方法[JAPAN]
毛利です。 iOSでDelphi/C++Builderで開発したアプリ起動している間、スリープしたくない場合がございます。 setIdleTimerDisabled(true)にすればスリープしません。 C++BuilderでiOSアプリを作成する場合 __fastcall TForm1::TForm1(TComponent* Owner) : TForm(Owner) {...
View ArticleThe Panthera Project – Part 2 – The Presentation Layer Getting Started
Best Viewed in Full Screen
View ArticleTech Tipp #3: "Delphi Starter" auf "Delphi Professional" Update
Frage: Ich habe zur Zeit eine Delphi Starter Edition installiert. Habe aber eins der zahllosen Angebote von Embarcadero angenommen und habe jetzt eine Seriennummer für die "Professional Edition". Wie...
View ArticleInterbase Generatorの使い方[JAPAN]
Interbaseはジェネレータを持っています。 generator 新規作成 create generator sq1 create generatorで"sq1"と言う名称のgeneratorが一つ完成しました。中身は0が入っています。 generatorの番号セット SET generator sq1 TO 1 set generator で“sq1"の中身に1をセットします。...
View Articlebds.exe オプション[JAPAN]
RAD Studio 無料トライアル版 RAD Studio キャンペーン情報 RAD Studio 10.2 Tokyo bds.exe の使用例 コード 内容 bds.exe -ns RAD Studio IDE をスプラッシュ画面を表示せずに起動します。 bds.exe -sd c:\test\source -d c:\test\myprog.exe \mbox{-}td -td...
View ArticleTry to acquire ANDROID_ID and identifierForVendor(IDFV)[JAPAN]
Try to acquire ANDROID_ID and identifierForVendor(IDFV) using C++Builder. ID Description ANDROID_ID ANDROID_ID is a character string randomly generated at the time of initialization of Android...
View ArticleI uploaded the JSON viewer made with C++Builder to the Windows store.
Previously, I made a JSON viewer. https://community.embarcadero.com/blogs/entry/visualize-json-using-ttreeview This project is a VCL application. Build up and appx it into the Windows store, The...
View ArticleANDROID_IDと、identifierForVendorを取得[JAPAN]
毛利です。 C++Builderを使用してANDROID_IDとidentifierForVendor(IDFV)を取得を試してみました。 ID Description ANDROID_ID ANDROID_IDは、Android端末の初期化時にランダムに生成された文字列です。 identifierForVendor(IDFV) identifierForVendor(IDFV)は、iOS...
View ArticleVideo: Adding InterBase 2017 ToGo to RAD Studio 10.2
InterBase 2017 is now available for installation directly into RAD Studio via GetIt for use in Delphi and C++Builder applications across Windows, macOS, iOS, Android and also for Linux. While a Linux...
View ArticlePictures from Italian Delphi Day last week
Last week I was at a large Italian conference (with almost 100 Delphi developers attending) in my city. I gave a keynote on the status and future of Delphi, and there were many other sessions given by...
View ArticleThe Panthera Project – Part 3 – The Presentation Layer – Daemonizing
Best viewed in Full Screen (1080p)
View ArticleInterbase Generator 応用1[JAPAN]
Interbase generator一覧を取得 generatorは “RDB$GENERATORS"ここに入っています。 select * from RDB$GENERATORS; この方法でgenerator一覧の取得が可能です。 1つのgeneratorデータを取得 “gen_id([ジェネレータ名],0)"で取得できますが上記のRDB$GENERATORSを使って取得する事も可能です。...
View ArticleI tried encoding not using TIdURI.
I tried encoding without using TIdURI.used the std::ostringstream and GetBytes() functions. enc.cpp #include <sstream> #include <array> #include <functional> std::string...
View ArticleInterbase ODBC ドライバインストール方法[JAPAN]
Interbase ODBCドライバダウンロード 28975 Embarcadero InterBase ODBC Driver for Windows, 32-bit and 64-bit 上記からダウンロードできます。「odbcibinstall.exe」で保存します。 Interbase ODBCドライバインストール odbcibinstall.exeを起動します。...
View ArticleCelebrating 22 Exciting Years of Innovation with Delphi
Delphi was released over 22 years ago in San Francisco. More than two decades later, the Delphi design philosophy remains steadfastly the same: continual innovation and increasing productivity for...
View ArticleRAD Server and Enterprise Connectors
Connected Systems Many years ago I was the lead developer for a software development company that was a market leader in the leisure industry. Back in the day, we were using Delphi 3 and then Delphi 5...
View ArticleCodeRage 2017: Aufzeichnungen der Zweiten Deutschen CodeRage
Die CodeRageDE (Zweite Deutsche CodeRage) war gestern ein voller Erfolg! Viele Interessante und ausgiebige Vorträge zu den Themen Delphi, C++Builder, modernes C++, TMSPassKit, FireDAC Cached Update,...
View Article