Page 1 of 1

Problemas al compilar Account en samples

PostPosted: Sat Feb 03, 2018 11:06 pm
by FiveWiDi
Hola Antonio,

Estoy intentando compilar el ejemplo Account y me da estos errores:

Error: Unresolved external '_HB_FUN_HB_GETFILESINZIP' referenced from C:\DESARRO
L\FWH_1507\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPOPEN' referenced from C:\DESARROL\FW
H_1507\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILEFIRST' referenced from C:\DESARR
OL\FWH_1507\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILEINFO' referenced from C:\DESARRO
L\FWH_1507\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILEOPEN' referenced from C:\DESARRO
L\FWH_1507\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILEREAD' referenced from C:\DESARRO
L\FWH_1507\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILECLOSE' referenced from C:\DESARR
OL\FWH_1507\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILENEXT' referenced from C:\DESARRO
L\FWH_1507\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPCLOSE' referenced from C:\DESARROL\F
WH_1507\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external 'SHCreateDirectoryExA' referenced from C:\DESARROL\FW
H_1507\LIB\FIVEHC.LIB|MKDIR
Error: Unable to perform link

¿Cómo los puedo resolver?

¿Qué me falta por linkar?

Muchas gracias,

Re: Problemas al compilar Account en samples

PostPosted: Sat Feb 03, 2018 11:55 pm
by cnavarro
Añade

minizip.lib
hbzip.lib

Re: Problemas al compilar Account en samples

PostPosted: Sun Feb 04, 2018 6:42 pm
by FiveWiDi
cnavarro wrote:Añade

minizip.lib
hbzip.lib


Gracias Cristobal,

pero en la versión de Harbour que "acompañaba" a la de FWH 1507 no viene hbzip.lib

Re: Problemas al compilar Account en samples

PostPosted: Sun Feb 04, 2018 6:49 pm
by cnavarro
Disculpa es, se me fue el dedo

hbziparc.lib
hbmzip.lib
hbzlib.lib
minizip.lib

Re: Problemas al compilar Account en samples

PostPosted: Sun Feb 04, 2018 8:20 pm
by FiveWiDi
cnavarro wrote:Disculpa es, se me fue el dedo

hbziparc.lib
hbmzip.lib
hbzlib.lib
minizip.lib


No te disculpes, agradezco tu ayuda.

De momento han desaparecido casi todos los errores, sólo queda este:

Error: Unresolved external 'SHCreateDirectoryExA' referenced from C:\DESARROL\FW
H_1507\LIB\FIVEHC.LIB|MKDIR

Re: Problemas al compilar Account en samples

PostPosted: Sun Feb 04, 2018 8:29 pm
by cnavarro
Añade en las libs de borland

shell32.lib

Re: Problemas al compilar Account en samples

PostPosted: Sun Feb 04, 2018 10:51 pm
by FiveWiDi
cnavarro wrote:Añade en las libs de borland

shell32.lib


Muchas gracias Cristobal, ahora si.