c++ Programming Glossary: basicwindow
member function pointers and inheritance http://stackoverflow.com/questions/10021062/member-function-pointers-and-inheritance of a type inherited from AbstractWindow. For example class BasicWindow public Windows AbstractWindow public BasicWindow InstallHandler.. class BasicWindow public Windows AbstractWindow public BasicWindow InstallHandler WM_CREATE create private void Create HWND UINT.. cannot convert parameter 2 from 'void __thiscall BasicWindow HWND MSG WPARAM LPARAM ' to 'void __thiscall Windows AbstractWindow..
|