怎样做成标准的windows动态库,而且参数为数组???(10分)

  • 主题发起人 主题发起人 hjp0214
  • 开始时间 开始时间
H

hjp0214

Unregistered / Unconfirmed
GUEST, unregistred user!
如题,。
 
function Format(const Format: string; const Args: array of const): string;<br>begin<br> &nbsp;FmtStr(Result, Format, Args);<br>end;<br>// ARGS参数就是开放数组,该函数来自sysutils.pas
 
参数应符合windows标准,做成动态库,可以有C、PB等语言调用
 
pchar可以
 
多人接受答案了。
 
后退
顶部