Projectsettings for dual core cpu's?
C / C++ / MFC
5
Posts
2
Posters
0
Views
1
Watching
-
Hello, is there something what i have to change in my project settings if i want to compile on dual core cpu, maybe in Linker options or something else?? Sorry, but i never work before with dual core! :( Thank you in advance! termal
-
No, process scheduling is handled by the OS kernel. However your application should be designed with multiple threads to take full advantage of multiple processors. Best Wishes, -David delaune
-
If you are using VS 2005 ensure that you have service pack 1 installed as this will generate code with better support for intel duo processors.