51Testing软件测试论坛

标题: loadrunner 的lreal_open_player报错 [打印本页]

作者: lkk0226    时间: 2016-12-19 11:12
标题: loadrunner 的lreal_open_player报错
使用loadrunner的lreal函数报错:
Action.c(14): Error: C interpreter run time error: Action.c (14):  Error -- Unresolved symbol : lreal_open_player.
Action.c(14): Notify: CCI trace: Compiled_code(0): Action()


作者: 梦想家    时间: 2016-12-19 12:03
http://www.360doc.com/content/10/0919/13/873413_54843131.shtml不知道里面有没有解决的  我不会用lr 你可以去lr板块问一下
作者: 锡纳    时间: 2016-12-19 16:50
是不是把那个函数,贴图出来看看呢?
目前看是编译错误
作者: lkk0226    时间: 2016-12-21 11:16
锡纳 发表于 2016-12-19 16:50
是不是把那个函数,贴图出来看看呢?
目前看是编译错误

int LR_FUNC Action()

{

    lreal_open_player(1);

    lreal_open_url(1,"http://music.hollywoodandvine.com/playra.asp?ClubID=25&TranSpeedTypeID=5&ContentTypeID=2&MediaAttributeID=4&TrackID=941");

    lreal_play(1, 69069);

    lreal_stop(1);

    lreal_close_player(1);

return 0;

}
资料上的示例就是这样的




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