I need to get the version info of a dll I created in VS2008 C++. How do I get it?
Thanks,
Adam
|
2
|
|
|
|
|
|
Thanks for the answers. This worked for me:
|
|||
|
|
|
|
Looks like you need to access the VS_VERSION_INFO resource; http://www.microsoft.com/msj/0498/c0498.aspx |
||||
|
|
|
If you want programmatic access, see Version Information in MSDN for the APIs and data structures you need. |
||
|
|
|
|
It should be there in the properties (version tab) when you open it in windows explorer |
||||
|