vampir26
Member
|
Compile errors with RakNet
Hi
Sorry for my bad english
I want to use the RakNet engine with Esenthel. I setted up RakNet correct.
(I used it with irrlicht and it worked good).
But with the Esenthel engine, I get 35 compile errors.
Code:
>*\visual studio 2008\gameprojects\esenthel\raknet\raknetsmartptr.h(26) : error C2143: Syntaxfehler: Es fehlt ')' vor 'this'
1>*\visual studio 2008\gameprojects\esenthel\raknet\raknetsmartptr.h(26) : error C2143: Syntaxfehler: Es fehlt ',' vor 'this'
1>*\visual studio 2008\gameprojects\esenthel\raknet\raknetsmartptr.h(26) : error C2947: ">" wird erwartet, um template-parameter-list abzubrechen. ">" wurde gefunden.
1>*\visual studio 2008\gameprojects\esenthel\raknet\raknetsmartptr.h(29) : error C2059: Syntaxfehler: 'this'
1>*\visual studio 2008\gameprojects\esenthel\raknet\raknetsmartptr.h(166): Siehe Verweis auf die Instanziierung der gerade kompilierten Klassen-template "RakNetSmartPtr<__formal>".
1>*\visual studio 2008\gameprojects\esenthel\raknet\raknetsmartptr.h(29) : error C2238: Unerwartete(s) Token vor ';'
1>*\visual studio 2008\gameprojects\esenthel\raknet\raknetsmartptr.h(38) : error C2059: Syntaxfehler: '('
and more...
The errors are special for me...
Only RakNet source errors, but RakNet have correct code.
What do I wrong? Why doesn't RakNet work with Esenthel?
Thx for help
|
|
06-13-2010 08:23 PM |
|
Dynad
Member
|
RE: Compile errors with RakNet
Well we have a thread here on the forum about RakNet and there is a tutorial aswell
There is always evil somewhere, you just have to look for it properly.
|
|
06-13-2010 09:52 PM |
|
vampir26
Member
|
RE: Compile errors with RakNet
Thx for your answer.
I had found the RakNet tutorial. But I have compile errors too.
Now I have fix some code fragments (EE::Color - Hex Values changend to
WHITE) and now, it runs.
Sorry 4 post in false section.
Nice active community
|
|
06-13-2010 10:30 PM |
|