PeterK
12-21-2000, 02:48 PM
I am writing an MDI application in Win32 and I have a rendering context and a windows device context embedded in each view window.
When a view window dies, its rendering context dies with it.
How can I create display lists that will exist for the duration of the application and that will be accessible by all rendering contexts?
When a view window dies, its rendering context dies with it.
How can I create display lists that will exist for the duration of the application and that will be accessible by all rendering contexts?