
Windows开发
punpuny
这个作者很懒,什么都没留下…
展开
-
How to solve problem caused when the CRT library and MFC libraries are linked in the wrong order
SYMPTOMSloadTOCNode(1, symptoms);When the C Run-Time (CRT) library and Microsoft Foundation Class (MFC) libraries are linked in the wrong order, you may receive one of the following LNK2原创 2007-08-18 13:56:00 · 556 阅读 · 0 评论 -
How to debug Control Panel applet (cpl) in VS .NET 2005
The following steps can help developer to debug cpl program in VS .NET 2005:1. Set debug command to C:/Winnt/system32/rundll32.exe or C:/Windows/rundll32.exe2. Set debug arguments to shell32.dll, Co原创 2007-06-05 13:52:00 · 490 阅读 · 0 评论 -
How to detect if a thread owns a message queue in Windows
To detect if a thread owns a message queue in Windows, use PostThreadMessage. If the function call fails, use GetLastError() to retrieve the error reason. It can be one of the following:1. the thread原创 2007-06-06 11:37:00 · 498 阅读 · 0 评论