Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 编程语言 > .NET > C#.NET > debug vs2005 empty project
【标  题】:debug vs2005 empty project
【关键字】:debug,vs2005,empty,project
【来  源】:http://blog.csdn.net/leeproer/archive/2007/04/10/1559721.aspx

debug vs2005 empty project

Your Ad Here

when you use vs2005 to build an win32 project, only do like that : 
        1. create win32 project
        2. write your code
        3. build and run
but if you created an empty project you could not look the window, because the environment is not as an win32 project, just do like below
        1)   Goto Project->Properties(or click right mouse on the project name)
        2)   On the left expand "Configuration Properties"
        3)   Expand "C/C++"
        4)   On the left, Select "General"
        5)   On the right, change "Debug Information Format" to "Program Database For Edit And Continue (/ZI)"
        6)   On the left, Select "Optimization"
        7)   On the right, change "Optimization" to "Disabled (/Od)"
        8)   On the left, expand "Linker"
        9)   On the left, select "Debugging"
        10) On the right, change "Generate Debug Info" to "Yes"
        11) Click ok
        12) build and run

that's all!
enjoy!

 

GPSReceiver:【上一篇】
类似msn的提示效果代码系列四:利用反射和嵌入JavaScript资源封装消息提示的C#类:【下一篇】
【相关文章】
  • Visual Studio 2005 sp1 中Web Project和Web Site 项目开发站点的启动问题
  • 使用vs2005的转换向导的一个问题
  • Oracle EMPTY_BLOB() EMPTY_CLOB()
  • vs2005 sp1 添加的对smart device native(c++) 支持(support) 新类, 如CSpliterWnd
  • VS2005 注意事项
  • Flex Builder 2 cannot locate the required debug version of the Flash Player
  • How to debug Windows XP kernel?
  • VC6项目移植到VS2005时的一个细微问题
  • 如何使用VS2005的WebTest对webservice进行数据源绑定测试
  • Project Server的SMTP邮件通知问题
  • 【随机文章】
  • UltraSparc IIIi 和 Solaris 10
  • 86型墙面单口面板
  • 剖析Linux病毒原型工作过程和关键环节
  • Dreamweaver MX 2004 入门教程之站点设置
  • SCO UNIX环境下自动增加网关的两种方法
  • 如何使用Linux的tftp功能上下载cisco router的配置
  • 课程介绍(1)SL-110 初级Java语言编程
  • 欢迎浏览本人的CU博客!
  • 第五项修炼
  • Tommath学习笔记
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.