CrapCrap
24-01-2009 16:50:36
Hi everybody
I've download the svn version of NxOgre and followed the gettingstarted tutoorial
But when I compile, I have this error :
In the file nxogrecontainer.h at the third line :
I'm using VS 2005. Could you help me please ?
I've download the svn version of NxOgre and followed the gettingstarted tutoorial
But when I compile, I have this error :
error C2440: 'initializing' : cannot convert from 'std::vector<_Ty,_Ax>' to 'std::vector<_Ty>'
In the file nxogrecontainer.h at the third line :
void parseCSString(const NxString& str) {
static const std::string delims = " \t\r";
std::vector<NxString> d = Ogre::StringUtil::split(str,",");,",");
I'm using VS 2005. Could you help me please ?