FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Link warnings
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Link warnings

Posted: Fri Oct 30, 2009 07:18 AM

I get these warnings:

--------------------Configuration: whbiene - Debug--------------------
hbvm.lib(hvm.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x00054B50
hbmacro.lib(macrob.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x00095768
hbrdd.lib(dbf1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000AF508
rddntx.lib(dbfntx1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000C1BA0
rddcdx.lib(dbfcdx1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000D87F0
rddfpt.lib(dbffpt1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x000F4050
whbiene.EXE - 0 error(s), 6 warning(s)

Can these warnings be ignored?
Thanks in advance
Otto

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Link warnings

Posted: Fri Oct 30, 2009 11:10 AM

Otto,

Please add this flag when calling the linker:

/ARMPADCODE:NO

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6984
Joined: Fri Oct 07, 2005 07:07 PM

Re: Link warnings

Posted: Fri Oct 30, 2009 01:15 PM

Hello Antonio,
would you please show me where to insert this in the UEStudio "Application""- file.
Thanks in advance
Otto

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

Re: Link warnings

Posted: Fri Oct 30, 2009 07:09 PM

Otto,

In this line:

%vcdir%\bin\link @msvc.tmp /nologo /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:ARM /ARMPADCODE:NO

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion