Visual Studio 2005, Multithreading option?
-
I am using Visual Studio 2005 Standard, C++. How to set IDE for Multithreading? Some say Properties /Code Generation, but I don't see on my IDE. Could anyone help me? Thanks! Yonggoo
Yonggoo wrote:
How to set IDE for Multithreading?
Uuh ? :confused: What do you mean exactly ? There is not such thing as 'IDE for multithreading'.
Cédric Moonen Software developer
Charting control -
I am using Visual Studio 2005 Standard, C++. How to set IDE for Multithreading? Some say Properties /Code Generation, but I don't see on my IDE. Could anyone help me? Thanks! Yonggoo
Yonggoo wrote:
I am using Visual Studio 2005 Standard, C++. How to set IDE for Multithreading? Some say Properties /Code Generation, but I don't see on my IDE. Could anyone help me? Thanks!
That is where it is in VC6. You just need to select the multithreaded libraries. There is a drop-down list (can't remember where in the .Net versions) that allows you to select "Debug", "Debug Multithreaded", "Single Threaded", etc. Select the proper multithreaded library. If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac
-
I am using Visual Studio 2005 Standard, C++. How to set IDE for Multithreading? Some say Properties /Code Generation, but I don't see on my IDE. Could anyone help me? Thanks! Yonggoo
I found it! In Visual Studio 2005 Standard IDE, there is option about multithreaded. In general condition, Properties/configuration properties/C/C++/code generation/runtime library But, in some conditions that option is not available,like when we chose 'empty project'. As long as I know! Thanks! Yonggoo -- modified at 16:57 Wednesday 31st May, 2006