由买买提看人间百态

topics

全部话题 - 话题: compild
(共0页)
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...
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
.
S*********r
发帖数: 42
6
I agree with you. Copy all the required Dll as well as the manifest file.
S*********r
发帖数: 42
7
You may not need the manifest if you run your stuff on window 2000.
Q**Q
发帖数: 781
8
It works! thanks a lot.
(共0页)