I have statically linked the MFC, but when I give the EXE to anyone an error occurs.
I have used Dependency Walker to find all the external DLLs that I needed. I run the Dependency Walker in Profile mode (F7). Running the application after including all the listed files, gives the following error:
msvc100.dll not found
After I add this file in the folder, the application starts. But I can’t find all the external DLL dependencies this way. Is there’s another (better) way?
There’s a tutorial on how to redistribute the MFC libraries. Did you have a look at that?