No TSE Example
by William Gooding · in Torque Game Engine Advanced · 06/06/2004 (1:16 pm) · 11 replies
Hello:
I bought TSE, download it and try to compile it in Visual Studio 2002. However, apparently in the solution for VC6.0 there is no example project like Torque. So every time I open the solution, I receive a windows message that states:
Project TSE.vcproj looks like is under control of source code, but there is no provider of source code control installed in this equipment.
That message appear for all of the main folders in the engine.
When I build the project, I rev\ceive a lot of files that can not open.
I would like to know if somebody is experiencing the same problem or if I can correct it.
I bought TSE, download it and try to compile it in Visual Studio 2002. However, apparently in the solution for VC6.0 there is no example project like Torque. So every time I open the solution, I receive a windows message that states:
Project TSE.vcproj looks like is under control of source code, but there is no provider of source code control installed in this equipment.
That message appear for all of the main folders in the engine.
When I build the project, I rev\ceive a lot of files that can not open.
I would like to know if somebody is experiencing the same problem or if I can correct it.
#2
I went to the video card properties and set the resolution of the screen driven by the application. Maybe I had problems because the resolution I use is 1290 x 960 pixels.
I still have compilation errors: "cannot open the include file strsafe.h", but if I say continue, the demo runs smoothly so far.
I hope this info can help somebody else. If somebody knows what is generating the error that I still have, I would appreciate it.
06/06/2004 (3:43 pm)
OK. this is what I did:I went to the video card properties and set the resolution of the screen driven by the application. Maybe I had problems because the resolution I use is 1290 x 960 pixels.
I still have compilation errors: "cannot open the include file strsafe.h", but if I say continue, the demo runs smoothly so far.
I hope this info can help somebody else. If somebody knows what is generating the error that I still have, I would appreciate it.
#3
06/06/2004 (3:45 pm)
Sounds like you're missing some service packs or something else that has to do with strings.
#4
Anybody knows which service pack should I look for?
06/06/2004 (3:54 pm)
It is true. I cannot find the file anywhere in my system.Anybody knows which service pack should I look for?
#5
Anybody knows if there is a different service pack that I should install besides the previous ones?
06/06/2004 (4:11 pm)
I have downloaded and installed the service pack 1 and 2 for the framework 1. Also I have installed the framework 1.1. However, I still have problems with that file.Anybody knows if there is a different service pack that I should install besides the previous ones?
#6
Maybe this needs to be added to the FAQ.
06/06/2004 (6:35 pm)
Strsafe.h is included in the Platform SDK from Microsoft.Maybe this needs to be added to the FAQ.
#7
Here's one I found with a quick Google (never tried the tool myself)
http://www.toms-world.org/content/view/45/92/
Hopefully someone here has successfully compiled using VS2002 and can add more. I have a copy, but I'd really prefer not to have to install it.
06/06/2004 (6:42 pm)
There are a variety of tools available to convert the VC2003 solution to VC2002, maybe you'd have more luck with that path. I think most people are using 2003.Here's one I found with a quick Google (never tried the tool myself)
http://www.toms-world.org/content/view/45/92/
Hopefully someone here has successfully compiled using VS2002 and can add more. I have a copy, but I'd really prefer not to have to install it.
#8
Once you have installed that compile as normal and things should be ok.
Can someone mention this in an FAQ please.
06/06/2004 (11:28 pm)
To compile with VS2002 you need to download the core sdk from microsoft. This includes the strsafe.h files you need. Once you have installed that compile as normal and things should be ok.
Can someone mention this in an FAQ please.
#9
I installed the sdk, moved the file to VS and the engine worked just fine.
06/18/2004 (10:16 am)
I forgot to thank you all for the help in this subject. I installed the sdk, moved the file to VS and the engine worked just fine.
#10
06/18/2004 (11:43 am)
It's been in the TSE Developer FAQ for a while. You need to download and install the Windows Platform SDK if you are having problems compiling strsafe.h.
#11
06/18/2004 (9:12 pm)
Yeah...google for it...its free...I just pray you aren't on dialup.
Torque 3D Owner William Gooding
strsafe.h and _DEBUG.lib.
What can I do to correct this message?