FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Error on compiling a fwppc program
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Error on compiling a fwppc program
Posted: Mon May 04, 2009 12:42 AM

with xmate I compile a test fwpc

it is compiled but xmate return these lines

hbvm.lib(hvm.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x0004567C
hbmacro.lib(macrob.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000938F8
hbrdd.lib(dbf1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000AD508
rddntx.lib(dbfntx1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000BFBA0
rddcdx.lib(dbfcdx1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000D67F0
rddfpt.lib(dbffpt1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000F2050

perhaps there is a bug ?

Best Regards, Saludos



Falconi Silvio
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error on compiling a fwppc program
Posted: Mon May 04, 2009 03:02 AM

Silvio,

It is not a bug. You have to use this flag to call link.exe:

/ARMPADCODE:NO

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
Re: Error on compiling a fwppc program
Posted: Mon May 04, 2009 03:20 AM

thanks

Best Regards, Saludos



Falconi Silvio

Continue the discussion