C++

Developer Skill Sprint: GPU Computing with OpenCL

Author: Developer Skill Sprints This skill sprint replay is available on the Embarcadero YouTube channel athttps://www.youtube.com/watch?v=c4BigmnQhB0 Learning Resources: OpenCL information Kronos Group – https://www.khronos.org/opencl/ Wikipedia – https://en.wikipedia.org/wiki/OpenCL OpenCL v2.1 reference pages…
Read more
C++

Steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8

With RAD Studio 10 Seattle, you can build apps that run on iOS 9. A change in the iOS SDK is causing deployment issues on iOS 9 for 32-bit iOS applications built with XE7 and XE8. This is not an issue with RAD Studio 10 Seattle. Below are some simple workaround steps for building iOS 32-bit applications for iOS 9 with XE7 and XE8.  This does not impact iOS 64-bit applications…
Read more
C++

Creating a custom button style with RAD Studio 10 Seattle

In RAD Studio 10 Seattle, we made many enhancements to the integrated style designer in the IDE. In today’s post, I thought I would cover the steps for creating your own custom button style using RAD Studio 10 Seattle. Follow the steps below to create your own custom…
C++

New VCL Styles and Style Enhancements in RAD Studio 10 Seattle

In Delphi, C++ Builder and RAD Studio 10 Seattle, we provide a variety of new VCL styles and VCL style enhancements. Windows 10 Styles Choose from three built-in Windows 10 styles: Modern Light, Modern Dark and Modern Blue. These styles work great with the new VCL Windows 10 UI controls as well as the existing VCL UI controls. Common Dialog Styling VCL styling now extends to dialogs such…
Read more
C++

Adding headers to TListView programmatically

During today’s Delphi, C++Builder and RAD Studio 10 Seattle launch webinar, I got a question on how to add headers to TListView programmatically instead of using LiveBindings with a data source. Here is a quick code snippet showing how to programmatically add TListView…
C++

C++ IDE code editor structure windows is blank on Windows 10 machine - workaround

Several developers reporting an issue where the C++Builder IDE code editor structure window was blank after they upgraded their Windows machine to Windows 10. The issue is reproducible on these scenarios: The user has a machine with a Windows version lower than Windows 10 (Windows 8.1, 8, 7,…) The user has RAD Studio installed (all versions are affected) The user upgrades to Windows 10 In…
Read more