Tech Tipp #4: Kaputter Compiler oder Layer 8 Problem?
Frage: Ich habe folgenden Quelltext (stark vereinfacht dargestellt): var a,b,c : Integer;begin a := 1; b := 2; if (a<10) or (b<10) or (a+b<10) then begin c := 3; exit; //...
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 ArticleC++ Builder以及第3方函式庫的支援
最近陸續有多位C++Builder的朋友來信詢問C++Builder和第3方函式庫的使用問題, 最多C++Builder朋友來信問的就是如何在C++Builder中使用OpenCV, 其次最多詢問的則是ACE和TAO. 其實這3個第3方函式庫是多年來一直被希望C++Builder能支援的函式庫, 我記得在數年前JT還在EMBT時的確已經開始做C++Builder For...
View ArticleC++ Builder和第3方函式库
最近陆续有多位C++Builder的朋友来信询问C++Builder和第3方函式库的使用问题, 最多C++Builder朋友来信问的就是如何在C++Builder中使用OpenCV, 其次最多询问的则是ACE和TAO. 其实这3个第3方函式库是多年来一直被希望C++Builder能支持的函式库, 我记得在数年前JT还在EMBT时的确已经开始做C++Builder For...
View ArticleNew Enterprise Connectors for Delphi and C++Builder - Join the Beta
We’re excited to announce our partnership with CData to offer 80+ Enterprise Connectors. The result of a year-long collaboration effort with CData, Enterprise Connectors leverages Embarcadero’s RAD...
View ArticleRAD Server Solution Series: [Healthcare] Nurses Station
I am kicking off a RAD Server solution focused blog series that highlights great use cases for RAD Server across different industries. This week's post highlights a nurses station solution designed for...
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 ArticleNew CData FireDAC drivers
It is very exciting time for Delphi and C++Builder developers! Embarcadero just announced partnership with CData to provide the whole suite of new FireDAC drivers that provide connectivity to major...
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 ArticleTIdURIを使わずURLエンコード[JAPAN]
毛利です。 C++Builderは TIdURIにPathEncode()や、URLEncode()など機能があります。std::ostringstream と GetBytes()を使って同じような実装をしてみました。 #include <sstream> #include <array> #include <functional> const...
View Article6月22日開催 RAD Studioで始めるマルチデバイス・クロスプラットフォーム開発ワークショップ - ハンズオンセッション [JAPAN]
2017年6月22日(木)17:00よりエンバカデロ セミナールームにて「RAD Studioで始めるマルチデバイス・クロスプラットフォーム開発ワークショップ」を開催いたしました。 ワークショップの大枠の部分は過去の開催分と同一ですので、内容の再確認をご希望の場合は過去記事に詳細な内容を記載しておりますので、そちらも併せてご参照ください。...
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 ArticleFireMonkey Android Compatibility Patch for RAD Studio 10.2 Tokyo
We have released a FireMonkey Android Compatibility Patch for RAD Studio 10.2 Tokyo. You can download it at: http://cc.embarcadero.com/item/30781 Read More
View ArticleUse TRESTDataSetAdapter with arbitrary JSON
One basic question I get asked is how can I convert arbitrary JSON into some kind of data structure such that I can extract useful data? One solution is to use the TRESTDataSetAdapter with arbitrary...
View ArticleURLエンコード TURLEncoding[JAPAN]
System.NetEncoding.TURLEncoding C++BuilderでURL エンコード 形式でデータをエンコードおよびデコードするメソッドを提供 TURLEncoding は、スペース(プラス記号 + として)と、次の予約された URL エンコード文字のみをサポートします ;:&=+,/?%#[]。 TURLEncoding...
View ArticleInterbase 2017 インストール[JAPAN]
Interbase 2017 の Developer Editionは、無料で試す事が可能です。 [Interbase 2017 ダウンロード] https://downloads.embarcadero.com/free/interbase?lang=jp 上記URLからダウンロードできます。 InterBase_2017_JP.zipがダウンロードされますので解凍します。...
View ArticleRAD Studio 10.2 Patch for Android Released
As Sarina already mentioned in the community site, last week Embarcadero released a second patch for Delphi and C++Builder 10.2 Tokyo. The first patch was focused on tool chain issues, while this new...
View ArticleThe Panthera Project – Part 4 – Installation Script
Best viewed at full screen (1080p)Read More
View Article