Hola amigos
Todo iba bien en la aplicación que estoy pasando a harbour, cuando apareció la necesidad de utilizar un campo memo, y entonces apareció:
Error: Unresolved external '_HB_FUN_DBFFTP' referenced from C:\FUENTES\HARBOUR\MOCWIN2006\OBJ\GESPAQ.OBJ
Hice lo que me decíais sobre poner el request REQUEST DBFCDX,DBFFTP, y añadir la libreria dbfftp, hbsix, y renombrar gtgui por gtwin, y cada vez mas errores. He puesto la version de fwh de octubre, y harbour ultima la de Junio, y todavia mas errores. Ahora además del error anterior me sale
Error: Unresolved external '_hb_objHasMessage' referenced from C:\FWH\LIB\FIVEHC.LIB|FFDLGPRC.
Para intentar arreglar ésto Antonio dijo que añadieramos al prg principal una secuencia que empieza por pragma...., nada sigue saliendo, y ahora además me salen los siguientes:
Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\FWH\LIB\FIVEH.LIB|ERRSYSW
Error: Unresolved external '_HB_FUN_HB_GT_WIN' referenced from C:\HARBOUR\LIB\RTL.LIB|gtsys.
Esto es normal que cada vez que voy intentando arreglar algo me salga un error nuevo?
Total que a ver si alguien me ayuda y puedo continuar porque estoy parao.
Un saludo
Jose Luis
Ayuda con error al compilar
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Gracias Antonio
He instalado todo de nuevo, y ahora ya no me da errores de compilación, al ejecutar el programa me da el siguiente error:
*********************************
Application
===========
Path and name: C:\mocwinpruebas\GESPAQ.EXE (32 bits)
Size: 769,024 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 09/11/06, 10:31:24
Error description: Error BASE/1069 Argument error: array assign
Args:
[ 1] = N 1
Stack Calls
===========
Called from: => (b)REDEFINE(513)
Called from: => AEVAL(0)
Called from: => TSBUTTON:REDEFINE(513)
Called from: C:\fuentes\harbour\mocwin2006\PRG\gespaq.prg => INICIO(789)
Called from: C:\fuentes\harbour\mocwin2006\PRG\gespaq.prg => (b)MAIN(141)
Called from: => TMDIFRAME:ACTIVATE(0)
Called from: C:\fuentes\harbour\mocwin2006\PRG\gespaq.prg => MAIN(141)
************************
la linea 789 en el prg a la que hace referencia es:
REDEFINE SBUTTON oBtn1 ID 550 OF oDlg RESOURCE "Lamp1", "Lamp2",, "Lamp3", 'shape3' SHAPE PROMPT "Aceptar" TEXT ON_RIGHT ;
ACTION iif( ValidaUser(cClave, @oClave,"C" ) ,;
(Seguir:=.T., SEAT1->(rlock()),SEAT1->Activo:=.t.,dbUnlock(),oDlg:End()) , oBtn2:sendmsg( FM_CHANGEFOCUS ) )
Que puede ser?
Un Saludo
Jose Luis
He instalado todo de nuevo, y ahora ya no me da errores de compilación, al ejecutar el programa me da el siguiente error:
*********************************
Application
===========
Path and name: C:\mocwinpruebas\GESPAQ.EXE (32 bits)
Size: 769,024 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 09/11/06, 10:31:24
Error description: Error BASE/1069 Argument error: array assign
Args:
[ 1] = N 1
Stack Calls
===========
Called from: => (b)REDEFINE(513)
Called from: => AEVAL(0)
Called from: => TSBUTTON:REDEFINE(513)
Called from: C:\fuentes\harbour\mocwin2006\PRG\gespaq.prg => INICIO(789)
Called from: C:\fuentes\harbour\mocwin2006\PRG\gespaq.prg => (b)MAIN(141)
Called from: => TMDIFRAME:ACTIVATE(0)
Called from: C:\fuentes\harbour\mocwin2006\PRG\gespaq.prg => MAIN(141)
************************
la linea 789 en el prg a la que hace referencia es:
REDEFINE SBUTTON oBtn1 ID 550 OF oDlg RESOURCE "Lamp1", "Lamp2",, "Lamp3", 'shape3' SHAPE PROMPT "Aceptar" TEXT ON_RIGHT ;
ACTION iif( ValidaUser(cClave, @oClave,"C" ) ,;
(Seguir:=.T., SEAT1->(rlock()),SEAT1->Activo:=.t.,dbUnlock(),oDlg:End()) , oBtn2:sendmsg( FM_CHANGEFOCUS ) )
Que puede ser?
Un Saludo
Jose Luis
Hola
Me he bajado la que está en utilidades de Manuel Mercado, ya que la de Antonio Linares no me la descarga, y me da el siguient error
**************************
Error: 'C:\HARBOUR\TSBUTTON.LIB' contains invalid OMF record, type 0x21 (possibly COFF)
***************************
Que puede ser?
Saludos
Jose Luis
Me he bajado la que está en utilidades de Manuel Mercado, ya que la de Antonio Linares no me la descarga, y me da el siguient error
**************************
Error: 'C:\HARBOUR\TSBUTTON.LIB' contains invalid OMF record, type 0x21 (possibly COFF)
***************************
Que puede ser?
Saludos
Jose Luis