Re: Trying to use MemoryMappings but having a simple problem...

From: VBDis (vbdis_at_aol.com)
Date: 01/17/05


Date: 17 Jan 2005 10:21:13 GMT

Im Artikel <1104787632.234816.31440@f14g2000cwb.googlegroups.com>,
jklimek@gmail.com schreibt:

>I'm trying to create a DLL that will either create a Memory Mapping (if
>this is the first time being run) or load the existing memory mapping
>(if this program has been run before). Futhermore, I'd like to
>completely clear any existing memory mappings when I load my
>application...

I suspect a misunderstanding of memory mappings. Named file mappings are
shareable amongst multiple applications, running concurrently. When the last
application closes the mapping, the memory mapping is destroyed.

DoDi