FoxPro MEM file support in XSharp
Posted: Mon Dec 06, 2021 12:57 pm
Good morning forum, continuing with the XSharp FoxPro compatibility check, in this case it is the "mem files" turn:
Unfortunately only the Char, Numeric, Logic and Date types are supported. VFPArrays, DateTimes, memo, currency and the other common Fox data types (from FoxBase to VFP9) are not supported and produce the error:.
Unknown type 'A' for memory variable 'TESTVARMEM'. Expected types are 'CDLN'
_StackTrace: " en XSharp.RT.MemReader.ReadFile(String cMask, Boolean lInclude)
en XSharp.RT.Functions._MRestore(String cFileName, Boolean lAdditive, String cSkel, Boolean lInclude)
It is an error that I am encountering on a recurring basis. FoxPro supports a greater variety of data types than the rest of the dialects at all levels
Best regards
Juan
Unfortunately only the Char, Numeric, Logic and Date types are supported. VFPArrays, DateTimes, memo, currency and the other common Fox data types (from FoxBase to VFP9) are not supported and produce the error:.
Unknown type 'A' for memory variable 'TESTVARMEM'. Expected types are 'CDLN'
_StackTrace: " en XSharp.RT.MemReader.ReadFile(String cMask, Boolean lInclude)
en XSharp.RT.Functions._MRestore(String cFileName, Boolean lAdditive, String cSkel, Boolean lInclude)
It is an error that I am encountering on a recurring basis. FoxPro supports a greater variety of data types than the rest of the dialects at all levels
Best regards
Juan