Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
C++Delphi

GameDev: Fun Multi-Platform Mars Rocket Game For Android, iOS, macOS, And Windows

FireMonkey allows you to create complex and sophisticated cross-platform applications. From business applications to games, there is something for everyone. Dozens of sample applications are available on the GetIt portal. Today we’ll look at the classic arcade game Mars Rocket. The player must collect points and land the rocket without crashing in this game. Three stars are randomly placed…
Read more
DelphiRAD Studio

Fun With 3D: Apply A Texture To A GPU Shader With Delphi FireMonkey

We have been exploring shader programming in Delphi FireMonkey. In thefirst post, we have learned the fundamentals of computer graphics and prepared the development environment. And created a simple demo application that just renders every pixel using a blue color. So,in the second tutorial, we have applied a custom color to the GPU shader. And made several additions to the main…
Read more
CodeDelphiTech Partner

Detect Bluetooth Devices Easily In Your Windows Apps With Flexible Component Suite

Do your need to detect all the connected Bluetooth devices in your machine programmatically? How to get the Device Name, Address, Last Used, Authenticated, Connected status, etc., for each Bluetooth Devices connected? Don’t know what to do? Don’t worry.MiTec’sSystem Information Management Suite’s component helps to get this information with less code, and we will learn how to…
Read more
IDERAD Studio

Increase Your Coding Experience By Adding Helpful Extensions To Your IDE

Developers love arguing and discussing different types of code editors most of the time. Someone says Vim is number one, someone says VSCode cracks everything. These all different code editors have different features and abilities to do tasks easily. RAD Studio is improving its code editor by adding new helpful and handy extensions. One of them is the Navigator extension. Navigator lets you…
Read more
C++CodeHow-To'sModernizationRAD Studio

My code used to work but crashes! Easily Solving Incorrect Code with bcc64x

We’ve had a couple of support requests that are along the lines of, ‘I’m upgrading to the new Win64 Modern C++ toolchain. But when I run my app built in Release mode, it crashes, and…

IN THE ARTICLES