Re-use lots of c++ files in several (closely related) projects without libs and without manually adding files to the project every time. Possible?
I have a plethora of .h/.cpp
files with various classes. From files with tools to files with classes for every type of ‘problem’ the project needs to handle. This is an ever growing list.
Using .a library file with Embarcadero’s RAD Studio 12.1 64-bit (modern) compiler?
My Situation:
Embarcadero RAD Studio 11.2 created 64-bit dlls with a library file that used the extension “.a”.
Unable to wait for all streams to complete in C++Builder
Here is my code
Rad Studio 12 returns incorrect screen sizes
I have started moving a c++ Firemonkey project from Rad Studio 10.3 to the latest 12.1
However, Screen->Displays doesn’t return the correct screen size and location anymore and code which runs fine under 10.3 doesn’t work under 12.1.
C++ Builder CE 11 Version 28.0.48361.3236 / How can I change the path of __astcache / OneDrive don’t like it
My Windows 10 (latest version) is configured to store my files in the cloud.
The problem is that OneDrive sometimes want to change the name of a cache file which is not
Windows naming convention, or better said OD naming convention.
C++ Builder 12 StrToDateTime Exception but C++ Builder 11 no exception
I have a CSV file with dates in the format “2021/04/25 12:47:54 pm GMT+8” which are stored in a String.
I currently convert the date field in C++ Builder 11 with the following code without any issues.