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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to