Put simply, a Unicode program is a special version that runs slightly faster than an ANSI one, but only runs on Windows NT.阅读全文>
发表于 @ 2007年02月16日 02:47:00|评论(loading...)|收藏
When I started to debug a Com+ project with VC8, I saw many incorrect value in the watch window, and abnormal step through path阅读全文>
发表于 @ 2006年12月22日 08:19:00|评论(loading...)|收藏
When I upgrade an exe project from VC7.1 to VC8, it says upgrade
succeed. But When I try to compile the project, it outputs a lot of errors. 阅读全文>
发表于 @ 2006年12月22日 07:42:00|评论(loading...)|收藏
An ATL/COM project can be built and registered successfully under VC7.1/VS2003. After upgrade this project to VC8/VS2005 using the upgrade wizard, it can be built successfully but can not register. Regsvr32 returns nothing for debug version and no sense message for release version.阅读全文>
发表于 @ 2006年12月13日 03:37:00|评论(loading...)|收藏
1.标准windows消息 WM_XXX;
2.命令消息 WM_COMMAND;
3.Notification消息
阅读全文>
发表于 @ 2005年01月04日 11:16:00|评论(loading...)|编辑|收藏
由你设计但却由windows系统调用的户数,统称CallBack函数。阅读全文>
发表于 @ 2005年01月04日 11:10:00|评论(loading...)|编辑|收藏
Class与Class之间的关系,是MFC区别于普通Class Library最重要的一点。阅读全文>
发表于 @ 2005年01月02日 12:17:00|评论(loading...)|编辑|收藏