FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Error: Unresolved external '_hb_stackST' ( SOLU A MEDIA )
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Error: Unresolved external '_hb_stackST' ( SOLU A MEDIA )
Posted: Tue Sep 04, 2012 01:20 PM

Estimados

Estoy compilando un proyecto antiguo y me encuentro con este error

Error: Unresolved external '_hb_stackST' referenced from D:\APL\PRGS\LIB32\V-I-A-C-O-R-A-L.LIB|VCBtn

alguien le ha salido este error?

desde ya gracias

Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error: Unresolved external '_hb_stackST'
Posted: Tue Sep 04, 2012 01:51 PM

Parece que es una libreria compilada con xHarbour

Estas usando xharbour ? Que version ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Re: Error: Unresolved external '_hb_stackST'
Posted: Tue Sep 04, 2012 03:46 PM
Gracias antonio por responder..


Version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 9656)
PCode Version: 10
Compiler: Borland C++ 5.8.2 (32 bit)
Platform: Windows 7 Professional 6.01.7601 Service Pack 1


al parecer la libreria V-I-A-C-O-R-A-L.lib ERSTA COMPILADA CON BORLAND 5.55


y solo utilizaba la INFOBAR que es la misma o parecida a la TTITLE, pero esta todo en el proyecto, uuuy ahi me voy a echar por lo menos 1 semana en cambiar todo :-)

cuando compilo la lib y trato de ingresarla a la LIB SALE ESTO

ECHO Classes -VCDR
c:\xharbour\bin\harbour.exe VCDR.prg /n /a /w /es1 /ic:\fwh\include;c:\xharbour\include > FIVEH2.LOG
if errorlevel 1 goto error
ECHO -O2 -Ic:\xharbour\include -tW VCDR.C > b32.bc
c:\borland\bcc582\bin\bcc32.exe -D__HARBOUR__;DHB_API_INTERNAL_;HB_STACK_MACROS;HB_API_MACROS;HB_FM_STATISTICS_OFF -O2 -c -tW -M @b32.bc >> FIVEH.LOG
c:\borland\bcc582\bin\tlib.exe viacoral -+VCDR.obj > lib2.LOG
DEL VCDR.C >> FIVEH.LOG
DEL VCDR.OBJ >> FIVEH.LOG



TLIB 4.5 Copyright (c) 1987, 1998 Borland International
Warning: public '_HB_FUN_TVIACDR' in module 'VCDR' clashes with prior module 'ViaCDR'
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error: Unresolved external '_hb_stackST'
Posted: Tue Sep 04, 2012 07:41 PM

Patricio,

Renombra VCDR.prg como ViaCDR.prg

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Re: Error: Unresolved external '_hb_stackST'
Posted: Tue Sep 04, 2012 09:24 PM
Antonio:

ahora compila bien y crea la lib, pero sale este error al compilar mi aplicativo
Borland C++ 5.82 for Win32 Copyright (c) 1993, 2005 Borland
obj\Contrato2.c:
c:\borland\bcc582\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_hb_stackST' referenced from D:\APL\PRGS\LIB32\VIACO
RAL.LIB|VCBtn


ahora buscando xharbour mas antiguo encontre este que tenia, con esta version compila correctamente
Code (fw): Select all Collapse
Version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 9445)
PCode Version: 10
Compiler: Borland C++ 5.8.2 (32 bit)
Platform: Windows 7 Professional 6.01.7601 Service Pack 1


pero con esta version falla
Code (fw): Select all Collapse
Version: xHarbour build 1.2.1 Intl. (SimpLex) (Rev. 9656)
PCode Version: 10
Compiler: Borland C++ 5.8.2 (32 bit)
Platform: Windows 7 Professional 6.01.7601 Service Pack 1



algo hay en la xharbour que la baje de fivetech
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Re: Error: Unresolved external '_hb_stackST' ( SOLU A MEDIA )
Posted: Fri Sep 07, 2012 12:29 PM

Hola

Alguna solucion,

de momento le he solucionado teniendo dos versiones de xharbour, pero no es la idea :-(

Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error: Unresolved external '_hb_stackST' ( SOLU A MEDIA )
Posted: Fri Sep 07, 2012 03:09 PM

Patricio,

El módulo VCBtn lo has recompilado ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1074
Joined: Fri Oct 07, 2005 01:56 PM
Re: Error: Unresolved external '_hb_stackST' ( SOLU A MEDIA )
Posted: Fri Sep 07, 2012 04:22 PM
Antonio

No existe el archivo, está dentro de la libreria y si quito el modulo me sale

Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland
Error: Unresolved external '_Ah37gBd71NmB01GF' referenced from D:\APL\PRGS\LIB32
\VIACORAL.LIB|by320lje


y si elimino la by320lje.obj mas errorres.. :-)

por momento mejor ir eliminando esta libreria y cambiandola a TTITLE,
Saludos
Patricio

__________________________________________________________________
Version: Harbour 3.2.0dev (r1307082134),Compiler: Borland C++ 5.8.2 (32-bit)
PCode version: 0.3, FWH 13.2
http://www.sialm.cl
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error: Unresolved external '_hb_stackST' ( SOLU A MEDIA )
Posted: Fri Sep 07, 2012 04:35 PM

Si, es lo mas recomendable...

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion