delphi 调vc写的dll

bingbingliangliang 2008-06-25 09:45:03
hh
T_nn( const char *pt, const int nt, const TPAR lPara, int *pError, int *pe = NULL );

在delphi里如何定义?
...全文
63 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
小呆之家 2008-06-25
  • 打赏
  • 举报
回复
hh:这是什么返回类型?
//这是原型?
hh T_nn( const char *pt, const int nt, const TPAR lPara, int *pError, int *pe = NULL );

function T_nn(pt:Pchar;nt:integer;lPara:TPar;var Error:integer;var pe:integer):integer;stdcall;


我真的是大海 2008-06-25
  • 打赏
  • 举报
回复
procedure T_nn(pt:Pchar;nt:integer;lPara:TPar;var Error:integer;var pe:integer);
或者
procedure T_nn(pt:Pchar;nt:integer;lPara:TPar;PError:PInteger;pe:PInteger);

16,749

社区成员

发帖
与我相关
我的任务
社区描述
Delphi 语言基础/算法/系统设计
社区管理员
  • 语言基础/算法/系统设计社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧