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