my project dialect is Harbour; I’ve added the following references:
- XSharp.Core
- XSharp.RT
- Enable MEMVAR support
- Enable undeclared variable support
- Implicit casts and conversions
- Treat missing types as USUAL
Code: Select all
RESTORE FROM ("BFST") ADDITIVE
Question: Is there something I need to do to ensure the memvar.xh include file is pulled in (I tried “ #include memvar.xh”) ?
Long term, I will replace all use of .MEM files with either a single-record table or, as I’ve done with some of the independent modules I’ve converted so far, JSON files. Legacy .MEM files have been a somewhat primitive structure and cause for issues in multi-user environments.
Thanks folks.
Roland