C++DatabaseLanguage FeatureLearn C++

What Is The C++ Builder REST Debugger And How Do We Use It?

In this post, you’ll learn what the REST Debugger is, how to launch it and copy and paste REST components into Rad Studio or C++ IDE; how to connect a REST Service; how to use the ExchangeRates API, and how to use the REST Debugger to automatically setup and connect components. What is the REST Debugger? In RAD Studio there is a superbly useful tool called the REST Debugger. It comes…
Read more
C++Introduction to C++Language FeatureLearn C++

How To Make A New Windows VCL Static Library In C++

What do we mean by the term “static library”? What is a DLL? How can I create a new DLL dynamic library? Can I create a new DLL using the FMX framework? How can I create a function in a dynamic library? Where can I find a simple DLL example which uses C++ Builder FMX? Can we develop Dynamic Link Libraries in C++ Software for Windows FireMonkey Applications? Is it possible to use…
Read more
C++Introduction to C++Language FeatureLearn C++Syntax

How To Set Runtime Process Priority On Windows In A C++ App

The C++ Builder VCL library has a lot of Windows-specific libraries for controlling the runtime behavior of our applications. We can easily change the process priority of the current task in thread/core. In this post, you’ll get answers to these questions: How I set runtime process priority on my Windows C++ application?Can I change the process priority level at runtime?May I apply specific…
Read more
C++Introduction to C++Learn C++

How to Create a New Windows FMX DLL In C++

In this post, you’ll get answers to these questions: What is Static Library?What is DLL?How do I create a new DLL Dynamic Library?Can I create a new DLL using FMX framework? How can I create a function in a Dynamic Library? Where can I find a simple DLL example as a C++ Builder FMX?Can we develop Dynamic Link Libraries in C++ Builder for Windows FireMonkey Applications?Is it possible to use…
Read more