T
tecelent
Unregistered / Unconfirmed
GUEST, unregistred user!
最简原代码如下:<br>keylock.h<br>//---------------------------------------------------------------------------<br>#ifndef KeylockH<br>#define KeylockH<br>#include <windows.h><br>extern "C" __declspec(dllexport) int SetKeyCaps();<br>#endif<br>//---------------------------------------------------------------------------<br>keylock.cpp<br>#include <windows.h><br>int GetKeyCaps()<br>{<br> MessageBox(0,"hello","hello",MB_OK);<br> return 1;<br>}