[fpc-devel] linking resources on win64
Vincent Snijders
vsnijders at quicknet.nl
Fri Jun 29 13:09:02 CEST 2007
On Fri, 29 Jun 2007 11:32:19 +0200
Jonas Maebe <jonas.maebe at elis.ugent.be> wrote:
>
> On 29 jun 2007, at 11:12, vsnijders at quicknet.nl wrote:
>
> > Then I added this line to my program:
> > {$LINK lazarus.obj}
> >
> > I got this error message
> > C:\lazarus\source\lazarus\ide\lazarus.pp(119,1) Error: Error
> > reading COFF Symtable while reading lazarus.obj
>
> Isn't this because we don't support the Microsoft .obj format? (the
> same reason why we can't link other .obj files)
I thought COFF is the name of the obj format supported by fpc.
>From the gorc help page:
"It can make an OBJ file in COFF format, which is suitable for linking with other OBJ files to produce the final EXE or DLL."
Does Microsoft have a different COFF format?
Vincent
More information about the fpc-devel
mailing list