I have a VCL project that I'm writing using C++Builder 10.4.1.
So far, the project has 52 modules (cpp/h) and is going to grow. The project does not use any Packages or DLLs other than the built-in ones.
For the 32-bit version, when I do a re-build, it runs just fine, but if I change something and just do a make, I get the error message:
The procedure entry point _wcscpy could not be located in dynamic link library myAppName.exe
I've also discovered that if I delete myAppName.ils
before re-making the app, this does not happen.
So, I either gave to do a full re-build, which takes a long time, or I have to remember to delete the stupid .ils
file, which is annoying.
Does anyone have a better and more permanent solution for this?
By the way, compiling for 64-bit does not have this issue.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…