Question

I have vc++ 2008 Microsoft Visual Studio 2008 Version 9.0.30729.1 SP

on windows7

I downlaod Visual C++ 2008 Feature Pack samples but I can't open the project/solution files. my vc can't open file by extion .vcxproj.

what I need to install to fix the problem?

Was it helpful?

Solution

This is regular thing for MS: create confusion (similar to using events instead windows messages).

"Visual C++ 2008 Feature Pack" does not mean that this is a package for VS 2008. It means that it was released in the year 2008 and later releases are updated by using VS 2010 0solutions.

You should have all samples available after installing VS 2008 SP1. I am not sure if this set of samples belongs to the default installation settings.

Try running SP1 installation again and see if the option to install samples is available. Samples should be included as zip file.

If this does not work, use this link: use this link: to download VS2008 SP1 Sample Library.

You can either use installation package or expand the exe file and extract vc_samples.cab from it. vc_samples.cab contains AllVCLanguageSamples.zip_x86_enu. After extracting it just rename it to a zip.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top