home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!Sirius.dfn.de!Urmel.Informatik.RWTH-Aachen.DE!dfv.rwth-aachen.de!sungate.fido.de!p1.hippo.fido.de!eurologic.fido.de!Martin_Schloeter
- Date: Wed, 26 Aug 92 12:52:33 +0200
- From: Martin_Schloeter@eurologic.fido.de (Martin Schloeter)
- Subject: Re: Sharing memory between applications
- Message-ID: <196ddc1b@p3.f67.n245.z2.fidonet.org>
- Newsgroups: comp.os.ms-windows.programmer.win32
- X-Comment-To: by703@cleveland.Freenet.Edu (James E. Carey)
- Organization: Die ersten 100.000 Jahre...
- Lines: 11
-
- JE> and need to be
- JE> able to share memory between client applications and my engine (passing
- JE> data back and forth). Clearly DDE can do it between different
- JE> applications, but it is not obvious how to do it in other ways.
- [...]
- JE> Has anyone seen any way of sharing memory between 16 and 32 bit
- JE> applications?
- Really difficult problem. A alternative ways to share data between 32 bit apps
- is using memory mapped files. But this feature is not supported for the 16 bit
- apps running on NT.
- Martin
-