home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / win32 / 2522 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.0 KB

  1. Path: sparky!uunet!pipex!warwick!uknet!cvedg!medusa.prime.com!johnm
  2. From: johnm@CIS.Prime.COM (John Mason)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Porting X applications to NT/Win32
  5. Message-ID: <1992Dec17.161921.17376@medusa.prime.com>
  6. Date: 17 Dec 92 16:19:21 GMT
  7. Sender: news@medusa.prime.com
  8. Reply-To: johnm@CIS.Prime.COM
  9. Organization: Computervision R&D Ltd
  10. Lines: 12
  11.  
  12.  
  13. I am currently looking into the feasibility of porting an X application to
  14. Windows NT/Win32. My X application consists of two cooperating processes; a
  15. UI engine and a graphics engine. Amongst other things, the UI engine is responsible
  16. for creating graphics windows within a strictly defined presentation area, and then
  17. passing the handles to these graphics windows to the graphics engine. The graphics
  18. engine is then able to draw graphics and process X events in these windows, just as
  19. if it had created the windows itself. My question is this. Will Windows NT/Win32
  20. support this type of architecture (ie sharing windows between different processes) ?
  21.  
  22. Thanks
  23. John Mason
  24.