by Johan » May 16, 2003 @ 8:29am
Hi Dan,
Look at the included "MFC" sample. It was created by:
(1) Creating a new application without doc-view
(2) Removing the view class
(3) Adding event handlers to the frame window class
(4) Adding a new thread (since the message pump is hidden within MFC - ProcessNextFrame needs to be separated)
The MFC sample uses MFC and works with GapiDraw 2.01. Perhaps you are not using the CFrameWindow class?
//Johan