COM/ATL
who_i250
这个作者很懒,什么都没留下…
展开
-
_com_ptr_t的使用
转载自:http://blog.csdn.net/wishfly/archive/2007/05/27/1627528.aspx 对于COM调用,大量的AddRef/Release调用无疑是例行公事和让人生厌。_com_ptr_t 是vc运行库中提供的固有的封装COM接口的智能指针,相比CComPtr/CComQIPtr缺少移植性,但是支持不是ATL实现部分的的异常和操作。以下转载 2009-03-27 15:46:00 · 880 阅读 · 0 评论 -
Vista下面的msxml.dll跑哪里去了?
Vista下的Visual C++开发人员,可能或多或少的都遇到过这个问题,之前导入XML库的代码出现问题。#import // just like weve always done异常:fatal error C1083: Cannot open type library file: msxml.dll: No such file or directory翻译 2009-08-31 19:13:00 · 2402 阅读 · 0 评论 -
Casting Strings
曾经头痛C++中的各种字符转换,整理了一些东西放到google的notebook上,没有时间再搬到这里了。放个链接吧。http://www.google.com/notebook/public/12368762606508414704/BDRByDQoQkO3utvoj原创 2009-07-06 17:25:00 · 463 阅读 · 0 评论 -
MIDL工具生成的TLB文件中大小写问题
用MIDL将IDL文件生成TLB文件时,有时定义的方法或属性的大小写会变掉。其原因是因为MIDL是一个大小写不敏感的工具。官方的说法是:The IDL and Type library are not case sensitive by design. The Ole Automation code that is called by MIDL to generate the type翻译 2009-07-10 15:26:00 · 1041 阅读 · 0 评论 -
CPPUNIT TDD问题汇总
CppUnit项目主页:http://sourceforge.net/projects/cppunit/CppUnit Wiki Page:http://sourceforge.net/apps/mediawiki/cppunit/CppUnit论坛:http://www.nabble.com/CppUnit---C%2B%2B-port-of-JUnit-f3851.html转载 2009-10-28 14:46:00 · 505 阅读 · 0 评论 -
Keep the console open long enough to see your program's output
<br />http://www.cplusplus.com/forum/articles/7312/<br />转载 2010-07-22 15:50:00 · 412 阅读 · 0 评论