dll(50分)

  • 主题发起人 主题发起人 冰冰
  • 开始时间 开始时间

冰冰

Unregistered / Unconfirmed
GUEST, unregistred user!
在c++bulider与delphi中怎样调用vc6.0写的dll
 
和delphi写的一样的调用,不过要注意stdcall的问题
 
Function IC_InitComm(port:Integer):Integer;stdcall;
far;external 'Dcic32.dll' name 'IC_InitComm';
 
后退
顶部