Forum Discussion
rraghvani
3 months agoChampion Level 3
What you've done, is correct -
- You've defined the DLL type.
- You've defined the Parameter type
- You need to declare the Function type e.g. Def_DLL.DefineProc("NavigateTo", vt_string)
- You've loaded the DLL in memory
- Now you need to call the Function i.e. Lib.NavigateTo("")
Refer to https://support.smartbear.com/testcomplete/docs/testing-with/advanced/using-external-functions/calling-from-dll/index.html and the examples.
Related Content
Recent Discussions
- 20 hours ago
- 21 hours ago
- 5 days ago