Page 1 of 1

Error: Unresolved external '_hb_stackST' ( SOLU A MEDIA )

PostPosted: Tue Sep 04, 2012 1:20 pm
by Patricio Avalos Aguirre
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

Re: Error: Unresolved external '_hb_stackST'

PostPosted: Tue Sep 04, 2012 1:51 pm
by Antonio Linares
Parece que es una libreria compilada con xHarbour

Estas usando xharbour ? Que version ?

Re: Error: Unresolved external '_hb_stackST'

PostPosted: Tue Sep 04, 2012 3:46 pm
by Patricio Avalos Aguirre
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 noway -+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'

Re: Error: Unresolved external '_hb_stackST'

PostPosted: Tue Sep 04, 2012 7:41 pm
by Antonio Linares
Patricio,

Renombra VCDR.prg como ViaCDR.prg

Re: Error: Unresolved external '_hb_stackST'

PostPosted: Tue Sep 04, 2012 9:24 pm
by Patricio Avalos Aguirre
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: Select all  Expand view
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: Select all  Expand view
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

Re: Error: Unresolved external '_hb_stackST' ( SOLU A MEDIA )

PostPosted: Fri Sep 07, 2012 12:29 pm
by Patricio Avalos Aguirre
Hola

Alguna solucion,

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

Re: Error: Unresolved external '_hb_stackST' ( SOLU A MEDIA )

PostPosted: Fri Sep 07, 2012 3:09 pm
by Antonio Linares
Patricio,

El módulo VCBtn lo has recompilado ?

Re: Error: Unresolved external '_hb_stackST' ( SOLU A MEDIA )

PostPosted: Fri Sep 07, 2012 4:22 pm
by Patricio Avalos Aguirre
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
\noway.LIB|by320lje


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

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

Re: Error: Unresolved external '_hb_stackST' ( SOLU A MEDIA )

PostPosted: Fri Sep 07, 2012 4:35 pm
by Antonio Linares
Si, es lo mas recomendable...