linking c++ application WIN64X file usp10.a not found
Hi, when linking my c++ application with Embarcadero 12.3 and Fast Reports v2025.2.0 i have the following message:
usp10.a not found
can you help me?
thanks
Hi, when linking my c++ application with Embarcadero 12.3 and Fast Reports v2025.2.0 i have the following message:
usp10.a not found
can you help me?
thanks
Comments
Try to comment #pragma link "usp10.a" in the C:\Program Files (x86)\Fast Reports VCL\2025.2\Sources\LibRS29\VCL\Win64x\frxExportPDF.hpp
Thanks! That fixed it for me.