IDENews

Streamlining RAD Studio Upgrades with GetIt

This guide covers streamlining GetIt packages during and upgrade and installation for a smoother upgrade experience. When upgrading between major versions, the Settings Migration Tool simplifies keeping your settings. It is also great for migrating a subset of your settings between alternative registry keys. When upgrading minor versions, your registry settings are automatically persisted…
Read more
C++CodeIDE

5 Ways To Increase Your Professional C++ Software Skills

Hello C++ Developers, Today we have posts that answer a lot of questions about the business of writing C++ software, how to get the best from a C++ IDE, and a comparison of C++ compilers. We give our thoughts on the best C++ IDE and compiler this year. If you are a beginner, we run through some tips on how you can compile applications on Windows, plus we listed a lot of components available…
Read more
C++Code

The Top 6 Picks From Last Week On LearnCPlusPlus.org

Hello Dear C++ Developers, LearnCPlusPlus.org is the ultimate place to learn how to use the powerful Modern C++ language in easy steps. We try to use the latest RAD Studio, C++ Builder versions (10.4.2) to test the modern ways in CLANG C++ Standards. Because of CLANG…
C++Delphi

Use Real PNG Files In Your Delphi C++ Builder Applications

In VCL, of course, you can use Real PNG files with the TPngImage class. With TPngImage class, you can load and manipulate PNG graphics. But there is another option to use PNG image files with PNGComponents. PNGComponents is a set of components that allows you to easily include PNG files in your application. This is a source-only release of TurboPack PNGComponents. It includes design-time and…
Read more
C++

High-Performance C++ NMEA Parser GPS Interface

Most GPS modules have a serial port, which makes them excellent to connect to a microcontroller or computer. It is common for the microcontroller to parse the NMEA data. Parsing is just removing the pieces of data from the NMEA sentence so the microcontroller can do…
RAD Studio

Quickly Control Light Bulbs Using FireMonkey

ThingConnect IoT device component pack is one of the best areas of RAD Studio. It offers you to connect to dozens of IoT devices with easy-to-use interfaces. For instance, you can connect to the Aeon Labs Light Bulb using Delphi or C++ Builder. As you can see these…
C++DelphiRAD Studio

High-Performance Bluetooth Low Energy Library For RAD Developers

Embarcadero offers a set of components and libraries to work with Bluetooth Low Energy or just BLE-enabled devices. For instance, you can utilize the new TBluetoothLE component to implement the RTL BluetoothLE feature for server and client applications using with FireMonkey. Furthermore, the RTL provides a BLE scan filter implementation that takes advantage of the new BLE low consumption chips.
Read more