51Testing软件测试论坛

标题: 关于QTP调用自定义DLL返回数组的问题,求解 [打印本页]

作者: jimmyzhou    时间: 2009-10-13 20:55
标题: 关于QTP调用自定义DLL返回数组的问题,求解
自己用C++编写了个DLL,用QTP调用,返回两个值,一个是窗口的句柄数组,一个是窗口的数量:
Extern.Declare  micInteger, "FindAllVisibleWnd", "d:\TestLibrary.dll", "FindAllVisibleWnd", micLong+micByRef , micUInteger+micByRef
Dim strText(100)   
Dim MyVarPtr
MyVarPtr = 0
msgbox Extern.FindAllVisibleWnd(strText(0), MyVarPtr)
msgbox MyVarPtr
本打算定义一个数组把数组地址传进去,但是VBS好像不支持数组取地址,求解决办法

[ 本帖最后由 jimmyzhou 于 2009-10-14 10:22 编辑 ]
作者: jimmyzhou    时间: 2009-10-14 12:08
谁帮帮忙啊,搞不定啊
作者: louis_lu    时间: 2009-10-14 16:17
楼主可以换个考虑问题的思路了...
如果实在不行,建议你把DLL里的函数改一下,然后循环处理数组里的每个值.
作者: tuojing    时间: 2009-10-19 10:36
标题: qtp action调用获取不了参数值,单独运行是可以的
我的“查找货源”需要调用“添加司机”    调用Action   call to existing action,添加司机室一个re-usable action  为什么单独运行都是成功的,调用之后之后取不到添加司机的参数值?跑到添加司机就出错误了,错误如下:


The retrieve DataTable.Value operation failed. The <name> column does not exist.
Line (7): "Browser("中国智能配货网").Page("司机管理").WebEdit("司机姓名").Set DataTable("name", dtGlobalSheet)".
Tip: To better understand the cause of failed steps, you can record movie clips of run sessions and view them together with the step result details.
作者: jimmyzhou    时间: 2009-11-19 18:21
楼上的,你发错地方了




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