Is there a CMemoryFileClass ou there?
Roger Lamb RAS+ 95 -- rasplus@lambsoftware.com Tuesday, January 09, 1996 Anyone written a thin wrapper of the Win95 and or NT memory file stuff that they would like to share? Is MFC coming out with one in the next update? Sincerely, Roger C. Lamb Jr. Lamb Software, RAS+ 95 Email: rasplus@lambsoftware.com Upates: http://www.lambsoftware.com
Ken Freeman -- kfreeman@viewlogic.com Thursday, January 11, 1996 Roger Lamb (RAS+ 95) wrote: > > Anyone written a thin wrapper of the Win95 and or NT memory file stuff that > they would like to share? Is MFC coming out with one in the next update? > Have you looked at CSharedFile? It's undoc'd, but defined in afxpriv.h and used by the HIERSVR sample. It doesn't use memory mapped files, but may give you what you need. Essentially, it treats shared memory as file, as compared with memory-mapped files, which treat files as memory. Ken
| Вернуться в корень Архива |