Help me...
-
Hello everyone. When I release my mfc app. and I want to Use this exe file in a Windows that haven't Visual Studio Installed on it this file give me an error there isn't a file to run... Please help me on this. Best Regards. Thanks.
Hi... I think you probably need to ship the supporting DLL's also required by your application. Check the Dll name that is appearing in the message box when u try to execute the application. Bye... Vikram Kashyap "You will never fail until you stop trying"
-
Hi... I think you probably need to ship the supporting DLL's also required by your application. Check the Dll name that is appearing in the message box when u try to execute the application. Bye... Vikram Kashyap "You will never fail until you stop trying"
Hi! You have dependency walker in the visual studio tools programs> Microsoft Visual Studio > Microsoft Visual Studio Tools > Depends Run this, Select File > Open and select your application exe, it will give you a list of dlls your application needs for running. ship all those dlls Between the great things we cannot do and the small things we will not do, the danger is that we shall do nothing
-
Hello everyone. When I release my mfc app. and I want to Use this exe file in a Windows that haven't Visual Studio Installed on it this file give me an error there isn't a file to run... Please help me on this. Best Regards. Thanks.
You failed to mention the exact error, but have you compiled it in debug mode instead of release mode?
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow