Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Read .MEM file from C#
Message
From
28/06/2023 10:31:13
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
28/06/2023 08:54:18
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01686786
Message ID:
01686793
Views:
66
>Unfortunately, we will need to do it often (hundreds or thousands times) and can't change the VFP app. In the meantime, I found some info about the Clipper .MEM file format here: http://www.zelczak.com/clipp_en.htm
>
>It might me similar to the VFP one, right?

https://www.tek-tips.com/viewthread.cfm?qid=1733580

I see two ways.
Try to learn the format by stuffing data to MEM files, could not be very tricky coded. This is old stuff from the 80s. Possibly your doc is of help.

Ask Chen, the VFPA guy at http://baiyujia.com/ ccb2000@163.com, he understands the VFP code, so possibly he can hand you the assembler doing the stuff, or even generate something readable.

As long as you need to do it over and over it is generated over and over on WINDOWS anyway (or it would not make sense). So try a new VFP9 app running alongside your app, that watches the MEM files for change (EVENTBINDING) that just read the stuff and export it to something readable. Import this.
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Reply
Map
View

Click here to load this message in the networking platform