I need to build my C++ Builder XE project with linked static library so I can get a large executable file in the Project's Debug\Win32 directory but I can't.
Everytime I try to build my project, it doesn't builds the executable with the Runtime Library whereas I have set the Project's Option to disable the "Link with Dynamic RTL" and enable the "Build with runtime packages" like this:
What's going wrong here? Any idea?
Thank a lot in advance.
You need to turn OFF both the "Link with Dynamic RTL" and the "Build with runtime packages" options. Dynamic RTL and Runtime packages are all external DLLs.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With