由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 可执行程序问题
相关主题
exe file compild by C++ cannot be run by another computerScala higher-kind type和jvm弱type system
Visual Studio 2005在REbuild以后文件不能打开perl cgi中调用C可执行程序为什么在html中不显示? (转载)
怪事!VS2003遇到manifest问题。VB 2005为什么publish后编译会多出两个文件呢?
问个DLL调用问题g++跟cl差的也太大了
Missing "nmsql.dll"类似vc问题:在Debug版本成功;在Release版本link失败
about Manifestrelease模式可以,debug模式出错是怎么回事?
release Vs. debug???SOS: Ubuntu开机进不去GUI,也进不去TTY (转载)
help abt C++[转载] 请问这是什么病毒?
相关话题的讨论汇总
话题: xp话题: visual话题: machine话题: runs
进入Programming版参与讨论
1 (共1页)
z*y
发帖数: 1311
1
I compile one program written in C++ using Visual Studio 2005 on XP. It runs
OK. Then I copy the executable onto another XP machine and run it. I get
the following error.
This application has failed to start because the application configuration
is incorrect. Reinstalling the application may fix this problem.
What could it be? Thank you.
a**a
发帖数: 416
2
check the thread starting from #12084. It might help.

runs

【在 z*y 的大作中提到】
: I compile one program written in C++ using Visual Studio 2005 on XP. It runs
: OK. Then I copy the executable onto another XP machine and run it. I get
: the following error.
: This application has failed to start because the application configuration
: is incorrect. Reinstalling the application may fix this problem.
: What could it be? Thank you.

d*z
发帖数: 150
3
It seems you need some DLL like MFC8.0.dll in the other XP machine.
You could install VC in the other machine too. Or you could copy those corre
spondent dll into the machine or you could create a setup file (VS2005 has s
upport setup project) and install it in the other machine

runs

【在 z*y 的大作中提到】
: I compile one program written in C++ using Visual Studio 2005 on XP. It runs
: OK. Then I copy the executable onto another XP machine and run it. I get
: the following error.
: This application has failed to start because the application configuration
: is incorrect. Reinstalling the application may fix this problem.
: What could it be? Thank you.

c**l
发帖数: 12
4
have u succeeded? Any update?

runs

【在 z*y 的大作中提到】
: I compile one program written in C++ using Visual Studio 2005 on XP. It runs
: OK. Then I copy the executable onto another XP machine and run it. I get
: the following error.
: This application has failed to start because the application configuration
: is incorrect. Reinstalling the application may fix this problem.
: What could it be? Thank you.

z*y
发帖数: 1311
5

No, I basically give up. It is not dll problem. I am pretty sure because I
tried several XP machines. All of them have nothing pre-installed (like
visual studio). Some of them can run without any problem, but some has this
error. Hard to tell what makes them unhappy. Anyway, don't have time to
waste hacking around.

【在 c**l 的大作中提到】
: have u succeeded? Any update?
:
: runs

t**i
发帖数: 688
6
Alternate VS2005 options such as Windows Library, MSDN Static Library and
MSDN Dynamic library and see what you get.
n**a
发帖数: 104
7
you need to install Visual Stuido 2005 Redistributable with your executable
c**l
发帖数: 12
8
Hi, there,
I just got it work. Here are some problems and solutions: (if they don't
work out, go to download a dependency walker to check any errors)
1. go to /VC/redist to copy relevant .dll files along
with any corresponding .manifest files to your excutable file folder
2. right click solution, ->Manifest tolls -> input and output ->turn off
Embed Manifest.
3. in other machines, if you installed IE7.0 on WINXP, uninstall IE7.0 or
fake a empty dwmapi.dll (numerous complains

【在 z*y 的大作中提到】
:
: No, I basically give up. It is not dll problem. I am pretty sure because I
: tried several XP machines. All of them have nothing pre-installed (like
: visual studio). Some of them can run without any problem, but some has this
: error. Hard to tell what makes them unhappy. Anyway, don't have time to
: waste hacking around.

1 (共1页)
进入Programming版参与讨论
相关主题
[转载] 请问这是什么病毒?Missing "nmsql.dll"
怎么在vc2005里面用gslabout Manifest
How to filter out *.java from jar file?release Vs. debug???
How to move WINXP from a laptop HD to another laptop HDhelp abt C++
exe file compild by C++ cannot be run by another computerScala higher-kind type和jvm弱type system
Visual Studio 2005在REbuild以后文件不能打开perl cgi中调用C可执行程序为什么在html中不显示? (转载)
怪事!VS2003遇到manifest问题。VB 2005为什么publish后编译会多出两个文件呢?
问个DLL调用问题g++跟cl差的也太大了
相关话题的讨论汇总
话题: xp话题: visual话题: machine话题: runs