Thomas Kurz via fpc-pascal <[email protected]> schrieb am Di., 20. Aug. 2024, 18:16:
> And this is the point where I'm completely stuck. Is there anything I can > try or is it just impossible to create an .exe which doesn't depend need > the libcrypto DLL? > > Please, I don't want to discuss the pros and cons about static linking. > There are no high-security demands I have to satisfy. I'd just like to > understand what I'm doing wrong. > The internal linker does not support static libraries created by MSVC. Try the external linker using -Xe or use GCC compiled libraries. Regards, Sven >
_______________________________________________ fpc-pascal maillist - [email protected] https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
