随笔分类 - C and C++ and VC
摘要:我用vs2003 以 Debug 方式 编译eMule0.48a ,编译出错,提示如下: ------ 已启动生成: 项目: emule, 配置: Debug Win32 ------ 正在链接... zlib.lib(zutil.obj) : warning LNK4217: 本地定义的符号 _malloc 在函数 _zcalloc 中导入 zlib.lib(gzio.obj) : warnin...
阅读全文
摘要:vb6做的安装程序msxml3.dll无法注册,提示 An error occurred while registering the file "C:\Winnt\System32\msxml3.dll". Abort, Retry,Ignore. 经过查google 发现是安装程序中缺少msxml3r.dll 文件。以下2个链接有具体的说明。1、http://djlizard.net/tec...
阅读全文
摘要:请在 msdn 中查找 “Serial Communications in Win32”, 这是篇介绍串口通讯很好的文章。 对于 什么是重叠操作(overlapped), 可以看http://blog.csdn.net/metasearch/archive/2008/03/05/2148226.aspx的介绍。以下是转载。--------转载开始----------在windows中有一个api叫readfile bool readfile( handle hfile, // handle to file lpvoid lpbuffer, //
阅读全文