12.6. What DLL's should I distribute with my MFC app?

Microsoft Visual C++/Microsoft Foundation Classes


12.6. What DLLs should I distribute with my MFC app?

You should review the file REDISTRB.WRI on your Visual C++ CD. This file explains what files are necessary for different kinds of applications; it explains what to do about both Windows files and MFC files.

[email protected], programmer.tools, 7/9/95

dumpbin /imports myapp.exe dll_one.dll dll_two.dll | grep -i dll And recurse through the dll's you find. Won't find dll's loaded by LoadLibrary() however.

[email protected], programmer.tools, 7/10/95