Re: [Harbour] Extended .mem file handling

2010-05-17 Thread Maurizio la Cecilia (GMail)
Il 17/05/2010 18.32, Viktor Szakáts ha scritto: An evolution library I was thinking to include it in hbvm, but for this it needs to be rewritten in .c and we need a new SET() (or similar) to enable the feature. Or it can be added as is as HB_MVSAVE() and HB_MVRESTORE() with somewhat frien

Re: [Harbour] Extended .mem file handling

2010-05-17 Thread Viktor Szakáts
> An evolution library I was thinking to include it in hbvm, but for this it needs to be rewritten in .c and we need a new SET() (or similar) to enable the feature. Or it can be added as is as HB_MVSAVE() and HB_MVRESTORE() with somewhat friendlier (but compatible) parameter interface. Vikto

Re: [Harbour] Extended .mem file handling

2010-05-17 Thread Massimo Belgrano
An evolution library 2010/5/17 Viktor Szakáts : > Hi All, > > I've created little code which is able to save > and restore PRIVATE/PUBLIC variables with longer > than 10 chars names. > > Since the format cannot be compatible with > Clipper .mem files, I chose the extension .hbv, > and it internall

[Harbour] Extended .mem file handling

2010-05-17 Thread Viktor Szakáts
Hi All, I've created little code which is able to save and restore PRIVATE/PUBLIC variables with longer than 10 chars names. Since the format cannot be compatible with Clipper .mem files, I chose the extension .hbv, and it internally uses core serialization functions. The functions are plugi