C++Delphi

Easily Connect To Zephyr HxM Smart Heart Rate Monitor From Windows

We have been exploring some of the best IoT solutions with Delphi and C++ Builder in the last posts. For instance, the Heart Rate Monitor IoT component pack which provides heart rate measurements for IoT devices that utilize the standard GATT-based heart rate service. If you have been on the GetIt portal you have seen there are dozens of IoT components available for RAD Studio. And one of them…
Read more
C++Delphi

Easily Create Robust Cross-Platform IoT Solutions With Message Queuing Telemetry Transport (MQTT)

Most of the developers already familiar with HTTP web services. HTTP is a synchronous protocol so the client waits for the server to respond which comes at the cost of poor scalability. And synchronous communication is problematic when it comes to high load systems. Moreover, HTTP is one-way that clients cannot passively receive commands from the network. For these causes, most…
Read more
C++Delphi

Rapidly Deploy Blazing Fast Payment Solutions On Windows

The Delphi ecosystem has dozens of component partners that help developers amazing and complex applications faster. One of them is /n software. They provide a wide range of components for developers. E-Payment library simplifies E-Commerce development and offers 100+ payment gateways. E-Payment library comes with several complete demo applications, for instance, the ExpressCheckout demo shows…
Read more
C++CodeDelphi

Execute Scripts and View Source with TEdgeBrowser

With the release of 10.4.2 Sydney, the TEdgeBrowser for Delphi, C++Builder, and RAD Studio now works with the released version of Microsoft Edge and the Microsoft Edge WebView2 Runtime. This VCL component offers a number of improvements over the existing TWebBrowser, and the…
C++RAD Studio

Quickly Add The Powerful Boost C++ Library To Your Windows Projects

C++ is a popular programming language in the world of software development. With so many libraries available, developers can spend less time creating scientific and complex applications. The Boost library is one of the most well-known in the C++ community. Because the Boost community is constantly researching and developing new features, the Boost library is updated every 3-5 months. The Boost…
Read more