Re: [fpc-pascal] FP Vector graphics library

2009-05-30 Thread Felipe Monteiro de Carvalho
Better ignore this file, my latest fpvectorial works with the concept of paths which support mixing lines and bezier curves in the same path. -- Felipe Monteiro de Carvalho ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepas

Re: [fpc-pascal] How to call lib routines with cdecl calling convention with win32 app?

2009-05-30 Thread Marco van de Voort
In our previous episode, Coco Pascal said: > I have a library with udf routines using the cdecl calling convention, > required by Firebird. This seems to work well on win32. How exactly? > However when I test these routines with a fpc win32 app declaring > external functions with the cdecl or s

[fpc-pascal] How to call lib routines with cdecl calling convention with win32 app?

2009-05-30 Thread Coco 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

Re: [fpc-pascal] undefined reference to `fpc_geteipasebx'

2009-05-30 Thread Coco Pascal
Jonas Maebe schreef: Or maybe one of your source files contains {$pic+}. Indeed, the library project contained -fPIC as custom option. I didn't put it there. Removing it resulted in 'symbols not found: memory hausted'. The message when -Cg- was set. I took a fresh clean library project and b