ホーム » VC (ページ 13)

VC」カテゴリーアーカイブ

2025年9月
 123456
78910111213
14151617181920
21222324252627
282930  

人気の投稿とページ

カテゴリー

最近の投稿

アーカイブ

ブログ統計情報

  • 123,132 アクセス




UNICODE と VC6 → VC8 一部修正

UNICODE と VC6 → VC8  2009/12 VC6 UNICODE wWinMainCRTStartup VC6 → VC8 http://cid-535f5973454c1292.skydrive.liv […]

Continue Reading →

ビルドエラー fatal error C1060

VC 8 でのビルドでエラー c:\program files\microsoft visual studio 8\vc\atlmfc\include\afxtempl.h(674) : fatal error C106 […]

Continue Reading →

CHttpFile を利用した読込みで,…

CHttpFile を利用した読込みで,接続されていなくても ReadString でそれなりに戻ってくることがあった? 以下は,あるサイトが応答しているかどうかを確認するコードの断片.   #define W_M_P_ […]

Continue Reading →

Dependency Walker , Spy , …

Dependency Walker  http://www.dependencywalker.com/ Spy++ 8.0  2005-09-28 10:07 140,463 spyxx.chm  2005-12-01 […]

Continue Reading →

LBS_HASSTRINGS を忘れると…

オーナ描画リストボックスで,GetText を呼出した時 コントロールの LBS_HASSTRINGS が指定されていない. Is this 投稿 useful? Useful Useless 0 of 0 people […]

Continue Reading →

コンソール AP リンクエラー

——————–構成: XXxxXXxx – Win32 Debug————& […]

Continue Reading →

いつも場所を忘れるので

Windows Vista コントロールの拡張 Windows Vista コモン コントロールの作成要件 サポートされなくなった ANSI API Is this 投稿 useful? Useful Useless 0 […]

Continue Reading →

VC 2010 $(IncludePath)

Microsoft.Cpp.Xxxx.user.props の場所 C:\Users\(UserName)\AppData\Local\Microsoft\MSBuild\v4.0 http://msdn.microso […]

Continue Reading →

VC 6 で GlobalMemoryStatusEx

#if(_MFC_VER >= 0x0700)   #include <WinBase.h> #else #include <Windows.h> #include <TChar.h& […]

Continue Reading →

「応答なし」になり難くする

//******************************************************************************* // 関数名 :時間がかかる時に,応答なしにならない様に […]

Continue Reading →

Shell_NotifyIcon

SDK32: 通知領域にアイコンが登録されないことがあるhttp://support.microsoft.com/kb/418138/ja マウスの位置の取得BOOL ::GetCursorPos(LPPOINT lpP […]

Continue Reading →

タスクバーのドキュメント

mk:@MSITStore:X:MSDNShellcc.chm::/platform/Shell/Shell_Int/Taskbar.htm http://msdn.microsoft.com/ja-jp/library […]

Continue Reading →

hdc が拡張メタファイルのデバイスコンテキスト?

hdc が拡張メタファイルのデバイスコンテキストかどうかを調べるには、GetObjectType 関数 GetDeviceCaps GetObjectType Is this 投稿 useful? Useful Usel […]

Continue Reading →

マルチバイト→UNICODE

「構成プロパティ」-「全般」-「文字セット」を「マルチバイト...」から「UNICODE...」に変更すると,以下のエラーになることがある. msvcrtd.lib(wcrtexew.obj) : error LNK20 […]

Continue Reading →

VC 8 double の配列をメモリダンプ

VC 8 で座標のデータをダンプ Is this 投稿 useful? Useful Useless 0 of 0 people say this 投稿 is useful.

Continue Reading →

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

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

Continue Reading →

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

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

Continue Reading →

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

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

Continue Reading →

Release 版でのデバッグ

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

Continue Reading →

VC6 , VC8 リモートデバッグ

VC6 mk:@MSITStore:J:MSDNvccore.chm::/html/_core_setting_up_the_remote_debug_monitor.htm http://support.microso […]

Continue Reading →