FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error al Usar BCC7
Posts: 1078
Joined: Thu Sep 27, 2007 03:47 PM
Error al Usar BCC7
Posted: Thu Oct 01, 2015 02:15 AM
Saludos al forum
usando bcc7
al compilar me da esyte error, alguin el ha pasado esto.


Code (fw): Select all Collapse
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_HB_GETFILESINZIP' referenced from K:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPOPEN' referenced from K:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILEFIRST' referenced from K:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILEINFO' referenced from K:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILEOPEN' referenced from K:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILEREAD' referenced from K:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILECLOSE' referenced from K:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPFILENEXT' referenced from K:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unresolved external '_HB_FUN_HB_UNZIPCLOSE' referenced from K:\FWH\LIB\FIVEH.LIB|OLEFUNCS
Error: Unable to perform link
Ruben Dario Gonzalez
Cali-Colombia
rubendariogd@hotmail.com - rubendariogd@gmail.com
Posts: 1710
Joined: Tue Oct 28, 2008 06:26 PM
Re: Error al Usar BCC7
Posted: Thu Oct 01, 2015 10:44 AM

Ruben

Te falta una librería, compara con éstas:

FWH = FiveH.lib FiveHC.lib

HARBOUR = hbrtl.lib hbvm.lib gtgui.lib hblang.lib hbmacro.lib hbrdd.lib rddntx.lib rddcdx.lib rddfpt.lib hbsix.lib hbdebug.lib hbcommon.lib hbpp.lib hbcpage.lib hbwin.lib hbct.lib xHB.lib hbcplr.lib hbpcre.lib png.lib hbzlib.lib

BCC7 = cw32.lib import32.lib odbc32.lib msimg32.lib nddeapi.lib iphlpapi.lib psapi.lib ws2_32.lib shell32.lib

Saludos,

Adhemar

Saludos,



Adhemar C.
Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: Error al Usar BCC7
Posted: Thu Oct 01, 2015 01:39 PM
Ruben, en xHarbour:

Code (fw): Select all Collapse
C:\FWH1505\lib\FiveHX.lib          +
C:\FWH1505\lib\FiveHC.lib          +
C:\XHB1505\lib\hbzip.Lib           +
C:\XHB1505\lib\zlib.Lib            +
C:\XHB1505\lib\rtl.Lib             +
C:\XHB1505\lib\vm.Lib              +
C:\XHB1505\lib\gtgui.Lib           +
C:\XHB1505\lib\lang.Lib            +
C:\XHB1505\lib\macro.Lib           +
C:\XHB1505\lib\rdd.Lib             +
C:\XHB1505\lib\dbfntx.Lib          +
C:\XHB1505\lib\dbfcdx.Lib          +
C:\XHB1505\lib\debug.Lib           +
C:\XHB1505\lib\common.Lib          +
C:\XHB1505\lib\tip.Lib             +
C:\XHB1505\lib\pp.Lib              +
C:\XHB1505\lib\dbffpt.Lib          +
C:\XHB1505\lib\codepage.Lib        +
C:\XHB1505\lib\HbSix.Lib           +
C:\XHB1505\lib\PcRepos.Lib         +
C:\XHB1505\Lib\ct.Lib              +
C:\XHB1505\Lib\png.Lib             +
C:\Bcc7\lib\cw32.Lib               +
C:\Bcc7\lib\psdk\msimg32.Lib       +
C:\Bcc7\lib\psdk\odbc32.Lib        +
C:\Bcc7\lib\psdk\rasapi32.Lib      +
C:\Bcc7\lib\psdk\nddeapi.Lib       +
C:\Bcc7\lib\psdk\psapi.Lib         +
C:\Bcc7\lib\psdk\gdiplus.lib       +
C:\Bcc7\lib\psdk\iphlpapi.Lib      +
c:\bcc7\lib\psdk\shell32.lib       +
C:\Bcc7\lib\import32.Lib


Saludos.

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 1078
Joined: Thu Sep 27, 2007 03:47 PM
Re: Error al Usar BCC7
Posted: Thu Oct 01, 2015 02:24 PM

Gracias, Por su informacion.

Ya me funciono , agregue estas librerias.

hbmzip.lib minizip.lib hbziparc.lib

Ruben Dario Gonzalez
Cali-Colombia
rubendariogd@hotmail.com - rubendariogd@gmail.com
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
Re: Error al Usar BCC7
Posted: Mon Jan 04, 2016 12:08 AM

Thank you this got rid of all the zip problems, but I still have:

Error: Unresolved external 'SHCreateDirectoryExA' referenced from C:\FWH\LIB\FIVEHC.LIB|MKDIR
Error: Unable to perform link

I not sure how it is being called, I have checked for MKDIR, lMkDir, and SHCreateDirectoryExA but cannot find it in any of my source.

Thanks,

Byron ...

Thanks,

Byron Hopp

Matrix Computer Services
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error al Usar BCC7
Posted: Mon Jan 04, 2016 08:22 AM

You have lo link Borland shell32.lib

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 408
Joined: Sun Nov 06, 2005 03:55 PM
Re: Error al Usar BCC7
Posted: Mon Jan 04, 2016 09:29 AM

Thank you,

I did finally find the problem on a post in this site.

I guess I didn't look hard enough.

Thanks again,

Byron ...

Thanks,

Byron Hopp

Matrix Computer Services

Continue the discussion