compling error

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
mrbig
Posts: 29
Joined: Wed Mar 17, 2004 5:38 am
Location: lakeland, Florida
Contact:

compling error

Post by mrbig »

i am using vC++ 6.0 and i am trying to add the newton example to a game i am working on i seam to have all the errors out besides this one \

c:\program files\microsoft visual studio\vc98\include\xstring(612) : error C2955: 'string' : use of class template requires template argument list
c:\irrlicht-0.6\include\irrstring.h(485) : see declaration of 'string'
main.cpp
c:\program files\microsoft visual studio\vc98\include\xstring(612) : error C2955: 'string' : use of class template requires template argument list
c:\irrlicht-0.6\include\irrstring.h(485) : see declaration of 'string'
Error executing cl.exe.

Techdemo.exe - 2 error(s), 0 warning(s)
Post Reply