Building with Visual C++ 2008
by Tyler Starke · 03/07/2008 (5:45 pm) · 6 comments
Here is my step by step guide to building the SDK with Visual C++ 2008.
#1. Open the VS2005 Solution with Visual C++ 2008
#2. Change the Working Directory of Torque Demo to '../example' for the Release and Debugging options.
#3. Clean the Solution
#4. Debug the Solution
#5. Build the Solution
This should work 100%.
#1. Open the VS2005 Solution with Visual C++ 2008
#2. Change the Working Directory of Torque Demo to '../example' for the Release and Debugging options.
#3. Clean the Solution
#4. Debug the Solution
#5. Build the Solution
This should work 100%.
#2
if you installed to c:\Torque
then the exe would be found in c:\torque\example\
03/07/2008 (6:22 pm)
why did you feel the need to change the working directory?if you installed to c:\Torque
then the exe would be found in c:\torque\example\
#3
I also thought the world editor was going to have a few more features in it then the Demo_DEBUG version offers.
Is that really the whole toolset?
03/07/2008 (7:53 pm)
Hrm??? I thought the software was a little different then the DEBUG version. I had that from the beginning. I have created GUI's and while they may not have worked - I cannot load a GUI to edit it again. I also thought the world editor was going to have a few more features in it then the Demo_DEBUG version offers.
Is that really the whole toolset?
#4
What did you think would be coming with it that is not there?
03/08/2008 (9:04 am)
It is a demonstration that you are compiling. There are not any features hidden from people who download the demo that they have to compile to find once the source is available. That way they can take the game they've been prototyping in the "demo" while evaluating the engine and put it in. It also gived them a chance to see what resources might benefit their design and which they would have to add to the engine (which is the impetus for purchasing the license beyond the ability to release their work into the wild).What did you think would be coming with it that is not there?
#5
03/08/2008 (1:45 pm)
I sent you an email, David. I don't feel like answering the question twice.
#6
EDIT: ok i found it, changing working directory in options...
thanks...
04/26/2009 (3:09 pm)
How i can debug c++ code inside visual studio?, when i try to debug i receive the error "failed to open main.cs"EDIT: ok i found it, changing working directory in options...
thanks...
Torque Owner J.P. Berry