Search found 13 matches: lsaveobject

Return to advanced search

Patrick,

For lSaveObject(), for an array, you can use ASave() and ALoad() as James has commented you:

http://forums.fivetechsoft.com/viewtopic.php?t=13427
by Antonio Linares
Wed Nov 05, 2008 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5853

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
by patili
Wed Nov 05, 2008 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5853

Re: Error: Unresolved external '_HB_FUN_LSAVEOBJECT'

It seems that lSaveObject() is not supported by FWH.

EMG
by Enrico Maria Giordano
Tue Nov 04, 2008 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error: Unresolved external '_HB_FUN_LSAVEOBJECT'
Replies: 4
Views: 905

Error: Unresolved external '_HB_FUN_LSAVEOBJECT'

hi everybody i don't understand why i have this error
Any idea?
by patili
Tue Nov 04, 2008 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error: Unresolved external '_HB_FUN_LSAVEOBJECT'
Replies: 4
Views: 905

... 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 ...
by patili
Tue Nov 04, 2008 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5853

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 '...
by patili
Mon Nov 03, 2008 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5853

it's better Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from E:\FWH\LIB\FIVEH.LIB|ERRSYSW Error: Unresolved external '_HB_FUN___DBGVMSTKLCOUNT' referenced from E:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB...
by patili
Sun Nov 02, 2008 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5853

New on harbour

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...
by patili
Sun Nov 02, 2008 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5853

... 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.
by manuramos
Tue Aug 22, 2006 4:24 pm
 
Forum: FiveWin para CA-Clipper
Topic: fw2.0 y blinker 7.0
Replies: 5
Views: 1290

Para ANTONIO. uLoadObject Y TPrinters

... 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 ...
by manuramos
Fri Jan 06, 2006 6:34 pm
 
Forum: FiveWin para CA-Clipper
Topic: Para ANTONIO. uLoadObject Y TPrinters
Replies: 3
Views: 1189

... 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: ...
by manuramos
Thu Dec 29, 2005 12:59 pm
 
Forum: FiveWin para CA-Clipper
Topic: uLoadObject y Blinker 6.0
Replies: 4
Views: 1478

uLoadObject

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 ...
by manuramos
Thu Dec 29, 2005 11:01 am
 
Forum: FiveWin para CA-Clipper
Topic: uLoadObject y Blinker 6.0
Replies: 4
Views: 1478

uLoadObject y Blinker 6.0

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 ...
by manuramos
Tue Dec 27, 2005 7:42 pm
 
Forum: FiveWin para CA-Clipper
Topic: uLoadObject y Blinker 6.0
Replies: 4
Views: 1478

Return to advanced search