CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2004
    Posts
    23

    about making a install

    i'm doing a install for my program,but don't know it need some other files.how to find all the files (such as .dll) that the program depending on?Thanks !

  2. #2
    Join Date
    Oct 2003
    Location
    Romania
    Posts
    127

    Re: about making a install

    Quote Originally Posted by hou_126
    i'm doing a install for my program,but don't know it need some other files.how to find all the files (such as .dll) that the program depending on?Thanks !
    Use Dependency Walker which is shipped with Visual Studio.

  3. #3
    Join Date
    Aug 2004
    Location
    Earth, Solar System, Milky Way
    Posts
    80

    Re: about making a install

    Be aware to not include also KERNEL32.DLL, GDI32.DLL, and USER32.DLL.
    Hokutata Yakubotu

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured