2009-02-08から1日間の記事一覧

メモ

COleDispatchImpl (atlmfc/src/mfc/oledisp1.cpp)

ActiveXObject with V8 (続き)

Locale の問題とかいろいろ修正していたら、なんとなく動くようになった気がしますが、よくわからないエラーが出ているのでまだまだのようです。。。 > var o = new ActiveXObject('Msxml2.XMLHTTP') > o [ActiveXObject@021D3A68] > o.open function open()…

Locale の罠

コンソールでマルチバイト文字を使う。 #include <stdio.h> #include <tchar.h> int _tmain(int argc, TCHAR* argv[]) { _tprintf(_T("%s\n"), _T("こんにちは、世界!")); return 0; } で、こいつを実行してみると。 >cl /D_UNICODE /DUNICODE hello.cc Microsoft(R) 32-bit C/</tchar.h></stdio.h>…