Hello,
I asking me, how I am able to create DLL files with FPC 3.2.2...
I can compile a library file to a DLL, but when I try to use the DLL by importing DLL functions, I get Windows Error 0x00000005 as far I use the imported DLL function.
The function itself have no Code - procedure foo; begin end;