由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - release Vs. debug???
相关主题
不同compiler速度可以差很远吗?在 windows下的C++开发平台是不是 Dev-C++?
问个DLL调用问题error of compiling C# in visual studion 2013 win 7 (转载)
类似vc问题:在Debug版本成功;在Release版本link失败release模式可以,debug模式出错是怎么回事?
After build,how to run the program on visual C# 2008exe file compild by C++ cannot be run by another computer
spent a lot of time try to compile boost可执行程序问题
一个qt3在Windows上的问题How to compile with ddd?
什么地方有 free windows 的 C compiler downloadMicrosoft Visual studio 2005 professional 版本和standard版本的区别
Question about a C++ compilation error on Visual Studio 2005VC++ release VS debug
相关话题的讨论汇总
话题: debug话题: release话题: vs话题: lot话题: me
进入Programming版参与讨论
1 (共1页)
b******z
发帖数: 16
1
The application i developed in Visual Studio 2005 compiles well in the debug
mode but when i switch to release mode, it couldn't compile instead gave me
a lot of link errors. I have nowhere to start to debug. :( Any one could
help me? Thanks a lot a lot.
k****f
发帖数: 3794
2
漏了lib,link中

debug
me

【在 b******z 的大作中提到】
: The application i developed in Visual Studio 2005 compiles well in the debug
: mode but when i switch to release mode, it couldn't compile instead gave me
: a lot of link errors. I have nowhere to start to debug. :( Any one could
: help me? Thanks a lot a lot.

q*c
发帖数: 9453
3
很多模块 release 和 debug 版本的名字都不一样。

debug
me

【在 b******z 的大作中提到】
: The application i developed in Visual Studio 2005 compiles well in the debug
: mode but when i switch to release mode, it couldn't compile instead gave me
: a lot of link errors. I have nowhere to start to debug. :( Any one could
: help me? Thanks a lot a lot.

N*********y
发帖数: 105
4
debug和release的configuration是不同的。check project properties

debug
me

【在 b******z 的大作中提到】
: The application i developed in Visual Studio 2005 compiles well in the debug
: mode but when i switch to release mode, it couldn't compile instead gave me
: a lot of link errors. I have nowhere to start to debug. :( Any one could
: help me? Thanks a lot a lot.

b***r
发帖数: 7
5
还有注意.manifest file.
1 (共1页)
进入Programming版参与讨论
相关主题
VC++ release VS debugspent a lot of time try to compile boost
some interview questions一个qt3在Windows上的问题
anyone familiar with QT?什么地方有 free windows 的 C compiler download
gdb in C++Question about a C++ compilation error on Visual Studio 2005
不同compiler速度可以差很远吗?在 windows下的C++开发平台是不是 Dev-C++?
问个DLL调用问题error of compiling C# in visual studion 2013 win 7 (转载)
类似vc问题:在Debug版本成功;在Release版本link失败release模式可以,debug模式出错是怎么回事?
After build,how to run the program on visual C# 2008exe file compild by C++ cannot be run by another computer
相关话题的讨论汇总
话题: debug话题: release话题: vs话题: lot话题: me