On Wed, 25 Feb 2009, AbeB wrote:

Hi,

> .mem files saved with Foxpro ( DOS)  can't be restored with Harbour. (with
> Clipper it could).
> the reason is Foxpro does not add 128 to the Type byte.
> can __MVRESTORE be changed so it will resore them.

I'll do that but please send small example of FoxPro.mem file
here so I can verify it's the only one difference. F.e. result
of this code:

   proc main()
      M->numDbl   := 123.45678
      M->numInt   := 12345
      M->dateCurr := date()
      M->logTrue  := .T.
      M->logFalse := .F.
      M->charVal  := "[.mem files test]"
      M->nilVal   := NIL
      M->aFirst   := 0
      M->zLast    := 1
      SAVE TO _test
   return

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to