Problemas linkando HBZIP.LIB

Post Reply
User avatar
AngelSalom
Posts: 664
Joined: Fri Oct 07, 2005 7:38 am
Location: Vinaros (Castellón ) - España
Contact:

Problemas linkando HBZIP.LIB

Post by AngelSalom »

Hola foro, estoy intentando echar a correr HBZIP.LIB en mi aplicación y al incluirlo en mi fichero de linkado, me arroja los siguientes errores :

Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_Wild2RegEx' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|zip
Error: Unresolved external '_hb_fsDirectory' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|zip
Error: Unresolved external '_inflateEnd' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|ziparchive
Error: Unresolved external '_deflate' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|ziparchive
Error: Unresolved external '_get_crc_table' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|ziparchive
Error: Unresolved external '_deflateEnd' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|ziparchive
Error: Unresolved external '_deflateInit2_' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|ziparchive
Error: Unresolved external '_crc32' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|ziparchive
Error: Unresolved external '_hb_fsCurDirBuffEx' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|zipnew
Error: Unresolved external '_inflateInit2_' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|ziparchive
Error: Unresolved external '_inflate' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|ziparchive
Error: Unresolved external '_hb_arraySetForward' referenced from C:\SI\TRABAJO\FWH\SICLASES\HBZIP\HBZIP.LIB|zipnew

Me falta algo????

Gracias
Angel Salom
angel@sigev.com
Angel Salom
http://www.visionwin.com
---------------------------------------------
fwh 19.05 - harbour 3.2 - bcc 7.0
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Angel,

Si no me equivoco, esa librería es para xharbour solamente.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
VeRCE
Posts: 219
Joined: Fri Nov 04, 2005 2:34 pm
Location: Mexico D.F.
Contact:

Post by VeRCE »

Antonio, se necesitarían los fuentes para
poder usarla con HARBOUR y compilarla.

Sabes donde tomar los fuentes ?
Juan Carlos Salinas Ojeda
México. D.F.
-------------------------------------------------
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Juan Carlos,

Los fuentes están en el directorio hbzlib de contribuciones de xharbour. Puedes conseguirlos desde el cvs en sourceforge, ó si quieres puedo copiarlos a www.hyperupload.com y poner un enlace de descarga aqui.

Te aviso que los fuentes están en C++ y que habrá que revisar que referencias externas usa y si estan disponibles esas referencias en Harbour.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
AngelSalom
Posts: 664
Joined: Fri Oct 07, 2005 7:38 am
Location: Vinaros (Castellón ) - España
Contact:

Post by AngelSalom »

Entonces, no hay forma posible de manejar ficheros comprimidos con harbour????
Angel Salom
http://www.visionwin.com
---------------------------------------------
fwh 19.05 - harbour 3.2 - bcc 7.0
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Angel,

Habría que ver si se puede construir la librería hbzip.lib para Harbour. Vamos a intentarlo en cuanto tengamos tiempo.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
VeRCE
Posts: 219
Joined: Fri Nov 04, 2005 2:34 pm
Location: Mexico D.F.
Contact:

Post by VeRCE »

Esperemos a que tengas tiempo Antonio
Gracias
Juan Carlos Salinas Ojeda
México. D.F.
-------------------------------------------------
User avatar
AngelSalom
Posts: 664
Joined: Fri Oct 07, 2005 7:38 am
Location: Vinaros (Castellón ) - España
Contact:

Post by AngelSalom »

Eso, eso. Animo con ese tiempo tan escaso que tenemos en estos tiempos que corren que todos vamos con tantísima prisaaaaaaaaaa.
Angel Salom
http://www.visionwin.com
---------------------------------------------
fwh 19.05 - harbour 3.2 - bcc 7.0
Post Reply