Building GridCtl ?
build it. I have the Enterprise version of VC++ 5.0. Included are the error messages I get. Anyone have an idea of why?
GridCtrl.obj : error LNK2001: unresolved external symbol "protected: void __thiscall CWnd::OnSettingChange(unsigned int,unsigned short const *)" (?OnSettingChange@CWnd@@IAEXIPBG@Z)
GridCtrl.obj : error LNK2001: unresolved external symbol "bool __stdcall operator!=(class CString const &,class CString const &)" (??9@YG_NABVCString@@0@Z)
GridCtrl.obj : error LNK2001: unresolved external symbol "bool __stdcall operator>(class CString const &,class CString const &)" (??O@YG_NABVCString@@0@Z)
GridCtrl.obj : error LNK2001: unresolved external symbol "bool __stdcall operator<(class CString const &,class CString const &)" (??M@YG_NABVCString@@0@Z)
GridCtrl.obj : error LNK2001: unresolved external symbol "protected: int __thiscall CWnd::OnMouseWheel(unsigned int,short,class CPoint)" (?OnMouseWheel@CWnd@@IAEHIFVCPoint@@@Z)
Debug Unicode/GridCtrlDemo.exe : fatal error LNK1120: 5 unresolved externals

