_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal
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?
- [fpc-pascal] How to call lib routines with cdecl callin... Coco Pascal
- Re: [fpc-pascal] How to call lib routines with cde... Marco van de Voort
- Re: [fpc-pascal] How to call lib routines with... Coco Pascal
- Re: [fpc-pascal] How to call lib routines ... Jonas Maebe
- Re: [fpc-pascal] How to call lib routi... Coco Pascal
- Re: [fpc-pascal] How to call lib ... Jonas Maebe
- Re: [fpc-pascal] How to call ... Coco Pascal