I m developing in C code that uses the Win32 Api to create multiple windows.
I used createWindow
twice - to create parent and child windows.
I have a message loop
while ( GetMssage (&msg, NULL,0,0)){
.
translate
dispatch
.
}
但是,我只获得“<代码>WND_Proc的功能,一次,而不是每个窗口两次。
我做了什么错误?