FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error al compilar con Fivehc y Fivehx de fwh 811
Posts: 418
Joined: Wed Nov 26, 2008 06:33 PM
Error al compilar con Fivehc y Fivehx de fwh 811
Posted: Tue Dec 23, 2008 12:03 AM

Saludos.

Con una nueva que no se como resolver. Al compilar mi aplicacion me con FWH 8.11 y XH 1.1 con xEdit me marca los siguientes errores.

Compilando ainven.prg...
Compilando RAJUALMA.PRG...
Compilando RCATARTI.PRG...
Compilando RCATMOVI.PRG...
Compilando RCATPARA.PRG...
Compilando RCATRUTA.PRG...
Compilando RCATVEND.PRG...
Compilando RCIEDIAR.PRG...
Compilando RCIEMENS.PRG...
Compilando RCOMFACT.PRG...
Compilando RINVALMA.PRG...
Compilando RKARMOVI.PRG...
Compilando RPREPEDI.PRG...
Compilando RREFFUNC.PRG...
Compilando RREFINIC.PRG...
Compilando RREPDIAR.PRG...
Compilando RREPESPE.PRG...
Compilando RREPMENS.PRG...
Compilando RTRAALMA.PRG...
Compilando BANCATA.PRG...
Compilando CAJREGI.PRG...
Compilando carmovi.prg...
Compilando carclpr.prg...
Compilando CONCATA.PRG...
Compilando XLSFunc.prg...
Compilando texcels.prg...
Compilando TFileXLS.prg...
Compilando XLSError.prg...
Compilando RVENFACT.PRG...
Enlazando inven...
Error: Unresolved external '_HB_FUN_LOADLIBRARY' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHX.LIB|HARBOUR
Error: Unresolved external '_HB_FUN_FREELIBRARY' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHX.LIB|HARBOUR
Error: Unresolved external '_hb_dynsymSymbol' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHC.LIB|HARBOURC
Error: Unresolved external '_hb_stackReturnItem' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHC.LIB|HARBOURC
Error: Unresolved external '_HB_FUNCLSACTIVE' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHX.LIB|DDE
Error: Unresolved external '
hb_objGetClass' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHC.LIB|MSGS
Error: Unresolved external '_HB_FUN_TTOC' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHX.LIB|VALBLANK
Error: Unresolved external '_hb_objHasMessage' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHC.LIB|FFDLGPRC
Error: Unresolved external '_hb_vmPushEvalSym' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHC.LIB|CTRLDRAW
Error: Unresolved external '_HB_FUN
_CLSCNTCLASSES' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHX.LIB|ERRSYSW
29 Files, 0 Warnings, 10 Errors

He intendado aghregando y quitando librerias de xH y Bcc sin resultado.

Noé Aburto Sánchez
Tec. Prog. de Sistemas. -Morelia, Mich. México.
fwh 20.06, Harbour 3.2.0, bcc 7.4
TsBrowse 9.0, TsButton 7.0, xEdit 6.1
naburtos@gmail.com, noeaburto67@hotmail.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Error al compilar con Fivehc y Fivehx de fwh 811
Posted: Tue Dec 23, 2008 12:37 AM

Noe,

>
Error: Unresolved external '_HB_FUN_LOADLIBRARY' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHX.LIB|HARBOUR
Error: Unresolved external '_HB_FUN_FREELIBRARY' referenced from C:\AUTOSYS\PRGS\FWH\LIB\FIVEHX.LIB|HARBOUR
>

Esas dos funciones estan definidas en rtl.lib de xHarbour.

Parece que estas usando una version antigua de xHarbour. Asegurate de que no tengas otra version de xHarbour instalada y de que estes usando la mas reciente.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion