masterfy

 

05 2010 档案

Error 1 error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
摘要:以下解决办法转自CSDN:BaseClasses\ctlutil.h(278) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int错误发生在:operator=(LONG); 函数定义中,这是因为在VC6中,如果没有显示的指定返回值类型,编译器将其视为默认整型;但是v... 阅读全文

posted @ 2010-05-14 01:27 masterfy 阅读(3455) 评论(0) 推荐(0)

VS调试时SetWindowsHookEx返回0,全局钩子(hook)无效
摘要:解决办法:1). 在 Visual Studio 中打开项目。2). 在“项目”菜单上单击“属性”。3). 单击“调试”选项卡。4). 清除“启用 Visual Studio 宿主进程”复选框。 阅读全文

posted @ 2010-05-10 17:00 masterfy 阅读(1373) 评论(0) 推荐(0)

导航