送分:我在c++builder中写了一个dll,但是不知道如何引出访问接口函数(100分)

  • 主题发起人 主题发起人 tecelent
  • 开始时间 开始时间
T

tecelent

Unregistered / Unconfirmed
GUEST, unregistred user!
最简原代码如下:<br>keylock.h<br>//---------------------------------------------------------------------------<br>#ifndef KeylockH<br>#define KeylockH<br>#include &lt;windows.h&gt;<br>extern "C" __declspec(dllexport) int SetKeyCaps();<br>#endif<br>//---------------------------------------------------------------------------<br>keylock.cpp<br>#include &lt;windows.h&gt;<br>int GetKeyCaps()<br>{<br>&nbsp; &nbsp;MessageBox(0,"hello","hello",MB_OK);<br>&nbsp; &nbsp;return 1;<br>}
 
好象要用LIBARY来生成DLL吧,查一下HELP有详细的说明
 
好久没来了,都忘了问了这个问题,早已解决了,不过还是谢了
 
后退
顶部