雛形ウィンドウのしょりについて

フォーラム(掲示板)ルール
フォーラム(掲示板)ルールはこちら  ※コードを貼り付ける場合は [code][/code] で囲って下さい。詳しくはこちら
ベース

雛形ウィンドウのしょりについて

#1

投稿記事 by ベース » 15年前

雛形のウィンドウをGetmessage()のところとWndProcのところをトレースポイントしたときに気づいたんですが、
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x1668 __tmainCRTStartup
Function: WinMain(HINSTANCE__ *, HINSTANCE__ *, char *, int), Thread: 0x1668 __tmainCRTStartup
       .
       .
       . 
       .
と出るのですが、なぜ順番的(
Function: WinMain(HINSTANCE__ *, HINSTANCE__ *, char *, int), Thread: 0x16D4 __tmainCRTStartup
Function: WndProc(HWND__ *, unsigned int, unsigned int, long), Thread: 0x16D4 __tmainCRTStartup
の交互

じゃないのはなぜなのでしょうか?あとFunction: WinMain(HINSTANCE__ *, HINSTANCE__ *, char *, int), Thread: 0x16D4 __tmainCRTStartupと
Function: WndProc(HWND__ *, unsigned int, unsigned int, long),
に個数に差が出るのですが、なぜなのでしょうか?

softya

Re:雛形ウィンドウのしょりについて

#2

投稿記事 by softya » 15年前

マルチポストになっちゃってますので、ちゃんと「規約と注意事項」を読んで頂きたいです。
http://oshiete1.goo.ne.jp/qa5451747.html

ベース

Re:雛形ウィンドウのしょりについて

#3

投稿記事 by ベース » 15年前

すみません。書き直します。

ベース

Re:雛形ウィンドウのしょりについて

#4

投稿記事 by ベース » 15年前

すみませんでした。

閉鎖

“C言語何でも質問掲示板” へ戻る