求助!利用LR调用动态库,脚本应该怎么编写。老是报错
#include InterfaceDll.hvuser_init()
{
lr_load_dll("INTERFACE.dll");
lr_load_dll("udt.dll");
return 0;
}
#ifndef _INTERFACE_DLL_H
#define _INTERFACE_DLL_H
#include InterfaceDll.h
int resp_cmd_id;
const char* xml_data;
const char*source_id;
const char* server_ip;
const char* port;
char*connect_server;
Action()
{
lr_set_debug_message(LR_MSG_CLASS_EXTENDED_LOG | LR_MSG_CLASS_RESULT_DATA, LR_SWITCH_ON );
lr_save_string("120.76.123.90","5000");
voidoutput_resp(int resp_cmd_id, const char* xml_data, const char*source_id){
}
et_callback_function(output_resp);
connect_server("120.76.123.90","5000");
const char* server_ip=120.76.123.90;
const char* port=5000;
send_request(1002);
lr_set_debug_message(LR_MSG_CLASS_EXTENDED_LOG | LR_MSG_CLASS_RESULT_DATA, LR_SWITCH_OFF);
return 0;
}
报错内容是:
In file included from e:\performancetest\script\diaoyong\\combined_diaoyong.c:2:
vuser_init.c:11:24: `#include' expects "FILENAME" or <FILENAME>
In file included from e:\performancetest\script\diaoyong\\combined_diaoyong.c:3:
Action.c:5:23: `#include' expects "FILENAME" or <FILENAME>
我们公司的APP居然用的是UDT协议,完全不懂怎么调用。请大家帮忙啊 请大家帮忙 :'(木有人么 :'(石沉大海 本帖最后由 Nio 于 2016-10-20 17:15 编辑
InterfaceDll.h把这个文件要放到LR的脚本文件夹中,不然找不到。
引用的其它文件也要放到LR的脚本文件夹中
Nio 发表于 2016-10-20 17:13
InterfaceDll.h把这个文件要放到LR的脚本文件夹中,不然找不到。
引用的其它文件也要放到LR的脚本文件夹中 ...
全部都放在脚本文件夹中了,还是报同样的错误
页:
[1]