How to check the dll files that my program in use???

Hi,
I like to make MSI package for the program, but I don't know how to find out what dll files my program is using in order to make all files are packaged together. I heard there is a tool that comes with Visual Studio, that help find the dll files in use for a program. Do you know what that tool is
Thanks,
vcboy


Answer this question

How to check the dll files that my program in use???

  • RahulGangwar

    You can always get latest version from www.DependencyWalker.com .
  • BenjStarratt

    I have only VS .NET 2003 version. How can I find it
    Thanks,
    vcboy

  • TrevorW

    It is in exactly the same relative location <vs03-install>\common7\tools\bin

  • motorola

    You want depends.exe. If you have Visual C++ 2005 you can find it at <vs05-install>\common7\tools\bin



  • How to check the dll files that my program in use???