|
From: Casper H. <ch...@us...> - 2002-05-30 20:29:26
|
tor, 2002-05-30 kl. 20:27 skrev Robert K.: > So may I use these dlls for implementing so2ss. Yes you may, and I even recommend that you do. > the graphics architecture is not too comon to me. > Is it this way possible to draw lines and use windows as a win32 app would > be able to? Yes. If your OS/2 subsystem DLLs link with gdi32.dll you can use drawing primitives to perform drawing activities. Use user32.dll for higher level objects such as windows, menus and messages. > With other words: Has csrss.exe much to do with windowing. No. Csrss.exe handles consoles and access to the blue screen device. - Casper |