ホーム » 2010 (ページ 3)

年別アーカイブ: 2010

2025年8月
 12
3456789
10111213141516
17181920212223
24252627282930
31  

人気の投稿とページ

カテゴリー

最近の投稿

アーカイブ

ブログ統計情報

  • 120,847 アクセス




「無効な引数が発生しました。」

MFC 7.1 以降,AfxThrowInvalidArgException が呼ばれるようになっている C:\Program Files\Microsoft Visual Studio\VC98\MFC\Include […]

Continue Reading →

MSB6006

ビルドで MSB6006 のエラーが発生するようになってしまった. —— ビルド開始: プロジェクト: XxxXxXxx, 構成: Release x64 —— XxxXx […]

Continue Reading →

explorer コマンドラインオプション

explorer のコマンドラインオプション http://support.microsoft.com/kb/314853/ja explorer コマンドラインオプション Is this 投稿 useful? Usef […]

Continue Reading →

Visual Style を無効に

ダイアログ上のボタンなどの Visual Style を無効に BOOL DisableVisualStyle (CWnd* wnd) //**************************************** […]

Continue Reading →

CStatic をはみ出さない様に

ダイアログ上の CStatic をはみ出さない様に描画する CDC::IntersectClipRect     ...    CClientDC dc(&m_Image) ;    CRect  rect ; […]

Continue Reading →

VC 6 プロファイラを有効に

VC 6 で「プロファイルを行う」を有効にする設定 「プロジェクトの設定」-「リンク」タブ-カテゴリ「一般」のダイアログで,「Alt」+「E」. または,プロジェクトのオプションに "/Profile" […]

Continue Reading →

コンボボックスの高さ指定

//******************************************************************************* // 関数名 :コンボボックスの高さを,親ウィンドウの下 […]

Continue Reading →

DDX/DDV の順番を…

順番をいじってしまうと,入力中の最大チェックが働かなかったり,値の修正ができない様になってしまう.  DDX_Text   (pDX, IDC_TEXT_1 , m_Text1);  DDV_MaxChars (pDX, […]

Continue Reading →

x86 プロジェクトの x64 へのコピー

VC 6 以前から使用しているプロジェクトを,64 ビット用にコピーしてビルドすると以下のエラーになることがある. 1>—— ビルド開始: プロジェクト: Project, 構成: Rele […]

Continue Reading →

MFC ファイルハンドラの登録で MSB3075

ビルド時に以下のエラーとなる. —— ビルド開始: プロジェクト: ???Handlers, 構成: Debug Win32 —— ???Handlers.vcxproj […]

Continue Reading →

レジストリ キーのオープンエラー

レジストリエディタで削除できないキーができてしまった. [Window Title] キーのオープン エラー [Content] ・・・・….・・・・・・・・・笶,cF 潺 […]

Continue Reading →

Microsoft Touch Pack

Microsoft Touch Pack for Windows 7 BAMBOO CTH-460 では,インストールできない. BAMBOO でのイベントwacom Touch http://www.wacomeng. […]

Continue Reading →

Release 版でのデバッグ

VC 10 で、Release 版構成にデバッグ情報を付加する. 「ビルド」-「構成マネージャー」で,「新しいプロジェクト構成」を作成. 「設定のコピー元」を「Release」に 「プロジェクト」-「プロパティ」で,「リ […]

Continue Reading →

OpenMP AfxGetMainWnd

ワーカースレッドからの AfxGetMainWnd の呼出しでは,NULL になる?メインスレッドは正しく取得できる. Is this 投稿 useful? Useful Useless 0 of 0 people sa […]

Continue Reading →

VC 2010 クラスウィザード

メニューの「プロジェクト」-「クラスウィザード」 「Ctrl」+「Shift」+「X」 Is this 投稿 useful? Useful Useless 0 of 0 people say this 投稿 is use […]

Continue Reading →

MFC 10 再起動マネージャ

再起動マネージャのサポートの追加 http://msdn.microsoft.com/ja-jp/library/dd465232(v=VS.100).aspx CXxxxApp::CXxxxApp() { #if (_ […]

Continue Reading →

VC++ 2010 VCReDist_??.exe

VC++ 2010 の VCReDist の場所 C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages\vcredist_x8 […]

Continue Reading →

X02T メモ

留守電解除の設定「スタート」-「設定」-「個人」-「電話」-「サービス」タブ-「転送電話」内 Wi-Fi 接続中の SoftBank メールの送受信など一時的に止めないと,Wi-Fiが優先される 設定などで,自動的に起動 […]

Continue Reading →

CCriticalSection と CMutex

それぞれ,500,000 回呼出した時間 (m sec)        P4       VirtualPC     Xeon     CCriticalSection 734 160 94 *1 78 20 15 CM […]

Continue Reading →

OpenMP エラー 1002

————————— 致命的なユーザー エラー 1002: ———— […]

Continue Reading →