C++Builder supports Boost, a common and useful C++ library. Through the GetIt package manager, you can install a build of v1.55 for our Clang compilers, or if you are using the classic compiler, an older version of Boost, v1.39.
Theversion available on GetIt for 10.2 had an issue for non-header-only Boost libraries. Most of Boost is available through headers,but some…
Borland OWL to C++ Builder VCL
February 20, 2018
Every once in a while, I get a request to help migrate Borland OWL applications to C++ Builder VCL applications.
Background
TheObject Windows Library(OWL) is aC++object-orientedapplication frameworkdesigned to simplify desktop application…
New in 10.2.2: C++ and Debugger Improvements
December 20, 2017
In RAD Studio 10.2.2, we’ve made a number of great quality improvements for the C++ toolchain and for the debugger for both C++ and Delphi.
Debugger
Linux:many fixes when evaluating, especially when passing records or arrays
Android: Android debugging was broken…
CodeRage XII - C++ Track
November 5, 2017
These are the 23 sessions in theC++ track for CodeRage XII. Register today and you can watch them on Embarcadero Academy.
InterBase 2017 ToGo Cross-Platform Development and Deployment with Al Mannarino
Scheduled: Tue 7th @ 6:00 AM
Level: All (General information for everyone)
[Watch during CodeRage] [Add to Gcal] [Add to Outlook / iCal]
Description: InterBase 2017 ToGo Edition is a…
Author: h.mohri
Output toJSON Base64 ImageData Reading Browser.I useExt JS. And theJSON serverisC++Builder bcc32.
Create a standalone new project for WebBroker.
Add action on TWebModule side.
PathInfo is set…
Wi-Fi management from applications using C++Builder
October 4, 2017
Author: h.mohri
UsingC++Builder 10.2 Tokyo, explain how to switchWi-FionAndroid.
ManageWi-Fiswitching usingJWifiManager
I usedi_JWifiManager which wrappedWifiManager.di_JWifiManager is theDelphi interface.Set the…
【Delphi / C++Builder】Starter無償提供1周年記念!アプリケーション開発の基礎が学べるWebセミナー(2限目)[JAPAN]
September 26, 2017
Delphi / C++Builder Starter Edition が無償でご利用いただけるようになって、1年が経ちました。そこで無償提供開始1周年を記念して、2017年9月22日(金)に「Delphi / C++Builder Starter チュートリアルシリーズ…
C++ Builder Header Dependencies
August 30, 2017
Why should you care about header dependencies in C++? One reason is header dependencies can have an impact on building, refactoring, testing and on the structure of your software.
And reducing header dependencies in C++ also reduces compile time dependencies – the…
New in RAD Studio 10.2.1: C++ Improvements
August 14, 2017
In Tokyo Release 1 (otherwise known as 10.2.1) we’ve made a number of improvements toour C++ support: a small but useful change in the IDE, and some significant improvements in the toolchain itself.
Toolchain: compiler, linker, etc
Debugging and viewing variables, and general compiler
In 10.2.0, we made a lot of changes to the Clang compilers to improve evaluatingvariables…