- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
vc6.0编译器参数设置(VC6.0 compiler parameter settings)
vc6.0编译器参数设置(VC6.0 compiler parameter settings)
VC6.0 compiler parameter settings --
The setting of the VC6.0 compiler parameter is done primarily through the menu item Project-Settings-C/C++ of the VC. We can see the contents of the bottom Project Options of this page, as follows:
/nologo, /MDd, /W3, /Gm, /GX, /ZI, /Od, /D, WIN32, /D, _DEBUG, /D, /D, _AFXDLL, /D, _MBCS, /Fp, Debug/WritingDlgTest.pch, /Yu, stdafx.h, /Fo, Debug/, /Fd,, Debug/, /FD, /GZ, /c, _WINDOWS
The significance of each parameter represents the reference to Msdn. For example, /nologo indicates that the compiler does not display these settings in the output window (we can remove this parameter to see the effect) and so on. In general, we dont change these settings directly, but through the items in the top Category of this page
- reprint -
Mainly through the VC menu item Project-Settings-C/C++ page to complete. We can see the contents of the bottom Project Options of this page, as follows:
/nologo, /MDd, /W3, /Gm, /GX, /ZI, /Od, /D, WIN32, /D, _DEBUG, /D, /D, _AFXDLL, /D, _MBCS, /Fp, Debug/WritingDlgTest.pch, /Yu, stdafx.h, /Fo, Debug/, /Fd,, Debug/, /FD, /GZ, /c, _WINDOWS
The significance of each parameter represents the reference to Msdn. For example, /nologo indicates that the compiler does not display these settings in the output window (we can remove this parameter to see the effect) and so on. In general, we dont change these settings directly, but through the items in the top Category of this page.
1) General: some general settings.
* Warning level is used to control warning messages, in which Level 1 is the most serious level;
* Warnings as errors treats warning messages as error handling;
* Optimizations code optimization allows finer settings in the Optimizations entry of Category;
* Generate browse info is used to generate.Sbr files, record class, variable and other symbolic information, and you can do more settings in the Listing Files item of Category.
* Debug info generates debugging
您可能关注的文档
- 20121012系统集成项目管理工程师总结(20121012 systems integration project management engineer summary).doc
- 20101213年终压力最大十大职业排行(20101213 year-end pressure ten largest occupation ranking).doc
- c游戏编程(C game programming).doc
- c程序设计笔试题(C programming written examination questions).doc
- c编程2(C programming 2).doc
- c编译mysql(C compiles MySQL).doc
- c网和g网概念(The concepts of C nets and G nets).doc
- c语言 条件编译详解(C language conditions compile detailed).doc
- c语言变量名定义(C language variable name definition).doc
- c语言堆栈入门——堆和栈的区别(Introduction to the C language stack -- the difference between heap and stack).doc
- vb实现在pc上通过手机发短消息(VB implements short messages on the PC via mobile phones).doc
- vb属性方法中英文对照(VB property method in English and Chinese).doc
- vc6编译参数的设置(VC6 compile parameter settings).doc
- vc6.0编译器详解(VC6.0 compiler detailed).doc
- vc下的ado编程入门(Introduction of ADO programming under VC).doc
- vcd机检修实例集粹(二)(VCD machine maintenance example Jicui (two)).doc
- vc下利用proc开发oracle接口(Using proc to develop Oracle interface under VC).doc
- vc定义的三种类型dll有什么区别(What are the differences between the three types of DLL defined by VC).doc
- vc常见编译错误(VC common compile errors).doc
- vc6.0设置unicode编译环境(VC6.0 sets the Unicode compilation environment).doc
文档评论(0)