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
News

Considerations on Delphi and the StackOverflow 2023 Developer Survey

This is the third year Delphi is listed in the very large StackOverflow survey and results for the language are very much in line with last year. The Delphi programming language is officially listed in the most recent StackOverflow developers survey, like in the last couple of years. Before we get to some of the details, the short summary is that Delphi usage hasn’t changed, going from at…
Read more
News

Deploy Yellowfin Using Docker And Connect it to Delphi Apps

Even though Yellowfin is very straightforward regarding installation, sometimes we don’t want to mess up our main developing computer with extra applications or spin a new VM just to install one piece of software. Here is where Docker comes into play and really shines. Yellowfin has an “all-in-one” Docker image that makes deploying a test or demo environment a breeze. This Docker image is…
Read more
C++CodeIDERAD Studio

How To Use C++ Code Editor In Engineering Applications?

Hello Great C++ Developers, C++ Builder is a great C++ code editor and compiler to build wonderful C++ apps, that have a lot of modern features, and this is another amazing week with a lot of new C++ posts. In our picks for this week of LearnCPlusPlus.org , we will learn the swscanf method which is used by wstrings and we will learn the erase method of wstring too. Bitwise operations are…
Read more