ホーム » 2012 » 3月

月別アーカイブ: 3月 2012

2012年3月
 123
45678910
11121314151617
18192021222324
25262728293031

人気の投稿とページ

カテゴリー

最近の投稿

アーカイブ

ブログ統計情報

  • 120,247 アクセス




BDoc ファミリ

コンパイルで以下の様なエラーになった場合 c:\…\DocIB.cxx(77) : error C2065: ‘BDocCSV_D’ : 定義されていない識別子です。 c:\̷ […]

Continue Reading →

VC 7.1 メモリウィンドウ

Is this 投稿 useful? Useful Useless 0 of 0 people say this 投稿 is useful.

Continue Reading →

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 […]

Continue Reading →

CFont::CreatePointFont でアサート

————————— Microsoft Visual C++ Debug Library —R […]

Continue Reading →

CCheckListBox の使い方

1. 通常の手順で,リストボックスをダイアログに貼り付ける. 2. コントロールのプロパティを「オーナー描画」-「固定」,「文字列あり」-「チェック」に変更する. 3. クラスウィザードなどを利用して,コントロールの変数 […]

Continue Reading →

Shell Extension InfoTip の追加

Shell Extension の作成 InfoTip 1.プロジェクトの作成  MFC App Wizard(dll)   「スタティックライブラリを使用した DLL」を選択   「オートメーション」のサポート 2.ク […]

Continue Reading →

XML の読込テスト – 4

全ては表現できてないが,msxml.dll により読込んだデータの関連はこんな感じか? IXMLDOMDocument                                          documentE […]

Continue Reading →

XML の読込テスト – 3

BOOL ReadElement( MSXML::IXMLDOMElementPtr pElement, long indent ) { CString tab = _T("\t\t\t\t\t\t\t\t\t\t\t\ […]

Continue Reading →

XML の読込テスト – 2

要素へのアクセスはこんな感じと思われるが,Gettext の使い方がよくわからない. BOOL ReadElement(MSXML::IXMLDOMElementPtr pElement,long indent) { C […]

Continue Reading →

XML の読込テスト

// L_xml_2.cpp : コンソール アプリケーション用のエントリ ポイントの定義 // #include “StdAfx.h” #include “L_xml_2.hR […]

Continue Reading →

勘違いをしていたので, ±×÷

UNICODE で,±×÷ はそれぞれ,U+00B1 , U+00D7 , U+00F7 になる. 以下は,よく参考にさせてもらっている所 文字コード(日本語漢字コード表) Is this 投稿 useful? Usef […]

Continue Reading →