Visual Studio

Feb 12, 2009 at 5:13pm
Why can not any other computer open my program I make in Microsoft Visual Studio 2008, somebody told me to compile it with devc++ and everything will be fine.
Why is that so?
Do we have ENTER key (the one above right shift) in ASCII?
Feb 12, 2009 at 5:21pm
You need the "Microsoft Visual C++ 2008 Redistributable Package"


download: http://www.microsoft.com/downloads/thankyou.aspx?familyId=9b2da534-3e03-4391-8a4d-074b9f2bc1bf&displayLang=en#
Feb 12, 2009 at 10:20pm
I tried that on another computer using that Redistributable Package. And it didn't work. the same message came up. I am using MVS2008 also.
Feb 12, 2009 at 10:26pm
closed account (z05DSL3A)
What message do you get? I could spend all day guessing at your problem.
Feb 13, 2009 at 12:13am
You can not open the solution file with Dev-CPP. Just open the .cpp file
Feb 13, 2009 at 1:50pm
The error message reads:

"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem."

Thanks for your help.
Feb 13, 2009 at 2:36pm
closed account (z05DSL3A)
Oh, one of Microsoft's "Helpful" error messages.

You may have to give more information such as details about the development machine, and the machine you are trying to run the software on. Could it be 64bit/32bit issue? Developed on Vista run on XP?
Feb 13, 2009 at 3:04pm
That definitely looks like a missing DLL to me. Either the runtime is missing or some other DLL the exe depends on.
Feb 13, 2009 at 3:38pm
closed account (z05DSL3A)
Try using Dependency Walker[1] (depends.exe) to find out what DLLs may be missing (or the wrong version).


[1] C:\Program Files\Microsoft Visual Studio XXX\COMMON\Tools
(it may be elsewhere on your system, if not : http://www.dependencywalker.com/ )
Last edited on Feb 13, 2009 at 3:53pm
Feb 13, 2009 at 4:51pm
I have solved my issue. It was adding the "VCredist_x86" onto the co-worker's computer that didn't have any compilers. Thanks for all of you suggestions.
Topic archived. No new replies allowed.