由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - exe file compild by C++ cannot be run by another computer
相关主题
可执行程序问题怪事!VS2003遇到manifest问题。
问个DLL调用问题Scala higher-kind type和jvm弱type system
Missing "nmsql.dll"请有图形编程经验的大牛给看看
Visual C++ Express 很土的问题求救c++ linking problem
release模式可以,debug模式出错是怎么回事?请教一个MS Linked List的问题
release Vs. debug???one more c++ question
Visual Studio 2005在REbuild以后文件不能打开C++编译的问题
help abt C++Really Stupid Question: How to run VC++ 2008 Express (转载)
相关话题的讨论汇总
话题: run话题: exe话题: file话题: c++话题: compild
进入Programming版参与讨论
1 (共1页)
Q**Q
发帖数: 781
1
I generate a exe file. It can be run in my lab's computer. But when I try to
run it in my lapto, it shows "This application has failed to start because
the application configuration is incorrect. Reinstalling the application may
fix the problem" Does anyone know how to fix this problem. Thanks.
I was using Visual Studio 2005.
r********g
发帖数: 1351
2
你要选择静态连编才行
因为它运行的时候要用到各种库,估计你自己的机子上没有装VS 2005
Q**Q
发帖数: 781
3
You are right.
But I cannot choose static linking. It will give me many errors. Can I just
add a few lib files in my laptop?
I succeeded in doing so by adding "mfc80d.dll" etc to one of the computers.
It works. But for my laptop, it doesn't. I cannot figure out why...

【在 r********g 的大作中提到】
: 你要选择静态连编才行
: 因为它运行的时候要用到各种库,估计你自己的机子上没有装VS 2005

s*******d
发帖数: 59
4
You may try install vcredist_x86, which is located under
"your program files directory"\Microsoft Visual Studio 8\SDK\v2.0\
BootStrapper\Packages\vcredist_x86
B******e
发帖数: 48
5
you probably need to copy manifest file as well. you can find it in vc's
installation dir.

just
.

【在 Q**Q 的大作中提到】
: You are right.
: But I cannot choose static linking. It will give me many errors. Can I just
: add a few lib files in my laptop?
: I succeeded in doing so by adding "mfc80d.dll" etc to one of the computers.
: It works. But for my laptop, it doesn't. I cannot figure out why...

S*********r
发帖数: 42
6
I agree with you. Copy all the required Dll as well as the manifest file.

【在 B******e 的大作中提到】
: you probably need to copy manifest file as well. you can find it in vc's
: installation dir.
:
: just
: .

S*********r
发帖数: 42
7
You may not need the manifest if you run your stuff on window 2000.

【在 S*********r 的大作中提到】
: I agree with you. Copy all the required Dll as well as the manifest file.
Q**Q
发帖数: 781
8
It works! thanks a lot.

【在 B******e 的大作中提到】
: you probably need to copy manifest file as well. you can find it in vc's
: installation dir.
:
: just
: .

1 (共1页)
进入Programming版参与讨论
相关主题
Really Stupid Question: How to run VC++ 2008 Express (转载)release模式可以,debug模式出错是怎么回事?
一个奇怪的library linking问题(c++, boost.python, shared li (转载)release Vs. debug???
VC2005 C++ link error helpVisual Studio 2005在REbuild以后文件不能打开
调用win32 DLL的问题help abt C++
可执行程序问题怪事!VS2003遇到manifest问题。
问个DLL调用问题Scala higher-kind type和jvm弱type system
Missing "nmsql.dll"请有图形编程经验的大牛给看看
Visual C++ Express 很土的问题求救c++ linking problem
相关话题的讨论汇总
话题: run话题: exe话题: file话题: c++话题: compild