Question Memory-mapped files

mikepost

New member
Joined
Nov 8, 2006
Messages
2
Programming Experience
10+
Over several years I have written a large data acquisition system in VB6. It consists of quite a few programs, each of which communicates with some data acquisition hardware or network meteorological service and writes to &/or reads from a memory-mapped file. The front-end GUI program reads from this file for display and writes to this file to communicate user-initiated commands.
I’d like to begin re-writing some of the simpler components of this system in VB2005, but I can’t seem to find any clue as to how, or even if, VB2005 can deal with memory mapped files.
Can anyone point me in the right direction?
 
Back
Top