Game Development Community

Compile Prob .NET v7.1.3

by Kevin Newman · in Torque Game Engine · 07/02/2003 (8:12 am) · 3 replies

New to torque et al, but I did see to get the HEAD version for vc7 solutions.

Made a copy of the vc7 dir and took off the Read-Only flag. Had VC++ convert all the files in the solution, but trying to build the solution gives errors.

Thanks for any help or ideas on what to try.

Kevin

Sample errors include but not limited to...

Compiling...
opengl2d3d.cc
d:\torque\lib\opengl2d3d\gllist.h(9) : error C2059: syntax error : '<<'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\yvals.h(116) : error C2143: syntax error : missing ';' before '{'
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\yvals.h(116) : error C2447: '{' : missing function header (old-style formal list?)
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xutility(128) : error C2065: '_Bool' : undeclared identifier
c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xutility(131) : error C2913: explicit specialization; 'std::iterator_traits' is not a specialization of a class template


and..

NvTriStripObjects.cc
d:\torque\engine\dgl\materialList.h(69) : error C2143: syntax error : missing ';' before '<'
d:\torque\engine\dgl\materialList.h(69) : error C2365: 'MaterialList::Vector' : redefinition; previous definition was a 'member function'
d:\torque\engine\dgl\materialList.h(58) : see declaration of 'MaterialList::Vector'
d:\torque\engine\dgl\materialList.h(69) : error C2039: 'iterator' : is not a member of 'operator''global namespace'''

About the author

Recent Threads


#1
07/06/2003 (12:06 pm)
Still working on this...

By removing the projects for Max2dtsExporter Max3 and Max4 I was able to get the SDK to complie.

When trying to run however I get a popup that it could not find a compatiable display device.

Probably related but not sure what else to try.
#2
07/06/2003 (12:07 pm)
Edit Misread


Have you searched the forums? This topic has been covered to death numerous times.
#3
07/07/2003 (9:57 am)
Recent patch

http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=4347