[fpc-pascal] Compiling library / Win32 DLL
Tony Pelton
tpelton at gmail.com
Thu Dec 29 14:14:40 CET 2005
you are using FP or its IDE and _not_ lazarus ... right ?
i had some troubles with building a DLL with lazarus, where identical
code would build link under lazarus, and my windows application
wouldn't load it, and everything would work fine when i built it using
the FP compiler standalone.
likely a user error, but i was never able to figure it out.
my $0.02
Tony
On 12/29/05, chromdildo <chromdildo at t-online.de> wrote:
> Hallo list.
>
> I'm having trouble with library/DLL under Win32 (exporting one function
> and having a little GUI).
> Compiles fine, but the host application can't load them. The Host is
> closed source (think MSVC).
>
> Same code compiles and runs fine with Delphi.
>
> Can someone describe the main differences with building/linking
> libraries under Delphi/freepascal.
> I'm sure I'm missing some compiler/linker - switch.
>
> Thank you very much
> chrom
>
> P.S. Merry Xmas and happy new year to all.
More information about the fpc-pascal
mailing list