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 !
Printable View
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.Quote:
Originally Posted by hou_126
Be aware to not include also KERNEL32.DLL, GDI32.DLL, and USER32.DLL.