2.8.4 warnings and errors

Igor Korot ikorot at earthlink.net
Tue May 22 09:35:48 PDT 2007


Hi, ALL,
Here is the warnings I got compiling 2.8.4 with VC++5.

C:\wxWindows\wxWidgets-2.8.4\src\msw\menu.cpp(497) : error C2039: 'hbmpItem' : is not a member of 'WinStruct<struct tagMENUITEMINFOW>'

dbtable.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxVariant::operator=(struct tagTIMESTAMP_STRUCT const *)" (__imp_??4wxVariant@@QAEXPBUtagTIMESTAMP_STRUCT@@@Z)
dbtable.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxVariant::operator=(struct tagTIME_STRUCT const *)" (__imp_??4wxVariant@@QAEXPBUtagTIME_STRUCT@@@Z)
dbtable.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall wxVariant::operator=(struct tagDATE_STRUCT const *)" (__imp_??4wxVariant@@QAEXPBUtagDATE_STRUCT@@@Z)

C:\wxWindows\wxWidgets-2.8.4\src\generic\listctrl.cpp(774) : warning C4251: 'm_aColWidths' : class 'ColWidthArray' needs to have dll-interface to be used by clients of class 'wxListMainWindow'
C:\wxWindows\wxWidgets-2.8.4\src\generic\treectlg.cpp(2229) : warning C4701: local variable 'w' may be used without having been initialized

Thank you.




More information about the wx-dev mailing list