I've found the differents problemes and if i exept the LSAVEOBJECT' function which seems to not working with Harbour, i obtain a complete compilation and linking. I just have to rebuild all my indexes.
See you later
... referenced from C:\TITUS\PRG\TITUS. OBJ I don't know why this functions are unresolved when they are working well with Clipper and "Lsaveobject()" is a FW function. I will look and accept any idea Thank you Antonio for your help in the middle of the night... Yesterday night i was ...
Oh I don't see the "+" With it i obtain this result (only linking part) c:\Borland\BCC55\bin\bcc32 /M /c @b32.bc Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\FWH\LIB\F IVEH.LIB|ERRSYSW Error: Unresolved external '...
Hi i just begin my migration from FiveWin Clipper to Harbour and i have soon many errors It seems the compilation work good ,but not the linking process: Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from E:\FWH\LIB\FIVEH.LIB|ERRSYSW Error: Unresolved external '_hb_sxDeCrypt' refere...
... BLINKR7 lo llamé BLINKER4 para, no tener que cambiar nada, y me ha funcionado perfectamente. Tan sólo tuve un pequeño problema con uLoadObject y lSaveObject y por eso volví a Blinker4. Por lo demás ningún problema.
... o del Blinker 6.0 pues, por ejemplo, respecto al primer problema, si creo un pequeño arreglo de tres o cuatro elementos (STRINGS) y lo guardo con lSaveObject() ,al principo de un programa cualquiera, e inmediatamente lo habro con uLoadObject, no falla. Sin embargo si intento habrirlo más adelante ...
... AL PRINCIPIO DEL PROGRAMA LO SIGUIENTE: LOCAL aDat := { "Banco1","Banco2","Banco3" } LOCAL aBanc := {} MsgAlert(LEN(aDat)) MsgAlert(LEN(aBanc)) lSaveObject(aDat,".\Datos\Prueba.Dat") SysRefresh() aBanc := uLoadObject(".\Datos\Prueba.Dat") MsgAlert(LEN(aBanc)) ME DEVUELVE EL SIGUIENTE RESULTADO: ...
Tengo varios programas corriendo. Todos utilizan ficheros salvados con lSaveObject y todos funcionan con Blinker 4.0, y todos fallan con Blinker 6.0 o Blinker 7.0. El caso es que no dan error de lectura, simplemente no cargan los datos. Y lo unico que falla ...
Tengo un problema con Blinker 6.0 que no tenía con el 4.0 Normalmente guardo diversos arreglos con lSaveObject, pero cuando intento recuperarlos con uLoadObject, con Blinker 6.0, no dá error, pero no recupera los datos guardados. ¿Como puede ser, si con Blinker 4.0 sí los ...