About Store Forum Documentation Contact



Post Reply 
compling error
Author Message
caspersky Offline
Member

Post: #1
compling error
hello,
after updating the esenthel SDK,
and when i try to recompile an existing application i got the following error :
Erreur 1 error C2440: '=' : cannot convert from 'const EE::Game::ObjParams::ObjParamsPtr' to 'EE::Game::ObjParams *' in ....

and here is code line :

for(Game::ObjParams* op=&obj;op;op=op->base())
09-13-2010 11:24 AM
Find all posts by this user Quote this message in a reply
xenno Offline
Member

Post: #2
RE: compling error
I don't know but read this post
http://www.esenthel.com/community/showth...jParamsPtr
Seems to be an engine change.
09-13-2010 12:11 PM
Find all posts by this user Quote this message in a reply
caspersky Offline
Member

Post: #3
RE: compling error
tx u, that fix it
09-13-2010 01:30 PM
Find all posts by this user Quote this message in a reply
Post Reply