Page 1 of 1

complier question

PostPosted: Mon Jan 25, 2010 2:40 am
by linjichao
2>d:\my documents\svn_game_editor2\game-editor\trunk\wx\wxifm\src\ifm\defplugin.cpp(522) : error C2039: “Inside”: 不是“wxRect”的成员
2> d:\my documents\svn_game_editor2\game-editor\trunk\wxwidgets-2.9.0\include\wx\gdicmn.h(503) : 参见“wxRect”的声明
2>dragndrop.cpp
1>..\src\stedlgs.cpp(1430) : error C2248: “wxWindowBase::ProcessEvent”: 无法访问 protected 成员(在“wxWindowBase”类中声明)
1> D:\My Documents\SVN_GAME_EDITOR2\game-editor\trunk\wxWidgets-2.9.0\include\wx/window.h(834) : 参见“wxWindowBase::ProcessEvent”的声明
1> D:\My Documents\SVN_GAME_EDITOR2\game-editor\trunk\wxWidgets-2.9.0\include\wx/window.h(164) : 参见“wxWindowBase”的声明
1>..\src\stedlgs.cpp(1467) : error C2248: “wxWindowBase::ProcessEvent”: 无法访问 protected 成员(在“wxWindowBase”类中声明)
1> D:\My Documents\SVN_GAME_EDITOR2\game-editor\trunk\wxWidgets-2.9.0\include\wx/window.h(834) : 参见“wxWindowBase::ProcessEvent”的声明
1> D:\My Documents\SVN_GAME_EDITOR2\game-editor\trunk\wxWidgets-2.9.0\include\wx/window.h(164) : 参见“wxWindowBase”的声明
1>stedlgs_wdr.cpp
2>d:\my documents\svn_game_editor2\game-editor\trunk\wx\wxifm\src\ifm\dragndrop.cpp(1082) : error C2039: “Inside”: 不是“wxRect”的成员
2> d:\my documents\svn_game_editor2\game-editor\trunk\wxwidgets-2.9.0\include\wx\gdicmn.h(503) : 参见“wxRect”的声明
2>d:\my documents\svn_game_editor2\game-editor\trunk\wx\wxifm\src\ifm\dragndrop.cpp(1387) : error C2039: “Inside”: 不是“wxRect”的成员
2> d:\my documents\svn_game_editor2\game-editor\trunk\wxwidgets-2.9.0\include\wx\gdicmn.h(503) : 参见“wxRect”的声明
2>manager.cpp
1>steexprt.cpp
1>..\src\steexprt.cpp(256) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(258) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(259) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(403) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(590) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(597) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(600) : error C3861: “wx2stc”: 找不到标识符
2>d:\my documents\svn_game_editor2\game-editor\trunk\wx\wxifm\src\ifm\manager.cpp(454) : warning C4018: “<”: 有符号/无符号不匹配
1>..\src\steexprt.cpp(1317) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(1444) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(1475) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(1595) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(1606) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(1734) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(1736) : error C3861: “wx2stc”: 找不到标识符
1>..\src\steexprt.cpp(1768) : error C2228: “.c_str”的左边必须有类/结构/联合
1> 类型是“'unknown-type'”
1>..\src\steexprt.cpp(1768) : error C2660: “wxString::Format”: 函数不接受 2 个参数
1>..\src\steexprt.cpp(1768) : error C3861: “stc2wx”: 找不到标识符
1>..\src\steexprt.cpp(1971) : error C2065: “wxSAVE”: 未声明的标识符

找不到标识符 = not find indentify

who can tell me why?

Re: complier question

PostPosted: Mon Jan 25, 2010 11:11 am
by makslane
I haven't tested the compilation with the wxWidgets 2.9.
Try to compile only the gameEditor project (you only need the wxWidgets for the wxGameEditor project - the new interface)

Re: complier question

PostPosted: Mon Jan 25, 2010 2:16 pm
by linjichao
makslane wrote:I haven't tested the compilation with the wxWidgets 2.9.
Try to compile only the gameEditor project (you only need the wxWidgets for the wxGameEditor project - the new interface)


I want to use net part of wxGameEditor...
so how can i do... thank in the advance of ...

Re: complier question

PostPosted: Mon Jan 25, 2010 4:08 pm
by makslane
The net code is not working. The RakNet was removed from the main code and we need finish the network support (developers wanted).