Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vb6 and Clipper MEM file

Status
Not open for further replies.

mkress

Programmer
Aug 22, 2004
2
US
I have to convert an old clipper program to vb6, does anyone know how to read/convert the Clipper MEM file?

Any help would be greatly appreciated.

Thanks
Mark
 
The .MEM file is simply a memory variable file. The same files are also used by Foxpro applications.

If you have visual studio, then run Foxpro, and simply type in the following at the command window

restore from <Memvarfilename>
display memory



Sweep
...if it works dont mess with it
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top