Hi
I’ve installed Alpha Controls 16.22 32 bit into C++ Builder without problems.
If I try to link my project as 64 bit it complains that the 64 bit library file can’t be found – it’s not on my PC.
So I open up the x64_R package and try to build it, but I get this error:
[ilink64 Error] Error: Unresolved external ‘__InitVCL’ referenced from C:\PROGRAM FILES (X86)\EMBARCADERO\STUDIO\22.0\LIB\WIN64\RELEASE\CP64MTI.A|crtlvcl.o
[ilink64 Error] Error: Unresolved external ‘__ExitVCL’ referenced from C:\PROGRAM FILES (X86)\EMBARCADERO\STUDIO\22.0\LIB\WIN64\RELEASE\CP64MTI.A|crtlvcl.o
Any hints on how to fix this would be appreciated.
Andy