VC/MFC
axxbest
这个作者很懒,什么都没留下…
展开
-
OutPutDebugString显示行号
void DbgOutPrint(PCHAR szFile,int line,const char * format,...){#define MAX_DBG_MSG_LEN (1024) char buf[MAX_DBG_MSG_LEN],buf1[MAX_DBG_MSG_LEN]; va_list ap; va_start(ap, format);原创 2009-06-23 13:00:00 · 476 阅读 · 0 评论 -
ado连接字符串建立对话框
// dd.cpp : Defines the entry point for the console application.//#include "stdafx.h" #include "stdio.h" #include "conio.h"// #import ADO.#undef EOF#import "d:/program files/comm转载 2009-12-30 17:09:00 · 341 阅读 · 0 评论