Setting version number in a DLL

Hi,

How can I set up a version for a DLL file in c++, so I can see it when I right-click --> Properties --> Details

I work with Visual Studio 2010

Thanks!
You need to add a VERSIONINFO Resource to the project. It goes in a file with a .rc extension. Like the Highlander, there can only by one. So add it to the existing resource file or create one if it doesn't exist.
http://thronic.com/articles/VERSIONINFO%20Resource%20example.php
Topic archived. No new replies allowed.