Compiling error

tomneo2000

21-10-2009 08:17:25

I use VS2005, ogre 1.6, freetype 2.3.11 and MyGUI 2.2.3. When i compile MyGUIEngine project i got error :

1>c:\documents and settings\administrator\桌面\ogre lib\mygui2.2.3_source\myguiengine\src\mygui_scrollviewbase.cpp(41) : error C2614: 'MyGUI::ScrollViewBase' : illegal member initialization: 'mChangeContentByResize' is not a base or member

1>c:\documents and settings\administrator\桌面\ogre lib\mygui2.2.3_source\myguiengine\src\mygui_scrollviewbase.cpp(61) : error C2065: 'mChangeContentByResize' : undeclared identifier

Anyone know how to solve it?

polygon9

21-10-2009 08:53:45

Hello,
I solved the same error.
viewtopic.php?f=17&t=11214

tomneo2000

21-10-2009 09:17:30

Hello,
I solved the same error.
viewtopic.php?f=17&t=11214


I changed LF to CR+LF what is that mean i can't understand LF, CR+LF

it also tell me error C2614: 'MyGUI::ScrollViewBase' : illegal member initialization: 'mChangeContentByResize' is not a base or member c:\documents and settings\administrator\桌面\ogre lib\mygui2.2.3_source\myguiengine\src\mygui_scrollviewbase.cpp

Seems mChangeContentByResize has problem

Will i try version 2.2.2 compile fine for me, i can only say 2.2.3 is not lucky for me, so i just pick 2.2.2 to use and thanks for help me