- 博客(3)
- 收藏
- 关注
原创 error C2664:
error C2664: 'SetWindowsHookExA' : cannot convert parameter 4 from 'void *' to 'unsigned long' void SetHook() { g_hMouse=SetWindowsHookEx(WH_MOUSE,MousePROC,NULL,GetCurrentThread()); // g_hKey
2012-07-12 18:01:08
549
转载 VC编译时,提示no compile tool is associated with the file extension错误
原因是你目前打开的是.h文件,而C++程序中,.h的头文件是不参与编译的。 你只需要把其他.c文件或者.cpp文件,双击打开,这时在编译就不会提示了
2012-07-10 15:32:27
599
转载 LINK : fatal error LNK1168: cannot open Debug/Test.exe for writing
在学习VC++的时候,遇到的错误: LINK : fatal error LNK1168: cannot open Debug/Test.exe for writing解决办法: 打开任务管理器,将test.exe进程杀掉,然后重新编译链接,就可以了。
2012-07-10 15:18:06
1252
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人