home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / win32 / 2567 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.4 KB  |  38 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!microsoft!hexnut!johnhall
  3. From: johnhall@microsoft.com (John Hall)
  4. Subject: Re: Porting X applications to NT/Win32
  5. Message-ID: <1992Dec22.013247.22651@microsoft.com>
  6. Date: 22 Dec 92 01:32:47 GMT
  7. Organization: Microsoft Corporation
  8. References: <1992Dec17.161921.17376@medusa.prime.com>
  9. Lines: 24
  10.  
  11. Windows 3.x certainly does, and I believe Windows NT will allow
  12. it as well though I'm not 100% certain.
  13.  
  14. Try it.  Get a DC, pass to another process, and use it to draw
  15. on the original window.
  16.  
  17.  
  18. In article johnm@CIS.Prime.COM writes:
  19. | I am currently looking into the feasibility of porting an X application to
  20. | Windows NT/Win32. My X application consists of two cooperating processes; a
  21. | UI engine and a graphics engine. Amongst other things, the UI engine is responsible
  22. | for creating graphics windows within a strictly defined presentation area, and then
  23. | passing the handles to these graphics windows to the graphics engine. The graphics
  24. | engine is then able to draw graphics and process X events in these windows, just as
  25. | if it had created the windows itself. My question is this. Will Windows NT/Win32
  26. | support this type of architecture (ie sharing windows between different processes) ?
  27. | Thanks
  28. | John Mason
  29.  
  30.  
  31. -- 
  32. -------------------------
  33. My comments are my own.  They are independent and unrelated to the
  34. views of my company , relatives or elected representatives.
  35.  
  36.