Click to See Complete Forum and Search --> : MFC DLLs


Marc Howe
April 20th, 1999, 06:02 PM
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.

Tony Teveris
April 20th, 1999, 08:56 PM
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

Candan
April 20th, 1999, 11:13 PM
Maybe you can try dependency walker in vc6 tools.

Dave Lorde
April 21st, 1999, 04:54 AM
In VC++ 5.0, the redistribution files are in the Redist folder on the CD.

Dave