Archive: MFC C++ Dlls


MFC C++ Dlls
Hi

Would anyone be kind enough to donate some working code for installing the MS Visual C++ redistributable dlls?

It would help me a great deal - thanks!


As far as I know, if you're using VC .NET, you should simply put the DLLs in the same directory along with your application. If you're using VC6, you can use the Library macros to upgrade the DLLs. There's an example in the documentation for installing the VB6 redistributables, this shouldn't be too different.