RAD Studio in FireMonkey provides access to a variety of device sensors on Android and iOS. Six different demos show how to easily access a variety of these various sensors. The demos include the Gyroscope, Accelerometer, AccessCameraApp/CameraComponent, Location, and OrientationSensor. These demos make use of the TOrientationSensor, TLocationSensor, TMotionSensor, TCameraComponent, and…
Access FTDI, Prolific, USB, And Serial COM Ports With Firemonkey In Delphi 10 Berlin On Android And Windows
August 23, 2016
Author: Wolfgang_W_
Developer Erik Salaj over at WINSOFT has a whole suite of Com Port components for Firemonkey in Delphi and C++Builder. The various Com Port components give you access to the Com Port on Android, OSX, and Windows. It does not appear that there is any…
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…
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 –Creating fast responsive user interfaces with animations and effects
Day 3 –C++11 language deep dive, and online chat…
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…
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 download the entire Bonus Pack for free. We recommend that you act soon if you want to take advantage of this offer, since it…
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…
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++ 5.5’counts its downloads in the millions, and despite its age is still today commonly used as an introductory command-line compiler…