Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read .MEM file from C#
Message
De
28/06/2023 10:31:13
Lutz Scheffler (En ligne)
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
 
 
À
28/06/2023 08:54:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Divers
Thread ID:
01686786
Message ID:
01686793
Vues:
67
>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]
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform