I just started using C++ VS2008, and downloaded an archive of samples from MSDN. The file is vc_samples.exe - sorry, don't have a link right now.
My problem is, most of these examples would not compile. The Start Debugging button (green arrow) was disabled, with no explanation whatsoever from the IDE.
More by luck than skill, I stumbled into the Configuration Manager dialog (under the Build menu) and noticed that all the sample projects that won't build had Active Solution Platform set to Itanium. When I changed this to Win32, I could build the projects.
My question - can I change a default setting in VS somewhere so Active Solution Platform will always be Win32?
Went through all the options, looked at VS help, Googled, and still came up blank, so would appreciate any suggestions.
Thanks,
-Tom Bushell