VC++ 6 won't load .dsw or .dsp files
by Alex Rice · in Torque Game Engine · 09/30/2004 (12:37 am) · 2 replies
I have VC++ 6, SP 6 installed and when I open up the files vc6\Torque SDK.dsw or vc6\*.dsp, I get the error message:
"This makefile was not generated by Developer Studio. Continuing will create a new Developer Studio project to wrap this makefile. You will be prompted to save after the new project has been created. Do you want to continue?"
When I continue, it creates a new project or workspace file, but no classes or files are included in the projects.
VC++ seems to be fine otherwise, like I can compile and run a hello world Win32 gui application and that works OK.
I followed the install/setup instructions for Windows/ VC++6 that are in the torque online docs.
Torque version is 1_3_0. Thanks,
Alex
"This makefile was not generated by Developer Studio. Continuing will create a new Developer Studio project to wrap this makefile. You will be prompted to save after the new project has been created. Do you want to continue?"
When I continue, it creates a new project or workspace file, but no classes or files are included in the projects.
VC++ seems to be fine otherwise, like I can compile and run a hello world Win32 gui application and that works OK.
I followed the install/setup instructions for Windows/ VC++6 that are in the torque online docs.
Torque version is 1_3_0. Thanks,
Alex
About the author
#2
09/30/2004 (5:30 pm)
Thanks Matthew- that must be it. I checked out with unix (cywin on win32) CVS client.
Associate Matt Fairfax
PopCap