[fpc-pascal] Different Object Code formats
Felipe Monteiro de Carvalho
felipemonteiro.carvalho at gmail.com
Fri Jan 26 23:58:52 CET 2007
On 1/26/07, Peter Vreman <peter at freepascal.org> wrote:
> For Windows there is even an internal linker. If symbian uses something like PE coff you can maybe
> even use that one. It works for all Windows targets (Win32,Win64,WinCE) already.
Does the internal linker support linking to .LIB files?
The problem is that the executable is a standard win32-pe, but there
are some "gotchas" =) Like the entry point must be exported and called
_E32EXE .... and we must link together the symbian .lib files.
thanks,
--
Felipe Monteiro de Carvalho
More information about the fpc-pascal
mailing list