About Store Forum Documentation Contact



Post Reply 
RakNet Tutorial
Author Message
Mythros Offline
Member

Post: #106
RE: RakNet Tutorial
Hi all. I'm new. and I was wondering why I'm getting the following errors in the error log in Microsoft Visual C++ 2010 Express when I try to compile the newest client? I can compile the server just fine with only 3 warnings...

Code:
1>------ Build started: Project: Tutorial, Configuration: Debug Win32 ------
1>  Player.cpp
1>c:\tutorial client\source\player.cpp(7): error C2039: 'setRect' : is not a member of 'EE::TextLine'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\objects\textline.h(5) : see declaration of 'EE::TextLine'
1>c:\tutorial client\source\player.cpp(17): error C2039: 'anglei' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(17): error C2228: left of '.x' must have class/struct/union
1>c:\tutorial client\source\player.cpp(18): error C2039: 'anglei' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(18): error C2228: left of '.y' must have class/struct/union
1>c:\tutorial client\source\player.cpp(19): error C2039: 'diri' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(19): error C2228: left of '.x' must have class/struct/union
1>c:\tutorial client\source\player.cpp(20): error C2039: 'diri' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(20): error C2228: left of '.z' must have class/struct/union
1>c:\tutorial client\source\player.cpp(21): error C2039: 'diri' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(21): error C2228: left of '.y' must have class/struct/union
1>c:\tutorial client\source\player.cpp(29): error C2065: 'ready' : undeclared identifier
1>c:\tutorial client\source\player.cpp(29): warning C4805: '^=' : unsafe mix of type ''unknown-type'' and type 'Bool' in operation
1>c:\tutorial client\source\player.cpp(32): error C2039: 'anglei' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(32): error C2228: left of '.x' must have class/struct/union
1>c:\tutorial client\source\player.cpp(32): error C2039: 'anglei' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(32): error C2228: left of '.y' must have class/struct/union
1>c:\tutorial client\source\player.cpp(32): error C2039: 'diri' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(32): error C2228: left of '.x' must have class/struct/union
1>c:\tutorial client\source\player.cpp(32): error C2039: 'diri' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(32): error C2228: left of '.z' must have class/struct/union
1>c:\tutorial client\source\player.cpp(32): error C2039: 'diri' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(32): error C2228: left of '.y' must have class/struct/union
1>c:\tutorial client\source\player.cpp(33): error C2065: 'ready' : undeclared identifier
1>c:\tutorial client\source\player.cpp(39): error C2065: 'ready' : undeclared identifier
1>c:\tutorial client\source\player.cpp(41): error C2039: 'dir_ds' : is not a member of 'EE::Mouse'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\input\mouse.h(10) : see declaration of 'EE::Mouse'
1>c:\tutorial client\source\player.cpp(41): error C2228: left of '.x' must have class/struct/union
1>c:\tutorial client\source\player.cpp(42): error C2039: 'dir_ds' : is not a member of 'EE::Mouse'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\input\mouse.h(10) : see declaration of 'EE::Mouse'
1>c:\tutorial client\source\player.cpp(42): error C2228: left of '.y' must have class/struct/union
1>c:\tutorial client\source\player.cpp(42): error C2039: 'inv' : is not a member of 'EE::Mouse'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\input\mouse.h(10) : see declaration of 'EE::Mouse'
1>c:\tutorial client\source\player.cpp(46): error C2065: 'ready' : undeclared identifier
1>c:\tutorial client\source\player.cpp(48): error C2039: 'diri' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(48): error C2228: left of '.z' must have class/struct/union
1>c:\tutorial client\source\player.cpp(50): error C2039: 'diri' : is not a member of 'EE::Game::Chr::Input'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\objects\character.h(29) : see declaration of 'EE::Game::Chr::Input'
1>c:\tutorial client\source\player.cpp(50): error C2228: left of '.z' must have class/struct/union
1>c:\tutorial client\source\player.cpp(54): error C2065: 'ready' : undeclared identifier
1>c:\tutorial client\source\player.cpp(54): error C2065: 'ready' : undeclared identifier
1>c:\tutorial client\source\player.cpp(55): error C3867: 'EE::Mouse::pos': function call missing argument list; use '&EE::Mouse::pos' to create a pointer to member
1>c:\tutorial client\source\player.cpp(112): error C2039: 'z' : is not a member of 'EE::Vec2'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\math\vector.h(161) : see declaration of 'EE::Vec2'
1>  Options.cpp
1>c:\tutorial client\source\options.cpp(8): error C2146: syntax error : missing ';' before identifier 'mode_list_group'
1>c:\tutorial client\source\options.cpp(8): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\tutorial client\source\options.cpp(8): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\tutorial client\source\options.cpp(9): error C2065: 'LGW_PARENT' : undeclared identifier
1>c:\tutorial client\source\options.cpp(9): error C2466: cannot allocate an array of constant size 0
1>c:\tutorial client\source\options.cpp(83): error C2039: 'shdMapSize' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(88): error C2039: 'mtnMode' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(88): error C2228: left of '.mtnSmooth' must have class/struct/union
1>c:\tutorial client\source\options.cpp(89): error C2039: 'shdMode' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(89): error C2065: 'SHD_MAP_HW' : undeclared identifier
1>c:\tutorial client\source\options.cpp(89): error C2065: 'SHD_NONE' : undeclared identifier
1>c:\tutorial client\source\options.cpp(91): error C2039: 'ambMode' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(92): error C2039: 'shdSoft' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(93): error C2039: 'shdJitter' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(95): error C2039: 'mtnLeaks' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(115): error C2039: 'setGroups' : is not a member of 'EE::ComboBox'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\objects\combobox.h(10) : see declaration of 'EE::ComboBox'
1>c:\tutorial client\source\options.cpp(115): error C2228: left of '.setData' must have class/struct/union
1>c:\tutorial client\source\options.cpp(115): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(116): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(116): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(116): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(117): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(117): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(117): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(118): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(118): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(118): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(119): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(119): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(119): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(120): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(120): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(120): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(121): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(121): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(121): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(122): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(122): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(122): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(123): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(123): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(123): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(124): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(124): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(124): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(125): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(125): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(125): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(126): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(126): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(126): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(127): error C2228: left of '.func' must have class/struct/union
1>c:\tutorial client\source\options.cpp(127): error C2228: left of '.desc' must have class/struct/union
1>c:\tutorial client\source\options.cpp(127): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(152): error C2039: 'shdMode' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(152): error C2065: 'SHD_NONE' : undeclared identifier
1>c:\tutorial client\source\options.cpp(154): error C2039: 'shdMode' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(154): error C2065: 'SHD_NONE' : undeclared identifier
1>c:\tutorial client\source\options.cpp(172): error C2039: 'shdMapSize' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(176): error C2039: 'mtnMode' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(176): error C2039: 'mtnSmooth' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(180): error C2039: 'shdMode' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(180): error C2065: 'SHD_NONE' : undeclared identifier
1>c:\tutorial client\source\options.cpp(182): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(183): error C2039: 'shdSoft' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(183): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(184): error C2039: 'shdJitter' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(184): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(185): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(186): error C2039: 'mtnLeaks' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(186): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(187): error C2039: 'ambMode' : is not a member of 'EE::Display'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\display.h(97) : see declaration of 'EE::Display'
1>c:\tutorial client\source\options.cpp(187): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(188): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(189): error C3861: 'ELMS': identifier not found
1>c:\tutorial client\source\options.cpp(222): error C2039: 'setRect' : is not a member of 'EE::Window'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\objects\window.h(15) : see declaration of 'EE::Window'
1>c:\tutorial client\source\options.cpp(222): error C2039: 'tds' : is not a member of 'EE::Text'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\objects\text.h(5) : see declaration of 'EE::Text'
1>c:\tutorial client\source\options.cpp(222): error C2227: left of '->textWidth' must point to class/struct/union/generic type
1>c:\tutorial client\source\options.cpp(227): error C3867: 'EE::Meml<TYPE>::first': function call missing argument list; use '&EE::Meml<TYPE>::first' to create a pointer to member
1>          with
1>          [
1>              TYPE=Message
1>          ]
1>  Menu.cpp
1>c:\tutorial client\source\menu.cpp(176): error C2227: left of '->draw' must point to class/struct/union/generic type
1>          type is ''unknown-type''
1>c:\tutorial client\source\menu.cpp(176): error C3861: 'Meshs': identifier not found
1>c:\tutorial client\source\menu.cpp(191): error C2661: 'EE::Image::draw' : no overloaded function takes 2 arguments
1>  Intro.cpp
1>c:\tutorial client\source\intro.cpp(28): error C2065: 'TextDS' : undeclared identifier
1>c:\tutorial client\source\intro.cpp(28): error C2146: syntax error : missing ';' before identifier 'tds'
1>c:\tutorial client\source\intro.cpp(28): error C2065: 'tds' : undeclared identifier
1>c:\tutorial client\source\intro.cpp(29): error C2065: 'tds' : undeclared identifier
1>c:\tutorial client\source\intro.cpp(29): error C2228: left of '.reset' must have class/struct/union
1>          type is ''unknown-type''
1>c:\tutorial client\source\intro.cpp(30): error C2065: 'tds' : undeclared identifier
1>c:\tutorial client\source\intro.cpp(30): error C2228: left of '.scale' must have class/struct/union
1>          type is ''unknown-type''
1>c:\tutorial client\source\intro.cpp(32): error C2065: 'tds' : undeclared identifier
1>c:\tutorial client\source\intro.cpp(33): error C2065: 'tds' : undeclared identifier
1>c:\tutorial client\source\intro.cpp(33): error C2228: left of '.scale' must have class/struct/union
1>          type is ''unknown-type''
1>c:\tutorial client\source\intro.cpp(34): error C2065: 'tds' : undeclared identifier
1>c:\tutorial client\source\intro.cpp(37): error C2661: 'EE::Image::drawFit' : no overloaded function takes 6 arguments
1>c:\tutorial client\source\intro.cpp(38): error C2661: 'EE::Image::drawFit' : no overloaded function takes 6 arguments
1>c:\tutorial client\source\intro.cpp(39): error C2661: 'EE::Image::drawFit' : no overloaded function takes 6 arguments
1>c:\tutorial client\source\intro.cpp(40): error C2661: 'EE::Image::drawFit' : no overloaded function takes 6 arguments
1>  Game.cpp
1>c:\tutorial client\source\game.cpp(63): error C2039: 'images' : is not a member of 'EE::WaterClass'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\water.h(53) : see declaration of 'EE::WaterClass'
1>c:\tutorial client\source\game.cpp(74): error C2039: 'init' : is not a member of 'EE::Game::WorldManager'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\game\world.h(77) : see declaration of 'EE::Game::WorldManager'
1>c:\tutorial client\source\game.cpp(75): error C2228: left of '.setObjType' must have class/struct/union
1>c:\tutorial client\source\game.cpp(76): error C2228: left of '.setObjType' must have class/struct/union
1>c:\tutorial client\source\game.cpp(77): error C2228: left of '.setObjItem' must have class/struct/union
1>c:\tutorial client\source\game.cpp(78): error C2228: left of '.setObjType' must have class/struct/union
1>c:\tutorial client\source\game.cpp(79): error C2228: left of '.setObjType' must have class/struct/union
1>c:\tutorial client\source\game.cpp(80): error C2228: left of '.New' must have class/struct/union
1>c:\tutorial client\source\game.cpp(143): error C2039: 'dir_ds' : is not a member of 'EE::Mouse'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\input\mouse.h(10) : see declaration of 'EE::Mouse'
1>c:\tutorial client\source\game.cpp(143): error C2228: left of '.x' must have class/struct/union
1>c:\tutorial client\source\game.cpp(144): error C2039: 'dir_ds' : is not a member of 'EE::Mouse'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\input\mouse.h(10) : see declaration of 'EE::Mouse'
1>c:\tutorial client\source\game.cpp(144): error C2228: left of '.y' must have class/struct/union
1>c:\tutorial client\source\game.cpp(144): error C2039: 'inv' : is not a member of 'EE::Mouse'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\input\mouse.h(10) : see declaration of 'EE::Mouse'
1>  Client.cpp
1>c:\tutorial client\source\client.cpp(8): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'unsigned int' (or there is no acceptable conversion)
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\color.h(30): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>          while trying to match the argument list '(EE::Color, unsigned int)'
1>c:\tutorial client\source\client.cpp(9): error C2039: 'setTextSize' : is not a member of 'EE::_List'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\objects\list.h(81) : see declaration of 'EE::_List'
1>c:\tutorial client\source\client.cpp(12): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'int' (or there is no acceptable conversion)
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\color.h(30): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>          while trying to match the argument list '(EE::Color, int)'
1>c:\tutorial client\source\client.cpp(16): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'unsigned int' (or there is no acceptable conversion)
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\color.h(30): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>          while trying to match the argument list '(EE::Color, unsigned int)'
1>c:\tutorial client\source\client.cpp(19): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'int' (or there is no acceptable conversion)
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\color.h(30): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>          while trying to match the argument list '(EE::Color, int)'
1>c:\tutorial client\source\client.cpp(20): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'int' (or there is no acceptable conversion)
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\color.h(30): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>          while trying to match the argument list '(EE::Color, int)'
1>c:\tutorial client\source\client.cpp(24): error C2065: 'APP_ALLOW_RT_FORWARD' : undeclared identifier
1>c:\tutorial client\source\client.cpp(25): error C3861: 'IOPath': identifier not found
1>c:\tutorial client\source\client.cpp(36): error C2065: 'Text_ds' : undeclared identifier
1>c:\tutorial client\source\client.cpp(36): error C2228: left of '.color' must have class/struct/union
1>          type is ''unknown-type''
1>c:\tutorial client\source\client.cpp(37): error C2039: 'tds_text' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(37): error C2228: left of '.color' must have class/struct/union
1>c:\tutorial client\source\client.cpp(38): error C2039: 'tds_button' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(38): error C2228: left of '.color' must have class/struct/union
1>c:\tutorial client\source\client.cpp(39): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'int' (or there is no acceptable conversion)
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\color.h(30): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>          while trying to match the argument list '(EE::Color, int)'
1>c:\tutorial client\source\client.cpp(40): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'int' (or there is no acceptable conversion)
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\color.h(30): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>          while trying to match the argument list '(EE::Color, int)'
1>c:\tutorial client\source\client.cpp(41): error C2039: 'tds_desc' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(41): error C2228: left of '.color' must have class/struct/union
1>c:\tutorial client\source\client.cpp(42): error C2039: 'tds_textline' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(42): error C2228: left of '.color' must have class/struct/union
1>c:\tutorial client\source\client.cpp(43): error C2039: 'tds_cmenu' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(43): error C2228: left of '.color' must have class/struct/union
1>c:\tutorial client\source\client.cpp(44): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'int' (or there is no acceptable conversion)
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\color.h(30): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>          while trying to match the argument list '(EE::Color, int)'
1>c:\tutorial client\source\client.cpp(45): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'unsigned int' (or there is no acceptable conversion)
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\color.h(30): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>          while trying to match the argument list '(EE::Color, unsigned int)'
1>c:\tutorial client\source\client.cpp(47): error C2065: 'Text_ds' : undeclared identifier
1>c:\tutorial client\source\client.cpp(47): error C2228: left of '.shade' must have class/struct/union
1>          type is ''unknown-type''
1>c:\tutorial client\source\client.cpp(47): error C2039: 'tds_button' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(47): error C2228: left of '.shade' must have class/struct/union
1>c:\tutorial client\source\client.cpp(47): error C2039: 'tds_textline' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(47): error C2228: left of '.shade' must have class/struct/union
1>c:\tutorial client\source\client.cpp(49): error C2039: 'tds_button' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(49): error C2228: left of '.shadow' must have class/struct/union
1>c:\tutorial client\source\client.cpp(49): error C2039: 'tds_cmenu' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(49): error C2228: left of '.shadow' must have class/struct/union
1>c:\tutorial client\source\client.cpp(49): error C2039: 'tds_desc' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(49): error C2228: left of '.shadow' must have class/struct/union
1>c:\tutorial client\source\client.cpp(50): error C2039: 'tds_list' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(50): error C2228: left of '.shadow' must have class/struct/union
1>c:\tutorial client\source\client.cpp(50): error C2039: 'tds_text' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(50): error C2228: left of '.shadow' must have class/struct/union
1>c:\tutorial client\source\client.cpp(50): error C2039: 'tds_textline' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(50): error C2228: left of '.shadow' must have class/struct/union
1>c:\tutorial client\source\client.cpp(51): error C2039: 'tds_text' : is not a member of 'EE::GUI'
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\gui\gui.h(9) : see declaration of 'EE::GUI'
1>c:\tutorial client\source\client.cpp(51): error C2228: left of '.scale' must have class/struct/union
1>c:\tutorial client\source\client.cpp(51): error C2679: binary '=' : no operator found which takes a right-hand operand of type 'int' (or there is no acceptable conversion)
1>          c:\program files (x86)\microsoft visual studio 10.0\vc\include\esenthelengine\graphics\color.h(30): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>          while trying to match the argument list '(EE::Color, int)'
1>  Character.cpp
1>c:\tutorial client\source\character.cpp(10): error C3867: 'EE::Meml<TYPE>::first': function call missing argument list; use '&EE::Meml<TYPE>::first' to create a pointer to member
1>          with
1>          [
1>              TYPE=Talk
1>          ]
1>  Generating Code...
1>
1>Project Performance Summary:
1>      528 ms  C:\Tutorial Client\Tutorial Client.vcxproj   1 calls
1>                528 ms  build                                      1 calls
1>
1>Target Performance Summary:
1>        0 ms  _PrepareForBuild                           1 calls
1>        0 ms  _GenerateXMLData                           1 calls
1>        0 ms  _SelectedFiles                             1 calls
1>        0 ms  ComputeCLInputPDBName                      1 calls
1>        0 ms  _Xsd                                       1 calls
1>        0 ms  ResolveReferences                          1 calls
1>        0 ms  BuildGenerateSourcesTraverse               1 calls
1>        0 ms  ResolveProjectReferences                   1 calls
1>        0 ms  AfterResolveReferences                     1 calls
1>        0 ms  PlatformPrepareForBuild                    1 calls
1>        0 ms  MakeDirsForCl                              1 calls
1>        0 ms  AfterBuildGenerateSourcesEvent             1 calls
1>        0 ms  MakeDirsForMidl                            1 calls
1>        0 ms  BuildCompileTraverse                       1 calls
1>        0 ms  _GenerateWebServiceProxy                   1 calls
1>        0 ms  BuildGenerateSources                       1 calls
1>        0 ms  ComputeMIDLGeneratedCompileInputs          1 calls
1>        0 ms  _SplitProjectReferencesByFileExistence     1 calls
1>        0 ms  BeforeClCompile                            1 calls
1>        0 ms  AfterBuildGenerateSources                  1 calls
1>        0 ms  BeforeBuildGenerateSources                 1 calls
1>        0 ms  _Midl                                      1 calls
1>        0 ms  GetReferenceAssemblyPaths                  1 calls
1>        0 ms  SelectCustomBuild                          1 calls
1>        0 ms  BeforeResolveReferences                    1 calls
1>        0 ms  AfterMidl                                  1 calls
1>        1 ms  SelectClCompile                            1 calls
1>        1 ms  PrepareForBuild                            1 calls
1>        1 ms  PreBuildEvent                              1 calls
1>        1 ms  _DetermineManagedStateFromCL               1 calls
1>        1 ms  InitializeBuildStatus                      1 calls
1>        1 ms  GetFrameworkPaths                          1 calls
1>        1 ms  ComputeReferenceCLInput                    1 calls
1>        4 ms  SetBuildDefaultEnvironmentVariables        1 calls
1>        5 ms  _CheckForInvalidConfigurationAndPlatform   1 calls
1>      512 ms  ClCompile                                  1 calls
1>
1>Task Performance Summary:
1>        0 ms  ReadLinesFromFile                          1 calls
1>        0 ms  MakeDir                                    4 calls
1>        0 ms  Message                                    2 calls
1>        0 ms  WriteLinesToFile                           1 calls
1>        1 ms  Touch                                      1 calls
1>        4 ms  SetEnv                                     4 calls
1>      509 ms  CL                                         2 calls
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Thank You!
(This post was last modified: 03-01-2013 07:10 PM by Mythros.)
03-01-2013 07:10 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #107
RE: RakNet Tutorial
Because the newest isn't all that new, it hasn't been compiled against newest EE libraries.

and the only build I could supply would be Visual Studio 2012 ones as I have removed VS2008 and VS2010 as I won't use them anymore and I don't see a reason to support them as whatever they had VS2012 does better. wink


Edit:
I have recently updated the Raknet Source Pack(which makes it possible to download it through the first post), it only includes VS2012 projects though.
(This post was last modified: 03-01-2013 07:41 PM by Zervox.)
03-01-2013 07:19 PM
Find all posts by this user Quote this message in a reply
Mythros Offline
Member

Post: #108
RE: RakNet Tutorial
Ah, ok. Testing VS2012.
03-01-2013 08:33 PM
Find all posts by this user Quote this message in a reply
Mythros Offline
Member

Post: #109
RE: RakNet Tutorial
Is there a way to compile this in code::blocks? some of us don't have the money to afford vc++ 2012 after it expires...
03-02-2013 03:40 PM
Find all posts by this user Quote this message in a reply
Rubeus Offline
Member

Post: #110
RE: RakNet Tutorial
You got the wrong version, friend. You need the express(read: free) version.
http://www.microsoft.com/visualstudio/en...s-products Try here.
03-02-2013 03:54 PM
Find all posts by this user Quote this message in a reply
Mythros Offline
Member

Post: #111
RE: RakNet Tutorial
I have the evaluation version. It gives me 30 free days then asks for a key... :(
03-02-2013 04:04 PM
Find all posts by this user Quote this message in a reply
Rubeus Offline
Member

Post: #112
RE: RakNet Tutorial
Yes, you probably got the pro or the ultimate version or something like that. Go to that link and get the EXPRESS version. It's completely free forever.
03-02-2013 04:15 PM
Find all posts by this user Quote this message in a reply
Mythros Offline
Member

Post: #113
RE: RakNet Tutorial
Nope, I'm pretty sure I got the right version. I selected the install option.


Attached File(s) Image(s)
   
03-02-2013 04:19 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #114
RE: RakNet Tutorial
The drop down from the help menu for registering product will send you to a microsoft webpage where you fill in some details and you will be emailed an express key from what I remember.

and seems to be the case according to that keylock image at the bottom of your screenshot.
03-02-2013 04:41 PM
Find all posts by this user Quote this message in a reply
Mythros Offline
Member

Post: #115
RE: RakNet Tutorial
Yea. I'm not entering that kind of info. I don't have a business... YET.. Is there ANY way to do this in code::blocks? This would be ALOT easier... Thank You! smile
03-02-2013 05:22 PM
Find all posts by this user Quote this message in a reply
Rubeus Offline
Member

Post: #116
RE: RakNet Tutorial
Then fill in N/A for everything. You probably could do it in code::blocks, but it WOULDN'T be easier.
03-02-2013 05:26 PM
Find all posts by this user Quote this message in a reply
Zervox Offline
Member

Post: #117
RE: RakNet Tutorial
If you aren't willing to fill in basic info, then I can't help, there is no requirement to fill in as a business, I filled in my info as an individual programmer, and I have no idea about code::blocks I don't use it, sorry.
03-02-2013 06:42 PM
Find all posts by this user Quote this message in a reply
Post Reply