Error while executing program
-
-
But how to find out which dll's does he need, and where sholud he place it? This program is a simple dialog, made with app wizard. With a press of a button I create modal window. Can't anything be done while debugging/linking...some build options?
-
There is a lot of dll's that application depends on. It is hard to check every machine before runnig a program on it. I don't know if i'm getting it correct (this sattically link), but I've changed in project properties to "Use MFC in Static Library". It didn't worked.
-
There is a lot of dll's that application depends on. It is hard to check every machine before runnig a program on it. I don't know if i'm getting it correct (this sattically link), but I've changed in project properties to "Use MFC in Static Library". It didn't worked.
-
What version of compiler you using? What kind of project is it? What is the error that you are getting?
Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Professional Microsoft Visual C++ 2005 77626-009-0000007-41598 Microsoft Visual C++ 2005 Project: Dialog window made with MFC Application Wizzard. I added only: 1 button to main window, create 1 dialog and call it as Modal window tih this botton.
-
Hello! I've made simple MFC program. I sent it to my friend, and he told me that he is getting an error while executing. The message box says that the configuration is corrupted and reinstall of this app. might help (something like that). He tryied to run this app on 3 more computers always getting the same error. Please help!
If he has XP, it could be a problem related to a missing manifest file ? If you linked statically to MFC, it's probably the C run time that you're using and need to distribute. What version of VC are you using ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog
-
Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Professional Microsoft Visual C++ 2005 77626-009-0000007-41598 Microsoft Visual C++ 2005 Project: Dialog window made with MFC Application Wizzard. I added only: 1 button to main window, create 1 dialog and call it as Modal window tih this botton.
As Christian pointed out, it is entirely possible that you need to give him the runtime libraries. For your version of VC it will be the msvc*80.dlls. There should only be a couple of them.
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert.
-
If he has XP, it could be a problem related to a missing manifest file ? If you linked statically to MFC, it's probably the C run time that you're using and need to distribute. What version of VC are you using ?
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog