I am fairly new to C++ in the VS2008 world. I have experience with C++ up to VC++6.0 but then I converted to C#. I now have run into a project that I need to develop using C++.

So on to my question . . . Specifically in VS2008 (C++ Project), where/how do I set the application level settings such as Version, Name, Description and Trademark?

I know in VC++6.0 there was a simple wizard to do all this but I cannot seem to find the equivalent in VS2008.

Any help or guidance is appreciated.

Thank you!!!

link|improve this question

0% accept rate
feedback

2 Answers

Right click on the project in solution explorer, and add a resource or type Version, then fill in the details. OR, pinch a .rc file from an old vc6 project, add it to the project and edit the details in there.

link|improve this answer
feedback

Add a version resource to the project.

link|improve this answer
Perfect! THANK YOU for the help! – A Carbon Lifeform Nov 30 '10 at 17:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.