[ilink32 Error] Error: Unresolved external '__InitVCL' referenced from C:\PROGRAM FILES (X86)\EMBARCADERO\STUDIO\21.0\LIB\WIN32\RELEASE\CP32MTI.LIB|crtlvcl
[ilink32 Error] Error: Unresolved external '__ExitVCL' referenced from C:\PROGRAM FILES (X86)\EMBARCADERO\STUDIO\21.0\LIB\WIN32\RELEASE\CP32MTI.LIB|crtlvcl
[ilink32 Error] Error: Unable to perform link
This are the steps I make to compile all libraries:
- Execute the installer for the libraries. I install them in C:\LMD2020. Lib path is C:\LMD2020\lib
- Execute the installer for the source code. Install it also in C:\LMD2020. BPL folder if the default folder and mark the option to modify the search path in Builder 10.4
- Compile (with Delphi) project _LMD2020VCL_d27.groupproj, both for 32 and 64 bits --> No errors
- Compile (with Builder) project _LMD2020VCL_b27.groupproj --> Linking error
At this point, I have noticed that there is projects for C++ version are not configured to have 32 and 64 bits platform. Only 32 is available. Is this correct?, I think is also needed platform for 64 bits version.
Comments