Re: Trying to use MemoryMappings but having a simple problem...
From: VBDis (vbdis_at_aol.com)
Date: 01/17/05
- Next message: VBDis: "Re: Converting a userspecific VCL-component to an ActiveX-control"
- Previous message: VBDis: "Re: Downsizing the dynamic Array"
- In reply to: jklimek_at_gmail.com: "Trying to use MemoryMappings but having a simple problem..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: VBDis: "Re: Converting a userspecific VCL-component to an ActiveX-control"
- Previous message: VBDis: "Re: Downsizing the dynamic Array"
- In reply to: jklimek_at_gmail.com: "Trying to use MemoryMappings but having a simple problem..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]