Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

win 7 64 bit and visual studio 2008 problem

xs2222
Beginner
1,720 Views
Hello ,
I have a win 7 64 bit machine and visual studio 2008 pro installed , but i could for the life of me get vs to compile 64 bit,
the configuration manager in vs only has win32 and other mobile devices, but no x64
and i checked my vc++ install and it has x64 checked as well..
where am i goin wrong please help
thanks
J
0 Kudos
21 Replies
xs2222
Beginner
165 Views
Finallyyyyy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


solved it..

from what i have found out from this horendous process of trial and error is
dont need intel c++ cpmpiler or anything else
just install vs 2008 pro which has the nessesary win sdk ..
the problem arise when you install win sdk yourself for win 7 which would be win sdk 7.0
and for some reason win sdk 7.0 does not show x64
but win sdk 6.0 does..
so removed all vs 2008 and reinstalled it without anything eles and it works like a charm ...
thanks to everyone who contributed though.
J
0 Kudos
Reply