随笔分类 - 知识累积
聚少成多,查缺补漏!每天进步一点点!
摘要:1. How to use MSXML2 in C++?First, we should import the "msxml6.tlb" file, the code as below: #import "..\Common\msxml6.tlb" raw_interfaces_only exclude("ISchemaElement", "ISchemaAttribute")Then we can use the MSXML2 interfaces now, take for an example:CoIniti
阅读全文
摘要:1. 开始执行以下命令: Subst b: %windir%\assembly .2. 执行完后,会发现硬盘分区多了个B盘,打开后看到了所有assembly下的DLL.3. 当这个虚拟的B分区不再需要,于是执行以下命令将其删除: Subst b: /d .4. 注册GAC: DOS下运行GACUTIL/I + dll path.
阅读全文
浙公网安备 33010602011771号