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

前端 未结 4 2160
孤独总比滥情好
孤独总比滥情好 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:49

    Looks like you need to access the VS_VERSION_INFO resource; http://www.microsoft.com/msj/0498/c0498.aspx

提交回复
热议问题