error al compilar

Post Reply
davidObarrio
Posts: 72
Joined: Tue Oct 02, 2012 4:36 pm

error al compilar

Post by davidObarrio »

Que puede ser ??

Error: 'C:\XHARBOUR\LIB\HBZLIB.LIB' contains invalid OMF record, type 0x21 (possibly COFF)

gracias

david
User avatar
Antonio Linares
Site Admin
Posts: 42660
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 69 times
Been thanked: 96 times
Contact:

Re: error al compilar

Post by Antonio Linares »

David,

Parece que estas enlazando la versión de Borland, cuando debieras enlazar la versión de Microsoft (ó al contrario) :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
davidObarrio
Posts: 72
Joined: Tue Oct 02, 2012 4:36 pm

Re: error al compilar

Post by davidObarrio »

Otro.....

Error: Unresolved external '_crc32' referenced from C:\XHARBOUR\LIB\PNG.LIB|png
Error: Unresolved external '_inflateReset' referenced from C:\XHARBOUR\LIB\PNG.LIB|png
Error: Unresolved external '_inflateInit_' referenced from C:\XHARBOUR\LIB\PNG.LIB|pngread
Error: Unresolved external '_inflate' referenced from C:\XHARBOUR\LIB\PNG.LIB|pngrutil
Error: Unresolved external '_inflateEnd' referenced from C:\XHARBOUR\LIB\PNG.LIB|pngread
Error: Unresolved external '_deflateEnd' referenced from C:\XHARBOUR\LIB\PNG.LIB|pngwutil
Error: Unresolved external '_deflateInit2_' referenced from C:\XHARBOUR\LIB\PNG.LIB|pngwutil
Error: Unresolved external '_deflateReset' referenced from C:\XHARBOUR\LIB\PNG.LIB|pngwutil
Error: Unresolved external '_deflate' referenced from C:\XHARBOUR\LIB\PNG.LIB|pngwutil

Bajé PNG.LIB y la actualice, pero me sigue dando ese error

gracias

david
User avatar
Antonio Linares
Site Admin
Posts: 42660
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 69 times
Been thanked: 96 times
Contact:

Re: error al compilar

Post by Antonio Linares »

David,

Tienes que enlazar hbzlib.lib de Harbour tambien
regards, saludos

Antonio Linares
www.fivetechsoft.com
davidObarrio
Posts: 72
Joined: Tue Oct 02, 2012 4:36 pm

Re: error al compilar

Post by davidObarrio »

gracias

donde puedo bajar dicha LIB (hbzlib.lib), yo bajé una pero me da el error de arriba...

gracias

David
User avatar
Antonio Linares
Site Admin
Posts: 42660
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 69 times
Been thanked: 96 times
Contact:

Re: error al compilar

Post by Antonio Linares »

David,

Disculpa, como usas xHarbour, la libreria a enlazar es zlib.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply