[fpc-pascal] Linking statically C code with stdcall functions
Henry Vermaak
henry.vermaak at gmail.com
Fri Mar 5 13:28:47 CET 2010
On 5 March 2010 12:22, Henry Vermaak <henry.vermaak at gmail.com> wrote:
>
> You can pass --kill-at as an option to ld when you link the library
> (or gcc -Wl,--kill-at).
You can even use --enable-stdcall-fixup when you you link your pascal
program with ld. That should try and do what the docs call "fuzzy
linking".
See: http://sourceware.org/binutils/docs/ld/Options.html#Options
Henry
More information about the fpc-pascal
mailing list