Problem executing code samples in VC++ Express 2005

  • Thread starter Thread starter Atreju
  • Start date Start date
A

Atreju

Hi,
I've installed Visual C++ Express Edition and PSDK and I'm able t
build and execute simple Windows Forms Applications. But when I try t
build the sample codes I've found a
"http://msdn2.microsoft.com/en-us/library/ms236269.aspx" I always hav
the same problem, e.g. when I open the CPUID.sln from the CPUID sampl
program and try to choose "Properties" from the menu, I only get th
error message "The operation could not be completed". When I try t
build this sample following message appears: "Build: 0 succeeded o
up-to-date, 0 failed, 1 skipped". Rebuilding and Debugging is also no
possible. This happens with all the sample codes I've tested on thi
page. What I'm doing wrong?
Thanks in advance


-
Atrej
 
Atreju said:
Hi,
I've installed Visual C++ Express Edition and PSDK and I'm able to
build and execute simple Windows Forms Applications. But when I try to
build the sample codes I've found at
"http://msdn2.microsoft.com/en-us/library/ms236269.aspx" I always have
the same problem, e.g. when I open the CPUID.sln from the CPUID sample
program and try to choose "Properties" from the menu, I only get the
error message "The operation could not be completed". When I try to
build this sample following message appears: "Build: 0 succeeded or
up-to-date, 0 failed, 1 skipped". Rebuilding and Debugging is also not
possible. This happens with all the sample codes I've tested on this
page. What I'm doing wrong?
Thanks in advance.

Have you installed the Platform SDK that many of those samples rely on?

-cd
 
Back
Top