Page 1 of 1

Warnings...

PostPosted: Thu Feb 16, 2006 9:14 am
by Andrés González
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....

Code: Select all  Expand view
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

PostPosted: Thu Feb 16, 2006 2:11 pm
by Antonio Linares
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.

PostPosted: Fri Feb 17, 2006 8:56 am
by Andrés González
Gracias Antonnio...