Determine version of dll linked against

Posted by ron on Stack Overflow See other posts from Stack Overflow or by ron
Published on 2011-01-12T19:34:43Z Indexed on 2011/01/12 21:53 UTC
Read the original article Hit count: 164

Filed under:
|

According to this article, the version of a referenced dll is embedded in the exe file.

Using ProcExp, I can see that the runtime loaded dll is indeed the latest dll available on my machine, but I'm interested to know the linked version.

As a side note, I built the project using the VS9 msbuild, and interested in the VC runtime (msvcr90.dll) version. In the VC9 redist folder it is 9.0.30729.1, runtime the .4926 is loaded.

My questions are:

  • Is there any tool with which I can extract the dll version linked to (from the dll/exe)?
  • Which version does VS link to by default? The one found in its redist folder?

Thank you.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about dll