
Visual C++
文章平均质量分 84
hafent
这个作者很懒,什么都没留下…
展开
-
用MFC实现串口编程(zz赛迪网)
用MFC实现串口编程(作者:付杰 2000年08月04日 11:28)本文详细介绍了串行通信的基本原理,以及在Windows NT、Win98环境下用MFC实现串口(COM)通信的方法:使用ActiveX控件或Win API.并给出用Visual C++6.0编写的相应MFC32位应用程序。关键词:串行通信、VC++6.0、ActiveX控件、Win API、MFC32位应用程序、事件驱动、非阻塞转载 2005-10-24 20:14:00 · 1289 阅读 · 0 评论 -
DLL输出类使用研究手记(ZZ)
标 题:DLL输出类使用研究手记 发信人:softworm 时 间:2003/08/04 09:54pm 详细信息:贴一篇我以前写的文章,改头换面在杂志上登过,感觉还有点意思。 在写一个程序时,我想使用一个共享软件中的C++类。该类名为Crypt,封装在一个DLL中,文件名为Crypt.dll。通过SoftIce和IDA Pro,我已基本弄清了其成员函数的用法。现在的问题是,没有相应的.H文件及.转载 2005-10-25 10:55:00 · 1498 阅读 · 0 评论 -
异步串口通信 VC++(VC在线)
文章标题:异步串口通信 VC++原 作 者:ucx原 出 处:vczx.com发 布 者:UCXNM发布类型:原创本文参考MSDN及相关网上文章。 ////////////////////////////////////////////////MyComm.h 多机控制 异步串口通信//说不定能有用上的。//////////////////////////////////////////////c转载 2005-10-24 20:11:00 · 1867 阅读 · 0 评论 -
How To Enumerate Applications Using Win32 APIs
How To Enumerate Applications Using Win32 APIsView products that this article applies to.Article ID:175030Last Review:September 27, 2004Revision:1.0This article was previously published under Q175030O转载 2005-10-27 14:18:00 · 3718 阅读 · 0 评论 -
Inside the Native API
Inside the Native APICopyright © 1998-2004 Mark RussinovichLast Updated: Last updated November 23, 2004 IntroductionVirtually everybody familiar with NT has at the minimum heard that there is a hidden转载 2005-10-27 14:07:00 · 2880 阅读 · 0 评论 -
Peering Inside the PE: A Tour of the Win32 Portable Executable File Format
Peering Inside the PE: A Tour of the Win32 Portable Executable File FormatMatt PietrekMarch 1994Matt Pietrek is the author of Windows Internals (Addison-Wesley, 1993). He works at Nu-Mega Technologies转载 2005-10-27 13:42:00 · 2077 阅读 · 0 评论 -
How To Subclass a Window in Windows 95
How To Subclass a Window in Windows 95View products that this article applies to.Article ID:125680Last Review:July 11, 2005Revision:1.3This article was previously published under Q125680On This PageSU转载 2005-10-27 13:36:00 · 1087 阅读 · 0 评论 -
Why you should never call Suspend/TerminateThread
Some people think that the usage of SuspendThread or TerminateThread is very useful.But if you do this, you will get many, many problems…You should NOT use Suspend/ResumeThread to do thread synchroniz转载 2005-10-27 13:31:00 · 3872 阅读 · 0 评论 -
ADO访问数据库(http://www.impcas.ac.cn/usr/lujun/browse.asp?id=ado)
ADO访问数据库作者:陆军 Email:ldlujun@163.com 时间:2004-04-28ADO(ActiveX Data Object的简称)是Microsoft为最新和最强大的数据访问范例OLE DB而设计的,是一个便于使用的应用程序层接口。ADO通过OLE DB提供访问和操作数据库服务器中的数据。ADO不仅可以访问关系型数据库,还可以访问非关系型数据库。同时由于OLE DB是基于CO转载 2005-10-26 17:06:00 · 4020 阅读 · 0 评论 -
You receive a C4226 or a C4236 error message when you compile code to contain the keyword in 32-bit Visual C++(ZZ)
You receive a C4226 or a C4236 error message when you compile code to contain the keyword in 32-bit Visual C++View products that this article applies to.Article ID:107501Last Review:April 28, 2005Revi转载 2005-10-25 14:51:00 · 1354 阅读 · 0 评论