
HELP: Identifying DLLs used by a program to include in a Setup.Exe program
How do you readily identify any DLLs used by a program that you create in
Visual C++ without having to go through the de{*filter*} to get a list of DLLs
loaded by the program?
Is there a compiler or linker option that will generate a list of dependent
DLLs for a program that you have written in Visual C++ so I can include them
in a Setup.exe program for installation?
I have used the /MAP for the linker, but I am looking for a way to better
identify them.
Thanks for your assistance!!