Page 1 of 1

Compile warming

Posted: Wed Mar 16, 2011 4:13 am
by lailton.webmaster
--------------------Configuration: Ontop-Pocket - Release--------------------
Harbour 2.0.0 (Rev. 13372)
Copyright (c) 1999-2010, http://www.harbour-project.org/
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.

WCliente.c
hbvm.lib(hvmall.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=0x0003A4E0
Ontop-Pocket.EXE - 0 error(s), 1 warning(s)


It;s normal ?

How solve this warning ?

thanks

Re: Compile warming

Posted: Wed Mar 16, 2011 2:12 pm
by lailton.webmaster
Daniel help solve,

Here solucion

Change script UEs line Cmd0 To:

Cmd0 = LINK $(LOPT) /ARMPADCODE:NO $FGO $(LIBS) $FGR

=]