Forum Discussion
rraghvani
Champion Level 3
2 years agoWhat 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.