DirectX example compile error
Brought to you by:
david_nash
There was a compilation error in the DirectX sample. The calls to ShowWindow and UpdateWindow inside of CView::OnCreate had m_hWnd arguements that did not match the signatures for those functions in the Win32++ library. Deleting those arguments fixes this.
I am using the VC2005 project and the example from the "All Examples" zip (which did not include the MDI_Demo).
Fixed in version 6.4