I have a c++ shell extension VS 2008 project that I want to migrate from Win32 to x64 bits since I have switched to a windows 7 x64 version.
I go to Configuration manager, I click Active solution platform, then New and i get the New Solution Platform window with the followings:
and
In this tutorial it says that that I Should do:
Q1. How do I cope with this? Q2. What is the relation between Solution Platform and Project Platform ?
To target x64 targets with VS2008 you must install the x64 compilers, they are not installed by default. Other options would be using VS2010 or newer.