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 it’s hard to see why.’ First chance exception at $00007FF641CB123F. Exception class 0x80000003 with message 'Exception 0x80000003 encountered at address 0x7ff641cb123f'. Process…
Read more
C++ModernizationNewsRAD StudioWindows

[Yukon Beta Blog]: Win64 Clang Toolchains in RAD Studio 12

This blog post is based on a pre-release version of the RAD Studio software and it has been written with specific permission by Embarcadero. No feature is committed until the product GA release. RAD Studio 12 is just around the corner, and we have exciting news to share! In August, we ran an unusual webinar where we shared a behind-the-scenes look at some technology we’ve been working on for…
Read more
C++CodeIDEModernizationRAD Studio

What are vcle.lib and rtle.lib?

Solving an interesting issue upgrading a project from Classic to Clang. A recent blog comment asked for help where a Clang project was linking to vcle.lib, but the library did not exist in the Clang linking path (lib/win32c/release): it’s present only for the classic compiler in lib/win32/release. (Note the C in win32c, meaning Clang.) Why? If you see this error, how do you resolve it and…
Read more
C++Code

3 Main C++ Compiler Tips to Develop Successful Apps

Is your compiler set to use the CLANG compiler in the IDE options? If you are developing apps using lesser known C++ compilers, or maybe your legacy projects are starting to show their age, we highly recommend you switch to a CLANG C++ compiler which supports the latest…
C++IDERAD Studio

Is C++ A Programming Language?

C++ is a great thing to develop amazing apps but is it a programming tool or a programming language? Using a powerful, fast and reliable C++ compiler, IDE andC++ GUI frameworkare very important for beginners and professionals but how do they help and what do they…
C++IDERAD Studio

The Top 3 CLANG Based C++ IDE Choices Right Now

1. Embarcadero RAD Studio, C++ Builder 11.1 With CLANG & Embarcadero Compilers C++ Builderis the easiest and fastest C and C++ IDE for building simple or professional applications on the Windows, macOS, iOS & Android operating systems. It is also easy for beginners to learn with its wide range of samples, tutorials, help files, and LSP support for code. C++ Builder comes with…
Read more