How to build single execution file when I have included some .hpp file?
I have unchecked the "Use dynamic RTL" in Linker tab and unchecked the "Build with runtime package" in Packages tab.
However I got the linker error "Unresolved external '__fastcall FilectrlirectoryExists(const System AnsiString)' referenced from ......
My project has included Filectrl.hpp and Inifiles.hpp. I think this is why I got the error.
Thanks.
I have unchecked the "Use dynamic RTL" in Linker tab and unchecked the "Build with runtime package" in Packages tab.
However I got the linker error "Unresolved external '__fastcall FilectrlirectoryExists(const System AnsiString)' referenced from ......
My project has included Filectrl.hpp and Inifiles.hpp. I think this is why I got the error.
Thanks.