|
-
Jan 19th, 2006, 02:36 PM
#1
Thread Starter
PowerPoster
VC8 Link to Multi-Threaded Debug
Okay I know this is a rather basic question, but in VC6 and VC7 it was very easy to change how you linked your application to the runtime libraries. VC8 apparently is lacking this option or I cannot find it.
- I created a standard Win32 Project, Empty.
- Project --> Properties
- Looked EVERYWHERE and I cannot find out how to change it from Single-Threaded Debug to Multi-Threaded Debug.
(Alot of websites say: Project --> Properties --> C++ Tab --> Code Generation --> It is found here. However, There is no C++ Tab when I hit Project --> Properties...)
I assume I can just add '/MDd' to the compiler options but I'd like to change it properly. I asked a few people in my comp sci class and none of them had experience with VC8 yet.
"From what was there, and was meant to be, but not of that was faded away." - - Steve Damm
"The polar opposite of nothingness is existance. When existance calls apon nothingness it shall return to nothingness." - - Steve Damm
"When you do things right, people won't be sure if you did anything at all." - - God from Futurama
-
Jan 19th, 2006, 05:28 PM
#2
Re: VC8 Link to Multi-Threaded Debug
I am using Visual Studio 2005 and the setting is right where your post says it is; Configuration Properties -> C/C++ -> Code Generation.
One thing to be careful about is what file you have selected when you choose "Properties..." from the menu. I right click on the Project name, and choose "Properties." having the Solution selected will take you to a different set of properties. Having a code file selected will take you to the properties for that specific file (I think.)
Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.
-
Jan 19th, 2006, 06:25 PM
#3
Thread Starter
PowerPoster
Re: VC8 Link to Multi-Threaded Debug
Well it seems you are right and those pages I checked first are right.
Problem is nobody told me that a source file had to present in the Solution.
See, right click the project name, select properties. There was never a C/C++ tab in my blank project. Soon as I added a source file, sure enough it appeared.
Thanks for the help,
Halsafar
"From what was there, and was meant to be, but not of that was faded away." - - Steve Damm
"The polar opposite of nothingness is existance. When existance calls apon nothingness it shall return to nothingness." - - Steve Damm
"When you do things right, people won't be sure if you did anything at all." - - God from Futurama
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|