登录
首页 » Windows开发 » 调试技术与异常(错误)处理

调试技术与异常(错误)处理

于 2022-10-17 发布 文件大小:89.48 kB
0 181
下载积分: 2 下载次数: 1

代码说明:

调试技术与异常(错误)处理-debugging techniques and abnormal (error) handling

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 1,把dout.h加入到要调试的文件中,直接#include "dout.h"就行。 2,在需求输出信息的地方添加:dout(调试信息) 3,运行TR...
    1,把dout.h加入到要调试的文件中,直接#include "dout.h"就行。 2,在需求输出信息的地方添加:dout(调试信息) 3,运行TRACEWindow.exe, 4,运行程序,当运行到dout(..)的地方,TRACEWindow就会收到信息了。-1, dout.h into debugging to the document,# include direct "dout.h" OK. 2, the demand for the output added : dout (debugging information) 3. Operation TRACEWindow.exe, 4, operating procedures, When running to dout (..), TRACEWindow will receive the information.
    2022-08-26 10:12:19下载
    积分:1
  • VC毛玻璃
    #define GDIPVER 0x0110 //定义高版本的GDI+(1.1) #include #include #include #include #include #pragma comment(lib,"GdiPlus.lib") using namespace Gdiplus; #include #pragma comment(lib,"dwmapi.lib") //Aero效果是否已启用 BOOL IsCompositionEnabled() { BOOL bEnabled,bResult; bResult = (SUCCEEDED(DwmIsCompositionEnabled(&bEnabled)) && bEnabled); return bResult; } //对已分层的窗口启动玻璃效果 HRESULT EnableBlurBehindWindow(HWND hWnd, //窗口句柄 BOOL bEnable = TRUE, //启用或禁用 HRGN hRgn = 0, //模糊窗体中某个区域 BOOL bTransitionOnMaximized = FALSE) //最大化时是否启用 { DWM_BLURBEHIND blurBehind = { 0 }; blurBehind.dwFlags = DWM_BB_ENABLE | DWM_BB_TRANSITIONONMAXIMIZED; blurBehind.fEnable = bEnable; blurBehind.fTransitionOnMaximized = bTransitionOnMaximized; if (bEnable && hRgn != NULL) { blurBehind.dwFlags |= DWM_BB_BLURREGION; blurBehind.h
    2023-05-01 15:10:04下载
    积分:1
  • vcnet编程实例源代码的应用程序框架
    VCnet编程实例源代码之应用程序框架 -VCnet programming source code examples of application frameworks
    2022-02-02 18:27:32下载
    积分:1
  • 这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!...
    这是一个关于mp3 播放的程序的程序,是我从同学那里拷过来的,试了一下,还可以!-This is a MP3 player on the procedures for the process, the students from where I beat up, tried it, also!
    2023-08-11 10:10:03下载
    积分:1
  • canon sdk 7.3
    CanonSDK73.rar 多方查询才得到的好东西!-canon sdk 7.3
    2023-09-07 14:05:08下载
    积分:1
  • LM324型直流电机速度控制器
    这是直流电机速度控制器,,,,,完整的原理图和施工手册指示的…
    2023-08-26 09:15:03下载
    积分:1
  • 可以在LINUX环境下编译WINCE程序的SDK,其LINUX下的交叉编译器可以在网上下载...
    可以在LINUX环境下编译WINCE程序的SDK,其LINUX下的交叉编译器可以在网上下载-in LINUX environment compiler pulled procedures SDK, Linux cross-compiler can be downloaded on the Internet
    2022-03-18 05:06:59下载
    积分:1
  • 用VC编写的N皇后摆法动态演示程序,已经较为完美!欢迎下载指导!...
    用VC编写的N皇后摆法动态演示程序,已经较为完美!欢迎下载指导!-A N queen game dynamic demonstration program write in VC, already perfect. please come and download!
    2022-12-16 13:25:03下载
    积分:1
  • 描 述:该程序实现了在Excel中读取学生的E
    描 述:该程序实现了在Excel中读取学生的E-mail地址、成绩、姓名等,结合Jmail实现成绩单的群发,并加 入了一些出错处理 -Description: This program implements in Excel, read E-mail address of student achievement, name, etc., combined with the mass Jmail achieve transcripts, and added some error handling
    2022-02-16 10:16:18下载
    积分:1
  • 图像驱动
    图像驱动-Image driver
    2022-02-12 08:44:30下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载