bug: winx\tutorials\winx\step009-mousewheel\mousewheel\hello.cpp
--> please change the following statement (in WinMain)
dlg.DoModal(NULL, hInstance);
to
dlg.DoModal();
Log in to post a comment.