↧
MFC
My advice would be to switch to static linking of MFC and CRT (/MT compiler option).David Wilkinson | Visual C++ MVP
View ArticleMFC
Pack the corresponding redistributable along with your exe's setup. Run the redistributable on the target machine. This will install necessary runtime dlls to get your app running.Download from here ....
View ArticleMFC
I create a program use MFC. I link MFC in a dynamic library. What would i do if i want my program run in another computer?
View Article