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

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

Postby Patricio Avalos Aguirre » Tue Sep 04, 2012 1: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
Last edited by Patricio Avalos Aguirre on Fri Sep 07, 2012 12:29 pm, edited 1 time in total.
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
User avatar
Patricio Avalos Aguirre
 
Posts: 1059
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile

Re: Error: Unresolved external '_hb_stackST'

Postby Antonio Linares » Tue Sep 04, 2012 1:51 pm

Parece que es una libreria compilada con xHarbour

Estas usando xharbour ? Que version ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41410
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Error: Unresolved external '_hb_stackST'

Postby Patricio Avalos Aguirre » Tue Sep 04, 2012 3: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 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'
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
User avatar
Patricio Avalos Aguirre
 
Posts: 1059
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile

Re: Error: Unresolved external '_hb_stackST'

Postby Antonio Linares » Tue Sep 04, 2012 7:41 pm

Patricio,

Renombra VCDR.prg como ViaCDR.prg
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41410
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Error: Unresolved external '_hb_stackST'

Postby Patricio Avalos Aguirre » Tue Sep 04, 2012 9: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: 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
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
User avatar
Patricio Avalos Aguirre
 
Posts: 1059
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile

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

Postby Patricio Avalos Aguirre » 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
User avatar
Patricio Avalos Aguirre
 
Posts: 1059
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile

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

Postby Antonio Linares » Fri Sep 07, 2012 3:09 pm

Patricio,

El módulo VCBtn lo has recompilado ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41410
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

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

Postby Patricio Avalos Aguirre » Fri Sep 07, 2012 4: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
\noway.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
User avatar
Patricio Avalos Aguirre
 
Posts: 1059
Joined: Fri Oct 07, 2005 1:56 pm
Location: La Serena, Chile

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

Postby Antonio Linares » Fri Sep 07, 2012 4:35 pm

Si, es lo mas recomendable...
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41410
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: antolin and 30 guests