Fast Report 64 bits C++ Builder 10.3 Rio
If I create a new C++ project in Rad Studio Professional V 10.3 (Rio) and I add a TFrxReport Component, it compiles and runs in 32 bits. It works without any problem.
If I compile it in 64 bits i get the following messages:
Compiling v64.cbproj (Debug, Win64)
[ilink64 Error] Error: Unresolved external '_lseek' referenced from C:\PROGRAM FILES (X86)\EMBARCADERO\STUDIO\20.0\LIB\WIN64\RELEASE\RTL.A|System.ZLib.o
Failed
Elapsed time: 00:00:09.0
Do I have to manually add a library?
Thanks in advance for your help
If I compile it in 64 bits i get the following messages:
Compiling v64.cbproj (Debug, Win64)
[ilink64 Error] Error: Unresolved external '_lseek' referenced from C:\PROGRAM FILES (X86)\EMBARCADERO\STUDIO\20.0\LIB\WIN64\RELEASE\RTL.A|System.ZLib.o
Failed
Elapsed time: 00:00:09.0
Do I have to manually add a library?
Thanks in advance for your help
Comments