home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / win32 / 722 < prev    next >
Encoding:
Internet Message Format  |  1992-08-27  |  1.0 KB

  1. 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
  2. Date: Wed, 26 Aug 92 12:52:33 +0200
  3. From: Martin_Schloeter@eurologic.fido.de (Martin Schloeter)
  4. Subject: Re: Sharing memory between applications
  5. Message-ID: <196ddc1b@p3.f67.n245.z2.fidonet.org>
  6. Newsgroups: comp.os.ms-windows.programmer.win32
  7. X-Comment-To: by703@cleveland.Freenet.Edu (James E. Carey)
  8. Organization: Die ersten 100.000 Jahre... 
  9. Lines: 11
  10.  
  11. JE> and need to be
  12. JE> able to share memory between client applications and my engine (passing
  13. JE> data back and forth). Clearly DDE can do it between different 
  14. JE> applications, but it is not obvious how to do it in other ways. 
  15. [...]
  16. JE> Has anyone seen any way of sharing memory between 16 and 32 bit 
  17. JE> applications?
  18. Really difficult problem. A alternative ways to share data between 32 bit apps 
  19. is using memory mapped files. But this feature is not supported for the 16 bit 
  20. apps running on NT.
  21. Martin
  22.