Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Compuin » Sat Apr 15, 2017 7:43 pm

Antonio Linares wrote:Si tienes instalado xharbour en una carpeta xharbour, renómbrala a xharbour_ e instala xharbour nuevamente desde cero en la carpeta xharbour



Voy a intentar esto y te aviso
FWH 20.12
Hbmk2 32/64 Bits (Build 19.29.30133)
Microsoft Visual C 32 Bits
MySql 8.0.24 32/64 Bits
VS Code
Compuin
 
Posts: 1213
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Compuin » Sat Apr 15, 2017 7:47 pm

Igual...mismo error
FWH 20.12
Hbmk2 32/64 Bits (Build 19.29.30133)
Microsoft Visual C 32 Bits
MySql 8.0.24 32/64 Bits
VS Code
Compuin
 
Posts: 1213
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Antonio Linares » Sat Apr 15, 2017 11:45 pm

regards, saludos

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

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Compuin » Sat Apr 15, 2017 11:57 pm

No funciono
FWH 20.12
Hbmk2 32/64 Bits (Build 19.29.30133)
Microsoft Visual C 32 Bits
MySql 8.0.24 32/64 Bits
VS Code
Compuin
 
Posts: 1213
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Antonio Linares » Sun Apr 16, 2017 12:03 am

Prueba a cambiar esta línea:

__oDatabase := HBClass():New( cClsName, __CLS_PARAM ( cFromClass ) )

así:

__oDatabase := HBClass():New( cClsName, cFromClass )
regards, saludos

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

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Compuin » Sun Apr 16, 2017 12:10 am

No hace nada solo genera este error luego de la ejecucion

Application
===========
Path and name: C:\fwh\samples\conexion.exe (32 bits)
Size: 3,005,952 bytes
Compiler version: Harbour 3.2.0dev (r1601050904)
FiveWin Version: FWH 14.12
Windows version: 6.1, Build 7601 Service Pack 1

Time from start: 0 hours 0 mins 1 secs
Error occurred at: 14/04/2017, 19:44:04
Error description: Error BASE/1004 Message not found: TMY0000000:SETREADPADALL
Args:
[ 1] = O TMY0000000

Stack Calls
===========
Called from: => __ERRRT_SBASE( 0 )
Called from: ../../../tobject.prg => TMY0000000:ERROR( 0 )
Called from: ../../../tobject.prg => (b)HBOBJECT( 0 )
Called from: ../../../tobject.prg => TMY0000000:MSGNOTFOUND( 0 )
Called from: ../../../tobject.prg => TMY0000000:SETREADPADALL( 0 )
Called from: conexion.prg => MAIN( 66 )
FWH 20.12
Hbmk2 32/64 Bits (Build 19.29.30133)
Microsoft Visual C 32 Bits
MySql 8.0.24 32/64 Bits
VS Code
Compuin
 
Posts: 1213
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Antonio Linares » Sun Apr 16, 2017 12:16 am

Muestra el código del método SETREADPADALL
regards, saludos

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

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Compuin » Sun Apr 16, 2017 12:22 am

No existe ese metodo o codigo
FWH 20.12
Hbmk2 32/64 Bits (Build 19.29.30133)
Microsoft Visual C 32 Bits
MySql 8.0.24 32/64 Bits
VS Code
Compuin
 
Posts: 1213
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Antonio Linares » Sun Apr 16, 2017 12:25 am

Muestra la línea 66 de conexion.prg
regards, saludos

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

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Compuin » Sun Apr 16, 2017 12:26 am

Existe eso en xHarbour y no en Harbour?

Porque lo pide es compilando harbour y no xharbour
FWH 20.12
Hbmk2 32/64 Bits (Build 19.29.30133)
Microsoft Visual C 32 Bits
MySql 8.0.24 32/64 Bits
VS Code
Compuin
 
Posts: 1213
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Compuin » Sun Apr 16, 2017 12:34 am

Antonio Linares wrote:Muestra la línea 66 de conexion.prg



oDS:SetReadPADAll( .t. )
FWH 20.12
Hbmk2 32/64 Bits (Build 19.29.30133)
Microsoft Visual C 32 Bits
MySql 8.0.24 32/64 Bits
VS Code
Compuin
 
Posts: 1213
Joined: Tue Dec 28, 2010 1:29 pm
Location: Quebec, Canada

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby Antonio Linares » Sun Apr 16, 2017 6:26 am

Cual es la Clase de oDS ?
regards, saludos

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

Re: Error: Unresolved external '_HB_FUN___CLS_PARAM' referenced

Postby xmanuel » Sun Apr 16, 2017 10:42 am

Antonio. Eso es de mi clase Eagle1. oDS es un DataSource y el método vale para quitar los espacios o ponerlos cuando se recuperan los valores de tipo cadena.
La verdad es que no entiendo cómo dice que no usa clases y pone una línea donde se usa el precisamente el método que da el error... así es muy complicado ayudar.
El problema, como tú apuntas, es que está mezclando código compilado para diferentes versiones de harbour o que no está usando bien Eagle1.
Debería quitar esa línea ya que solo vale para la manera de recuperar el valor de las columnas...
______________________________________________________________________________
Sevilla - Andalucía
xmanuel
 
Posts: 756
Joined: Sun Jun 15, 2008 7:47 pm
Location: Sevilla

Previous

Return to FiveWin para Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 13 guests