Game Development Community

VS 7.1 missing C/C++ options tab

by Ron Yacketta · in Torque Game Engine · 03/12/2004 (5:36 pm) · 2 replies

Has anyone else noticed that after converting a .dsp (VS 6.0) file to .vcproj (VS 7.1) that some of the projects are missing the C/C++ tab under properties? I also noticed that every file now has its own FileConfiguration, which VS 6.0 did not.

I have searched MSDN and found a few hints here and there about it, but not resolution.

Has anyone come acrost this and have a resolution? kind of a bummer to have to edit the darn .vcproj files to updated the VCCLCompilerTool section.

-Ron

#1
03/14/2004 (11:39 am)
I never could get this to work in 7.0 or 7.1 consistantly and correctly. And not just with Torque with other projects I had in 6.
#2
03/14/2004 (2:10 pm)
I think that it's something a bit funky with the conversion process. Someday we really ought to make a project file for Torque from scratch so that everything works correctly.