BDoc ファミリ
コンパイルで以下の様なエラーになった場合 c:\…\DocIB.cxx(77) : error C2065: ‘BDocCSV_D’ : 定義されていない識別子です。 c:\̷ […]
VC 7.1 メモリウィンドウ
Is this 投稿 useful? Useful Useless 0 of 0 people say this 投稿 is useful.
Shell Extension 2012.03.22
iShelExt.2012.03.22.zip i_ShellExt 1.31.2012.11 i_Tools i_ShellExt Vector Is this 投稿 useful? Useful Useless 0 […]
CFont::CreatePointFont でアサート
————————— Microsoft Visual C++ Debug Library —R […]
CCheckListBox の使い方
1. 通常の手順で,リストボックスをダイアログに貼り付ける. 2. コントロールのプロパティを「オーナー描画」-「固定」,「文字列あり」-「チェック」に変更する. 3. クラスウィザードなどを利用して,コントロールの変数 […]
Shell Extension InfoTip の追加
Shell Extension の作成 InfoTip 1.プロジェクトの作成 MFC App Wizard(dll) 「スタティックライブラリを使用した DLL」を選択 「オートメーション」のサポート 2.ク […]
XML の読込テスト – 4
全ては表現できてないが,msxml.dll により読込んだデータの関連はこんな感じか? IXMLDOMDocument documentE […]
XML の読込テスト – 3
BOOL ReadElement( MSXML::IXMLDOMElementPtr pElement, long indent ) { CString tab = _T("\t\t\t\t\t\t\t\t\t\t\t\ […]
XML の読込テスト – 2
要素へのアクセスはこんな感じと思われるが,Gettext の使い方がよくわからない. BOOL ReadElement(MSXML::IXMLDOMElementPtr pElement,long indent) { C […]
XML の読込テスト
// L_xml_2.cpp : コンソール アプリケーション用のエントリ ポイントの定義 // #include “StdAfx.h” #include “L_xml_2.hR […]
勘違いをしていたので, ±×÷
UNICODE で,±×÷ はそれぞれ,U+00B1 , U+00D7 , U+00F7 になる. 以下は,よく参考にさせてもらっている所 文字コード(日本語漢字コード表) Is this 投稿 useful? Usef […]