Re: [fpc-devel] linking resources on win64

2007-06-29 Thread Florian Klaempfl
Vincent Snijders schrieb: > On Fri, 29 Jun 2007 11:32:19 +0200 > Jonas Maebe <[EMAIL PROTECTED]> wrote: > >> On 29 jun 2007, at 11:12, [EMAIL PROTECTED] wrote: >> >>> Then I added this line to my program: >>> {$LINK lazarus.obj} >>> >>> I got this error message >>> C:\lazarus\source\lazarus\ide\la

Re: [fpc-devel] linking resources on win64

2007-06-29 Thread Felipe Monteiro de Carvalho
On 6/29/07, Vincent Snijders <[EMAIL PROTECTED]> wrote: I thought COFF is the name of the obj format supported by fpc. That's a common source of confusion. There are several different object formats which all call themselves COFF. COFF is a generic name. -- Felipe Monteiro de Carvalho

Re: [fpc-devel] linking resources on win64

2007-06-29 Thread Vincent Snijders
On Fri, 29 Jun 2007 14:58:23 +0300 Yury Sidorov <[EMAIL PROTECTED]> wrote: > From: "Jonas Maebe" <[EMAIL PROTECTED]> > > On 29 jun 2007, at 11:12, [EMAIL PROTECTED] wrote: > > > >> Then I added this line to my program: > >> {$LINK lazarus.obj} > >> > >> I got this error message > >> C:\lazarus\sou

Re: [fpc-devel] linking resources on win64

2007-06-29 Thread Yury Sidorov
From: "Jonas Maebe" <[EMAIL PROTECTED]> On 29 jun 2007, at 11:12, [EMAIL PROTECTED] 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 th

Re: [fpc-devel] linking resources on win64

2007-06-29 Thread Vincent Snijders
On Fri, 29 Jun 2007 11:32:19 +0200 Jonas Maebe <[EMAIL PROTECTED]> wrote: > > On 29 jun 2007, at 11:12, [EMAIL PROTECTED] 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

Re: [fpc-devel] linking resources on win64

2007-06-29 Thread Jonas Maebe
On 29 jun 2007, at 11:12, [EMAIL PROTECTED] 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 Microso

[fpc-devel] linking resources on win64

2007-06-29 Thread vsnijders
Hi, I am experimenting with the gorc resource compile, which suposedly can create coff object files for win64 from .rc files. See http://www.jorgon.freeserve.co.uk/Resource.htm#int fifth paragraph. I created lazarus.obj with the following command line: C:\lazarus\source\lazarus\ide>c:\lazarus\d