MSDN的document很多都outdated
文件還真敢說,我們的例子都是用最早支援的版本寫的
不同版本只要修改就能用了
先是找不到msxml6.h,msxml.lib
google後才發現直接用 #import msxml6.dll
import後面的attribute加哪些還有差
沒加raw_interfaces_only的話是用smart pointer (這是啥orz)
丟example進去跑,一直跟我complain virtual function沒弄好
弄很久才發現,原來是declaration改了
const wchar_t * (PCWSTR) 都被改成unsigned short *(PUSHORT)
幹麻浪費時間玩xml呢,還不是ini只支援ANSI
太多限制,又沒啥結構,會很難用
UCS-2(接近UTF-16,少一點) 大概夠用吧
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment