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
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
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
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