kingIZZZY
28-01-2009 10:09:14
The PCZTestApp that ships with MSVC 9.0 Shoggoth needs a little yet important fix;
Project properties > Debugging > "Command" and "Working directory" values aren't set. they should have what all other demo apps have;
Command: $(SolutionDir)Samples\Common\bin\$(ConfigurationName)\$(TargetFileName)
Working directory: $(SolutionDir)Samples\Common\bin\$(ConfigurationName)
Took me hours to figure this out... it can get on n00bs nerves because without fixing this it just wont work.
Project properties > Debugging > "Command" and "Working directory" values aren't set. they should have what all other demo apps have;
Command: $(SolutionDir)Samples\Common\bin\$(ConfigurationName)\$(TargetFileName)
Working directory: $(SolutionDir)Samples\Common\bin\$(ConfigurationName)
Took me hours to figure this out... it can get on n00bs nerves because without fixing this it just wont work.