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

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