Which MFC DLL's do I include with a distributed program when not statically linking the MFC DLLs? I can't seem to find this in the MSDN.
Printable View
Which MFC DLL's do I include with a distributed program when not statically linking the MFC DLLs? I can't seem to find this in the MSDN.
In my \program Files\Mircosoft Visual Studio\VC98 folder there is a file called
redist which list a number of files, there must be the same for vc 5.0...
Tony Teveris
Maybe you can try dependency walker in vc6 tools.
In VC++ 5.0, the redistribution files are in the Redist folder on the CD.
Dave