Extern 声明DLL函数

来自tradeStar帮助系统
(版本间的差异)
跳转到: 导航, 搜索
(以“{| class="wikitable" |- |函数 || Extern |- | 别名 || 声明DLL函数 |- | 所属类别|| 变量声明 |- | 参数数量 || 多个 |- | 运行模式|| 逐根/逐...”为内容创建页面)
 

2013年6月19日 (三) 14:11的最后版本

函数 Extern
别名 声明DLL函数
所属类别 变量声明
参数数量 多个
运行模式 逐根/逐行
说明 声明DLL函数。
用法 语法:

例:extern 'foxfunc.dll' void myfunc( NumericSeries resultArray, NumericSeries array, int n);

extern 'dllname' ,此处的dllname,可以是一个url地址(可以是dll或zip压缩文件),例如

extern 'http://www.hs633.com/fmldll/Position.zip' 或extern

'http://www.hs633.com/fmldll/Position.dll'

个人工具
名字空间

变换
操作
导航
工具箱