[fpc-pascal] Embedding DLL into EXE for Windows 32 bit?
Marco van de Voort
marcov at stack.nl
Sat Jul 7 12:14:05 CEST 2018
In our previous episode, Zoe Peterson said:
>
> There are a few options:
>
> 1) Include the DLL as a resource and extract it to a temp location ...
>
> 2) Load it directly from memory using a third party unit like this: ...
>
> 3) Codesign the DLL and executable and verify that they haven't been ...
All three assume the exe will start without the DLL, which is often not a
given.
There are still dongles that work with .objs (e.g. Dinkey Pro).
More information about the fpc-pascal
mailing list