
Visual Studio
文章平均质量分 78
is2120
这个作者很懒,什么都没留下…
展开
-
VC6.0编译器参数设置
VC6.0编译器参数的设置主要通过VC的菜单项Project->Settings->C/C++页来完成。我们可以看到这一页的最下面Project Options中的内容,一般如下:/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D原创 2011-09-14 00:06:32 · 1158 阅读 · 0 评论 -
vc6,windows 7 x64 调试 (IS2120@BG57IV3)
//z 2012-12-24 16:31:51 IS2120@BG57IV3.T221270445 .K在windows 7 x64上调试 vc6 console程序时,按了 shift + f5 ,程序并不结束。解决方法:替换这个文件 TLLOC.dll www.dr-hoiby.com/TLLOC.dll//z 2012-12-24 16:31:51 IS2120@BG57原创 2012-12-24 16:27:32 · 1054 阅读 · 0 评论 -
visual studio 设计器 不能实例化 抽象类的几种解决方案
The designer must create an instance of type '', but it can't because the type is declared as abstract问题产生的原因: This error occurred because the base class of the object being passed to the design原创 2011-11-28 13:03:50 · 2201 阅读 · 0 评论 -
vc 版本 宏 (zz.IS2120@BG57IV3)
visual studio c++ 不同 版本 定义 宏//z 2013-01-28 10:19:58 IS2120@BG57IV3.T3314393399.K[T82,L1217,R37,V1207]_MSC_VER is what you need. You can also examine visualc.hpp in any recent boost install for som原创 2013-01-28 10:16:06 · 828 阅读 · 0 评论 -
Pre-defined Keyboard Shortcuts (zz.IS2120@BG57IV3.T717662197)
Pre-defined Keyboard ShortcutsVisual Studio 2012//z 2012-11-29 15:44:44 IS2120@BG57IV3.T3839727478.K[T9,L129,R6,V151]Other Versions Visual Studio 2010Visual Studio原创 2012-11-29 15:40:36 · 1228 阅读 · 0 评论 -
visual studio visual studio 2005 快捷键大全
编辑.复制Ctrl + Shift + 数字键区中的 (+)将当前选定的项复制到系统剪贴板。T3168112470编辑.剪切Ctrl + Shift + 数字键区中的 (-)将当前选定的项移除到系统剪贴板。 - 或 - Shift + Delete 编辑.循环应用剪贴板中的复制项Ctrl + Shift +原创 2011-09-14 00:21:16 · 1351 阅读 · 0 评论 -
Post-BUILD Event Command Line
关于 post-build event 的一些例子:(//z 2012-5-18 15:26:21 PM IS2120@优快云)if $(ConfigurationName) == Debug ( copy "$(TargetDir)myapp.dll" "c:\delivery\bin" /y copy "$(TargetDir)myapp.dll.config" "c:\de原创 2012-05-18 15:23:14 · 3116 阅读 · 0 评论 -
Macros for Build Commands and Properties
//z 2012-5-17 12:35:17 PM IS2120@优快云Pre:IF NOT EXIST $(IntDir)..\..\lib mkdir $(IntDir)..\..\libPost:copy $(IntDir)$(ProjectName).lib $(IntDir)..\..\libupx.exe $(OutDir)../xxx.dll//z 20原创 2011-09-14 00:15:27 · 1026 阅读 · 0 评论 -
使用 VS11 来比对文件 (zz)
Dev 11 has a diff and merge view that is simply outstanding and using it to compare changes before checkin is just dreamy. I ran into a situation where I wanted to diff the output of two files and tho原创 2012-03-16 17:36:59 · 672 阅读 · 0 评论 -
Visual Studio 调试技巧[Command Window & Immediate Window ](Tips)
Visual Studio 调试技巧[Command Window & Immediate Window ](Tips)1. immediate window 定义的一些 alias (//z 2012-3-13 14:04:44 PM IS2120@优快云)alias ? Debug.Printalias ?? Debug.QuickWatchalias AddProj原创 2012-03-13 14:11:25 · 4225 阅读 · 0 评论 -
'function': was declared deprecated
http://blog.youkuaiyun.com/is2120/article/details/72087701. 警告消息 'function': was declared deprecatedCompiler Warning (level 1) C4996Error Message 'function': was declared deprecatedThe c原创 2012-01-18 11:25:36 · 4689 阅读 · 0 评论 -
Warning Level
1. /warn (Specify Warning Level)/warn:optionwhere:optionThe minimum warning level you want displayed for the build. Val原创 2011-09-28 23:44:43 · 1192 阅读 · 0 评论 -
visual studio 2008 快捷键 (Style:Visual C# 2005)(zz.IS2120@BG57IV3)
//z 2012-11-29 11:24:18 IS2120@BG57IV3.T4196729265.K[T39,L363,R14,V344]Visual Studio Keyboard Shortcuts (排序版)CommandShortcutBuild.BuildSolution #0Global::Ctrl+Shift+BBuil原创 2012-11-29 11:21:24 · 1779 阅读 · 0 评论