home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!uknet!cvedg!medusa.prime.com!johnm
- From: johnm@CIS.Prime.COM (John Mason)
- Newsgroups: comp.os.ms-windows.programmer.misc
- Subject: Porting X applications to Win32
- Message-ID: <1992Dec15.161452.21516@medusa.prime.com>
- Date: 15 Dec 92 16:14:52 GMT
- Sender: news@medusa.prime.com
- Reply-To: johnm@CIS.Prime.COM
- Organization: Computervision R&D Ltd
- Lines: 13
-
-
- I am currently looking into the feasibility of porting an X application to
- Windows NT/Win32. My X application consists of two cooperating processes;
- a UI engine and a graphics engine. Amongst other things, the UI engine is
- responsible for creating graphics windows within a strictly defined presentation
- area, and then passing the handles to these graphics windows to the graphics
- engine. The graphics engine is then able to draw graphics and process X events
- in these windows, just as if it had created them itself. My question is this.
- Will Windows NT/Win32 support this type of architecture (ie sharing windows
- between different processes) ?
-
- Thanks
- John Mason
-