home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / mswindo / programm / win32 / 712 < prev    next >
Encoding:
Text File  |  1992-08-26  |  1.2 KB  |  24 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!alistair
  3. From: alistair@microsoft.com (Alistair Banks)
  4. Subject: Re: Sharing memory between applications
  5. Message-ID: <1992Aug27.004600.6268@microsoft.com>
  6. Date: 27 Aug 92 00:46:00 GMT
  7. Organization: Microsoft Corporation
  8. References: <1992Aug24.201207.26618@usenet.ins.cwru.edu>
  9. Lines: 13
  10.  
  11. In article <1992Aug24.201207.26618@usenet.ins.cwru.edu> by703@cleveland.Freenet.Edu (James E. Carey) writes:
  12. >
  13. >Looking at the new WIN32 API, I find myself in an interesting position. 
  14. >I am working on porting a database engine from DOS to NT, and need to be 
  15. >able to share memory between client applications and my engine (passing data 
  16. >back and forth). Clearly DDE can do it between different applications, but it
  17. >is not obvious how to do it in other ways. We are looking at supporting both 
  18. >16-bit and 32-bit applications under both Windows and NT; we expect we will 
  19. >need to support memory sharing in up to 4 different ways. Has anyone seen 
  20. >any way of sharing memory between 16 and 32 bit applications?
  21.  
  22. You simply cannot share memory between 16 & 32-bit Windows applications on
  23. Windows NT, by design -- Alistair
  24.