About Store Forum Documentation Contact



Post Reply 
RakNet Tutorial
Author Message
jordanpx Offline
Member

Post: #31
RE: RakNet Tutorial
I'm not quite sure what it means to need "recoding" to support custom network architectures. Doesn't RakNet require you to do some coding to change your network architecture?

Also, NetDog is indeed under active development. Version 2.1 was released on June 23, 2010 grin

http://netdognetworks.com/news/ND21.shtml

(04-23-2010 05:33 AM)Chris Wrote:  [Massiv and NetDog] need recoding to support custom network architectures. For example, i'm writing a kind of "virtual environment" where security isn't an issue, therefore my world is partitioned and distributed to small peer groups. Also I found that Massiv and NetDog didn't seem to be in active development.
07-06-2010 04:02 AM
Find all posts by this user Quote this message in a reply
kulesz Offline
Member

Post: #32
RE: RakNet Tutorial
It seems that after last updates something is not working.
Got this when compiling Client Tutorial:

Code:
1>Compiling...
1>Options.cpp
1>.\Source\Options.cpp(89) : error C2065: 'SHD_MAP_HW' : undeclared identifier
1>.\Source\Options.cpp(89) : error C2065: 'SHD_NONE' : undeclared identifier
1>.\Source\Options.cpp(152) : error C2065: 'SHD_NONE' : undeclared identifier
1>.\Source\Options.cpp(154) : error C2065: 'SHD_NONE' : undeclared identifier
1>.\Source\Options.cpp(180) : error C2065: 'SHD_NONE' : undeclared identifier
1>.\Source\Options.cpp(227) : error C3867: 'EE::_Meml::first': function call missing argument list; use '&EE::_Meml::first' to create a pointer to member
1>Menu.cpp
1>.\Source\Menu.cpp(176) : error C2227: left of '->draw' must point to class/struct/union/generic type
1>        type is ''unknown-type''
1>.\Source\Menu.cpp(176) : error C3861: 'Meshs': identifier not found
1>Intro.cpp
1>.\Source\Intro.cpp(37) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take the source type, or constructor overload resolution was ambiguous
1>.\Source\Intro.cpp(38) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take the source type, or constructor overload resolution was ambiguous
1>.\Source\Intro.cpp(39) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take the source type, or constructor overload resolution was ambiguous
1>.\Source\Intro.cpp(40) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take the source type, or constructor overload resolution was ambiguous
1>Client.cpp
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\Source\Client.cpp(24) : error C2065: 'APP_ALLOW_RT_FORWARD' : undeclared identifier
1>.\Source\Client.cpp(36) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(37) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(38) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\Source\Client.cpp(41) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(42) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(43) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): 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>.\Source\Character.cpp(10) : error C3867: 'EE::_Meml::first': function call missing argument list; use '&EE::_Meml::first' to create a pointer to member
09-16-2010 03:01 PM
Find all posts by this user Quote this message in a reply
Yurci Offline
Member

Post: #33
RE: RakNet Tutorial
09-16-2010 03:03 PM
Visit this user's website Find all posts by this user Quote this message in a reply
kulesz Offline
Member

Post: #34
RE: RakNet Tutorial
Well, that fixed errors with SHADOW and first(), but I can't fix the color issues:

Code:
.\Source\Intro.cpp(37) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take the source type, or constructor overload resolution was ambiguous
1>.\Source\Intro.cpp(38) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take the source type, or constructor overload resolution was ambiguous
1>.\Source\Intro.cpp(39) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take the source type, or constructor overload resolution was ambiguous
1>.\Source\Intro.cpp(40) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take the source type, or constructor overload resolution was ambiguous
1>Client.cpp
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\Source\Client.cpp(24) : error C2065: 'APP_ALLOW_RT_FORWARD' : undeclared identifier
1>.\Source\Client.cpp(36) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(37) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(38) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\Source\Client.cpp(41) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(42) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(43) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator =(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'

OK, got it working... BTW, can't I input colors in EE by hex numbers?
(This post was last modified: 09-16-2010 03:23 PM by kulesz.)
09-16-2010 03:11 PM
Find all posts by this user Quote this message in a reply
Chris Offline
Member

Post: #35
RE: RakNet Tutorial
Yeah sorry for not updating this in a while - I was waiting for RakNet 4 to get stable - and also focusing 90% of my time on other EE related projects, which will be released sometime smile

EDIT: Perhaps you could release an update for other people of your changes to make it work?
(This post was last modified: 09-16-2010 03:55 PM by Chris.)
09-16-2010 03:54 PM
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #36
RE: RakNet Tutorial
(09-16-2010 03:11 PM)kulesz Wrote:  Well, that fixed errors with SHADOW and first(), but I can't fix the color issues:

OK, got it working... BTW, can't I input colors in EE by hex numbers?

That's because the iphone and Ipad uses only RGB.

There is always evil somewhere, you just have to look for it properly.
09-16-2010 04:27 PM
Visit this user's website Find all posts by this user Quote this message in a reply
kulesz Offline
Member

Post: #37
RE: RakNet Tutorial
OK, I'll correct it and release in next few hours :-)
09-16-2010 05:14 PM
Find all posts by this user Quote this message in a reply
Chris Offline
Member

Post: #38
RE: RakNet Tutorial
Awesome, thanks smile
09-16-2010 05:15 PM
Find all posts by this user Quote this message in a reply
kulesz Offline
Member

Post: #39
RE: RakNet Tutorial
OK, here's the corrected Client Tutorial solution, compatible with the new EE version. Compiles without errors for me.
As far as I remember Server tutorial doesn't need any changes.
Cheers...


Attached File(s)
.rar  Tutorial Client.rar (Size: 303.67 KB / Downloads: 137)
09-16-2010 08:24 PM
Find all posts by this user Quote this message in a reply
darkpdx Offline
Member

Post: #40
RE: RakNet Tutorial
All regard! such problem,I download Raknet Tutorial. The Server is started orderly but here is when start the client that flies the mistake (Shader Param "PixSize" not found). That this signifies?
11-17-2010 06:33 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #41
RE: RakNet Tutorial
probably it means you need to recompile the projects with latest engine headers/lib, and use latest engine.pak
11-17-2010 06:41 PM
Find all posts by this user Quote this message in a reply
darkpdx Offline
Member

Post: #42
RE: RakNet Tutorial
I have updated lib and engine, and that's when you compile thefollowing errors:\Source\Intro.cpp(37) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take thesource type, or constructor overload resolution was ambiguous
1>.\Source\Intro.cpp(38) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take thesource type, or constructor overload resolution was ambiguous
1>.\Source\Intro.cpp(39) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take thesource type, or constructor overload resolution was ambiguous
1>.\Source\Intro.cpp(40) : error C2664: 'void EE::Image::drawFit(EE::Color,EE::Color,Flt,Flt,Flt,Flt)' : cannot convert parameter 2 from 'int' to 'EE::Color'
1>        No constructor could take thesource type, or constructor overload resolution was ambiguous
1>Client.cpp
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\Source\Client.cpp(24) : error C2065: 'APP_ALLOW_RT_FORWARD' :undeclared identifier
1>.\Source\Client.cpp(36) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(37) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(38) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\Source\Client.cpp(41) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(42) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\Source\Client.cpp(43) : 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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, unsigned int)'
1>.\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 9.0\vc\include\esenthelengine\Graphics/Color.h(70): could be 'EE::Color &EE::Color::operator=(const EE::Color &)'
1>        while trying to match the argument list '(EE::Color, int)'
11-17-2010 06:53 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #43
RE: RakNet Tutorial
it means the sources are old, and need to be updated
try using newer version - http://www.esenthel.com/community/showth...9#pid17209
(raknet tutorial is unofficial, recommended mmo tutorial is Esenthel MMO, with sources for licensed developers, which are always maintained up to date)
11-17-2010 06:55 PM
Find all posts by this user Quote this message in a reply
darkpdx Offline
Member

Post: #44
RE: RakNet Tutorial
and you can tell what code to write At least for that to be visible and the mouse cursor to open the menu, skills, job?
11-17-2010 07:09 PM
Find all posts by this user Quote this message in a reply
pilotcap232 Offline
Member

Post: #45
RE: RakNet Tutorial
(11-17-2010 06:55 PM)Esenthel Wrote:  it means the sources are old, and need to be updated
try using newer version - http://www.esenthel.com/community/showth...9#pid17209
(raknet tutorial is unofficial, recommended mmo tutorial is Esenthel MMO, with sources for licensed developers, which are always maintained up to date)

does not compile anymore with Esentehel December's sdk update

hopefully someone be so kind and update the tutorial.
good day.
(This post was last modified: 12-27-2010 10:24 AM by pilotcap232.)
12-27-2010 10:23 AM
Find all posts by this user Quote this message in a reply
Post Reply