From: Andre A. <ar...@ki...> - 2012-05-03 19:35:17
|
The current version has been much improve. Like the change to the console. CMake is still not a joy. Create an new copy of the current version, wxWidgets-2.9.3 and wxLua Set wxwin to point to the new version. compile wx_vc9.sln in debug mode (default) run cmake point source and destination to E:\wxWidgets\wxLua generate sln's compile E:\wxWidgets\wxLua\apps\wxLuaApps.sln in debug mode (default) wxlua and wxfreeze bot fail to link. first few errors follow 2>wxmsw29ud_stc.lib(stc.obj) : error LNK2019: unresolved external symbol _Scintilla_LinkLexers referenced in function "public: bool __thiscall wxStyledTextCtrl::Create(class wxWindow *,int,class wxPoint const &,class wxSize const &,long,class wxString const &)" (? Create@wxStyledTextCtrl@@QAE_NPAVwxWindow@@HABVwxPoint@@ABVwxSize@@JABVwxString@ @@Z) 2>wxmsw29ud_stc.lib(ScintillaWX.obj) : error LNK2019: unresolved external symbol "protected: virtual __thiscall ScintillaBase::~ScintillaBase(void)" (?? 1ScintillaBase@@MAE@XZ) referenced in function "public: virtual __thiscall ScintillaWX::~ScintillaWX(void)" (??1ScintillaWX@@UAE@XZ) 2>wxmsw29ud_stc.lib(ScintillaWX.obj) : error LNK2019: unresolved external symbol "protected: __thiscall ScintillaBase::ScintillaBase(void)" (?? 0ScintillaBase@@IAE@XZ) referenced in function "public: __thiscall ScintillaWX::ScintillaWX(class wxStyledTextCtrl *)" (?? 0ScintillaWX@@QAE@PAVwxStyledTextCtrl@@@Z) 2>wxmsw29ud_stc.lib(ScintillaWX.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall Editor::NotifyModifyAttempt(class Document *,void *)" (?NotifyModifyAttempt@Editor@@MAEXPAVDocument@@PAX@Z) 2>wxmsw29ud_stc.lib(ScintillaWX.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall Editor::NotifySavePoint(class Document *,void *,bool)" (?NotifySavePoint@Editor@@MAEXPAVDocument@@PAX_N@Z) 2>wxmsw29ud_stc.lib(ScintillaWX.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall Editor::NotifyModified(class Document *,class DocModification,void *)" (? NotifyModified@Editor@@MAEXPAVDocument@@VDocModification@@PAX@Z) 4>wxmsw29ud_stc.lib(stc.obj) : error LNK2019: unresolved external symbol _Scintilla_LinkLexers referenced in function "public: bool __thiscall wxStyledTextCtrl::Create(class wxWindow *,int,class wxPoint const &,class wxSize const &,long,class wxString const &)" (? Create@wxStyledTextCtrl@@QAE_NPAVwxWindow@@HABVwxPoint@@ABVwxSize@@JABVwxString@ @@Z) 2>wxmsw29ud_stc.lib(ScintillaWX.obj) : error LNK2001: unresolved external symbol "protected: virtual void __thiscall Editor::NotifyDeleted(class Document *,void *)" (?NotifyDeleted@Editor@@MAEXPAVDocument@@PAX@Z) Andre |