51Testing软件测试论坛

标题: 求助!利用LR调用动态库,脚本应该怎么编写。老是报错 [打印本页]

作者: 温温的媚眸    时间: 2016-10-20 15:52
标题: 求助!利用LR调用动态库,脚本应该怎么编写。老是报错
#include InterfaceDll.h
vuser_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");
         
      void  output_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>



作者: 温温的媚眸    时间: 2016-10-20 15:53
我们公司的APP居然用的是UDT协议,完全不懂怎么调用。请大家帮忙啊
作者: 温温的媚眸    时间: 2016-10-20 15:53
请大家帮忙
作者: 温温的媚眸    时间: 2016-10-20 15:59
木有人么
作者: 温温的媚眸    时间: 2016-10-20 16:07
石沉大海
作者: Nio    时间: 2016-10-20 17:13
本帖最后由 Nio 于 2016-10-20 17:15 编辑

InterfaceDll.h把这个文件要放到LR的脚本文件夹中,不然找不到。
引用的其它文件也要放到LR的脚本文件夹中

作者: 温温的媚眸    时间: 2016-10-20 17:38
Nio 发表于 2016-10-20 17:13
InterfaceDll.h把这个文件要放到LR的脚本文件夹中,不然找不到。
引用的其它文件也要放到LR的脚本文件夹中 ...

全部都放在脚本文件夹中了,还是报同样的错误




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2