[fpc-pascal] How to call lib routines with cdecl calling convention with win32 app?
Coco Pascal
coco.pascal at xs4all.nl
Sat May 30 11:50:07 CEST 2009
I have a library with udf routines using the cdecl calling convention,
required by Firebird. This seems to work well on win32.
However when I test these routines with a fpc win32 app declaring
external functions with the cdecl or stdcall calling convention gives me
a 'entrypoint not found' error. I assume cdecl is obligatory, but can I
implement that?
More information about the fpc-pascal
mailing list