How to get the version information of a DLL file in C++

前端 未结 4 2151
孤独总比滥情好
孤独总比滥情好 2020-12-09 05:18

I need to get the version information of a DLL file I created in Visual Studio 2008 C++. How do I get it?

4条回答
  •  無奈伤痛
    2020-12-09 05:32

    If you want programmatic access, see Version Information in MSDN for the APIs and data structures you need.

提交回复
热议问题