Hi, well during the time that past since I made this thread, I got it down to 3 errors, they are.
Code: 1>------ Build started: Project: Planets, Configuration: Release Win32 ------ 1>Compiling... 1>MainThread.cpp 1>.\MainThread.cpp(106) : error C2061: syntax error : identifier 'text' 1>.\MainThread.cpp(111) : error C2065: 'sxsgeode' : undeclared identifier 1>.\MainThread.cpp(111) : error C2227: left of '->addDrawable' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>Build log was saved at "file://c:\Users\J\Desktop\Planets\Planets\Release\BuildLog.htm" 1>Planets - 3 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Doing your idea gave me 10 :( Code: 1>------ Build started: Project: Planets, Configuration: Release Win32 ------ 1>Compiling... 1>MainThread.cpp 1>.\MainThread.cpp(107) : error C2143: syntax error : missing ';' before '->' 1>.\MainThread.cpp(107) : error C2248: 'osgText::Text::~Text' : cannot access protected member declared in class 'osgText::Text' 1> C:\Users\J\Desktop\OpenSceneGraph-2.8.2\include\osgText/Text(349) : see declaration of 'osgText::Text::~Text' 1> C:\Users\J\Desktop\OpenSceneGraph-2.8.2\include\osgText/Text(27) : see declaration of 'osgText::Text' 1>.\MainThread.cpp(108) : error C2819: type 'osgText::Text' does not have an overloaded member 'operator ->' 1> C:\Users\J\Desktop\OpenSceneGraph-2.8.2\include\osgText/Text(27) : see declaration of 'osgText::Text' 1> did you intend to use '.' instead? 1>.\MainThread.cpp(108) : error C2232: '->osgText::TextBase::setPosition' : left operand has 'class' type, use '.' 1>.\MainThread.cpp(109) : error C2819: type 'osgText::Text' does not have an overloaded member 'operator ->' 1> C:\Users\J\Desktop\OpenSceneGraph-2.8.2\include\osgText/Text(27) : see declaration of 'osgText::Text' 1> did you intend to use '.' instead? 1>.\MainThread.cpp(109) : error C2232: '->osgText::TextBase::setCharacterSize' : left operand has 'class' type, use '.' 1>.\MainThread.cpp(110) : error C2819: type 'osgText::Text' does not have an overloaded member 'operator ->' 1> C:\Users\J\Desktop\OpenSceneGraph-2.8.2\include\osgText/Text(27) : see declaration of 'osgText::Text' 1> did you intend to use '.' instead? 1>.\MainThread.cpp(110) : error C2232: '->osgText::Text::setColor' : left operand has 'class' type, use '.' 1>.\MainThread.cpp(111) : error C2065: 'sxsgeode' : undeclared identifier 1>.\MainThread.cpp(111) : error C2227: left of '->addDrawable' must point to class/struct/union/generic type 1> type is ''unknown-type'' 1>Build log was saved at "file://c:\Users\J\Desktop\Planets\Planets\Release\BuildLog.htm" 1>Planets - 10 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Thanks though.I'm now going to sleep, it's 3 AM here. ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=27594#27594 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

