There are numerous embedded databases that can be used with Delphi and C++Builder. Embarcadero provides two embedded databases: InterBase ToGo and IBLite. The SQLite Consortium created SQLite, an embedded SQL database engine. Finally, there’s TFDMemTable, which can save and load data from binary, XML, and JSON files, as well as query them via its LocalSQL property. Each embedded database has…
C++ Boot Camp Complete Replay
August 20, 2016
The complete replays for the C++ Boot Camp are available online, including downloads, slides and the Q&A log. A wealth of information for C++Builder.
Content for each day . . .
Day 1 –Building your first application with C++Builder
Day 2…
Delphi Boot Camp with 100% off Delphi
August 17, 2016
Author: Stephen Aberle
By popular demand, the Delphi Boot Camp is coming September 5th through the 9th. Join us for 5 days of great content so you can learn the fundamentals of Object Pascal, Delphi and the cross platform ready FireMonkey framework. The webinar repeats…
C++ Boot Camp: Game Development
August 1, 2016
Author: Aidan K7359
11-August-2016 / Day 4 of C++ Boot Camp is C++ Game Development hosted by Eli M., MVP, Developer and Entrepreneur from FMXExpress.com
Four different games with classic game mechanics will be demonstrated.
We will be also be covering topics such as App Tethering, utilizing TFrames to build your UI, using TRectangle as a light weight image object, accessing the device motion…
Author: Daniel K55894
New Bonus Pack is Free
Previously sold as standalone products, the Konopka VCL Controls and Radiant Shapes are now part of the free Bonus Pack. This offer is available to update subscription customers, so current 10.1 Berlin users can now…
Using CMake with the free Embarcadero C++ compiler
July 19, 2016
Do you want to use CMake with the newly released free compiler? This post quickly runs you through installing both the compiler and CMake, and shows an example build using two C++ files and the corresponding CMakeLists.txt.
CMake is a popular third-party build tool.
Ensuring…
Author: Jmac61
Let’s make your C++ VCL applications talkative 😀 May be another wife 😀
This is my first blog post here so I start with stimulating an old Delphi article http://edn.embarcadero.com/article/29583about Microsoft’s SAPI library for Speech Synthesis & Speech Recognition which is edited by Brain Lang. So there is much more information about SAPI in this…
A new edition of our free C++ compiler
July 13, 2016
Author: Jmac61
A long time ago, back when C++Builder was made by Borland,we made available a free version of our C++ compiler. If you’ve been around the C++ community long enough you’re probably very familiar with it: ‘Borland C++…
Extended Beacon sample for Delphi 10.1 Berlin: Standard, Alternative and Eddystone beacons
July 1, 2016
If you look at the ExtendedBeaconScanner sample that is included for Delphi in 10.1 Berlin, you will learn how to scan for Beacon devices using different scan modes: Standard, Alternative, Eddystone, and Extended. When selecting the Extended mode, the sample allows you to select the kind of Beacon device to scan: iBeacon, AltBeacon, and Eddystone. The Extended mode allows scanning all different…