FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Pocket PC Warnings...
Posts: 632
Joined: Thu Jan 19, 2006 10:45 AM
Warnings...
Posted: Thu Feb 16, 2006 09:14 AM
Antonio a que se deben los Warnings que me salen al compilar el resultado es correcto pero no se como evitar los warnings. Utilizo el builtce.bat que tiene el FWPPC por defecto....

Compiling...
Harbour Compiler Alpha build 45.0 (Flex)
Copyright 1999-2005, http://www.harbour-project.org/
Compiling 'policia.prg' and generating preprocessed output to 'policia.ppo'...
Lines 122, Functions/Procedures 3
Generating C source output to 'policia.c'... Done.
Microsoft (R) C/C++ Optimizing Compiler Version 12.20.9615 for ARM
Copyright (C) Microsoft Corp 1984-2002. All rights reserved.

policia.c
   Creating library policia.lib and object policia.exp
vm.lib(hvm.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rva=
0x00032480
rdd.lib(dbf1.obj) : warning LNK1166: cannot adjust code at offset=0x00001000, rv
a=0x000884B0
dbfntx.lib(dbfntx1.obj) : warning LNK1166: cannot adjust code at offset=0x000010
00, rva=0x00095EFC
dbffpt.lib(dbffpt1.obj) : warning LNK1166: cannot adjust code at offset=0x000010
00, rva=0x000AB9D8
* Application successfully built
Saludos



Andrés González desde Mallorca
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Warnings...
Posted: Thu Feb 16, 2006 02:11 PM

Andrés,

Esos warnings son conocidos y no tienen porque afectar al funcionamiento de la aplicación.

De momento no sabemos como quitarlos. Si afectasen a la aplicación, generarían un GPF, que FWPPC reportaría.

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 632
Joined: Thu Jan 19, 2006 10:45 AM
Warnings...
Posted: Fri Feb 17, 2006 08:56 AM

Gracias Antonnio...

Saludos



Andrés González desde Mallorca

Continue the discussion