About Store Forum Documentation Contact



Post Reply 
Compile errors with RakNet
Author Message
vampir26 Offline
Member

Post: #1
Compile errors with RakNet
Hi
Sorry for my bad english grin
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
Find all posts by this user Quote this message in a reply
Dynad Offline
Member

Post: #2
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
Visit this user's website Find all posts by this user Quote this message in a reply
vampir26 Offline
Member

Post: #3
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 grin
06-13-2010 10:30 PM
Find all posts by this user Quote this message in a reply
Post Reply