由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - release模式可以,debug模式出错是怎么回事?
相关主题
一个MSVC2005程序在vista下的问题请教高手:Win32 编程还有用吗?
how to resolve this bug?如何在VC++下把raw图像快速写到硬盘里呢?
[土问]c# project里面加c++ project出错类似vc问题:在Debug版本成功;在Release版本link失败
exe file compild by C++ cannot be run by another computerHelp - C++ Debug Assertion Failed
help abt C++只有executable能debug吗?
菜鸟的苹果编程问题C++11使用感受及一些问题
release Vs. debug???有用matlab、C++给NAO编程的人吗?
问个DLL调用问题how to debug mpi?
相关话题的讨论汇总
话题: dependency
进入Programming版参与讨论
1 (共1页)
s********f
发帖数: 3924
1
我用的 vc++ 2005, 在win7 32bit机器上debug和release都没问题。 换到win7 64bit
机器上, release模式没问题,debug模式下,可编译,但是运行的时候出错
“unable to start program ****
This application has failed to start because the application configuration
is incorrect. Review the manifest file for possible errors."
manifest如下
xml version='1.0' encoding='UTF-8' standalone='yes'?>



'8.0.50727.762' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b
' />




'8.0.50727.762' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b
' />









'8.0.50727.4053' processorArchitecture='x86' publicKeyToken='
1fc8b3b9a1e18e3b' />




'8.0.50727.4053' processorArchitecture='x86' publicKeyToken='
1fc8b3b9a1e18e3b' />



请大侠指点一下,谢谢
d****n
发帖数: 1637
2
vs c++ express version doesnt have the x86 support.
you need either reinstall the vs or change the SDK to be windows SDK version
7 plus.
right click your project properties, change the platformt.
s********f
发帖数: 3924
3
能具体说说怎么change platform。是在configuration manager里面吗?谢谢

version

【在 d****n 的大作中提到】
: vs c++ express version doesnt have the x86 support.
: you need either reinstall the vs or change the SDK to be windows SDK version
: 7 plus.
: right click your project properties, change the platformt.

d****n
发帖数: 1637
4
http://msdn.microsoft.com/en-us/library/vstudio/h2k70f3s(v=vs.1

【在 s********f 的大作中提到】
: 能具体说说怎么change platform。是在configuration manager里面吗?谢谢
:
: version

1 (共1页)
进入Programming版参与讨论
相关主题
how to debug mpi?help abt C++
能否给些讲debug经验的文章和书籍 (转载)菜鸟的苹果编程问题
一个debug的问题release Vs. debug???
不同compiler速度可以差很远吗?问个DLL调用问题
一个MSVC2005程序在vista下的问题请教高手:Win32 编程还有用吗?
how to resolve this bug?如何在VC++下把raw图像快速写到硬盘里呢?
[土问]c# project里面加c++ project出错类似vc问题:在Debug版本成功;在Release版本link失败
exe file compild by C++ cannot be run by another computerHelp - C++ Debug Assertion Failed
相关话题的讨论汇总
话题: dependency