Release the project
-
-
I have a project complied using shared dll of MFC.I should release it now. How but the .exe could not run on other PC with no VC. I know I should release all the .dll files with the .exe file.But how should I find witch .dll files I should copy it? Thanks
-
I have a project complied using shared dll of MFC.I should release it now. How but the .exe could not run on other PC with no VC. I know I should release all the .dll files with the .exe file.But how should I find witch .dll files I should copy it? Thanks
-
Run the Microsoft Tools->Dependency walker and put the dll in it. It will show all dependency.
I find there has no such tool in VS2005. I use vc6's Dependency Walker to view the dll it need.I add all the dlls. But when I make a install project and using the result setup file to install it in another PC,it could not run but terminated with the message that the configuration is wrong. How to resolve it? Thanks
-
I have a project complied using shared dll of MFC. Try with make changes in project settings. Compile using static library. May be u'll get the result