Problem with running program
-
Hello, I made a win 32 mfc console application it works fine on my computer but if I try to run it from another one (same windows with same visual studio and same framework installed ) it doesn't work. I got this message : This application has failed to start because the application configuration is incorrect Note I didn't use any dll created by me just some lib from windows. My project configuration is active debug and platform active win32. I think is something wrong with DLL's Can some one help me with a clue and maybe a point to start. Tnx
-
Hello, I made a win 32 mfc console application it works fine on my computer but if I try to run it from another one (same windows with same visual studio and same framework installed ) it doesn't work. I got this message : This application has failed to start because the application configuration is incorrect Note I didn't use any dll created by me just some lib from windows. My project configuration is active debug and platform active win32. I think is something wrong with DLL's Can some one help me with a clue and maybe a point to start. Tnx
What happens if you compile the application on that other computer?
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Hello, I made a win 32 mfc console application it works fine on my computer but if I try to run it from another one (same windows with same visual studio and same framework installed ) it doesn't work. I got this message : This application has failed to start because the application configuration is incorrect Note I didn't use any dll created by me just some lib from windows. My project configuration is active debug and platform active win32. I think is something wrong with DLL's Can some one help me with a clue and maybe a point to start. Tnx
Are you at same level as far as VS is considered, I mean, some patches, service packs or redistributables.
-
What happens if you compile the application on that other computer?
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
Are you at same level as far as VS is considered, I mean, some patches, service packs or redistributables.
-
yes is the same level but from what i know mfc is platform independent he don't need any framework and any vc++ installed...
No, it is platform dependent. It works with windows only :) , and needs certain supporting dlls to be available on that machine. Usually installer does it.
-
No, it is platform dependent. It works with windows only :) , and needs certain supporting dlls to be available on that machine. Usually installer does it.