Forum Discussion
Hi,
Check that your DLL meets requirements from https://support.smartbear.com/testcomplete/docs/testing-with/advanced/using-external-functions/calling-from-dll/known-limitations.html.
Especially those:
-- Only standalone exported routines can be called from TestComplete tests. There is no way to call methods of exported classes.
-- The DLL routine to be called must match the stdcall
calling convention.
Also check the bitness of TestComplete and DLL (https://support.smartbear.com/testcomplete/docs/testing-with/advanced/using-external-functions/calling-from-dll/specifics-of-32-and-64-bit-dlls.html).
- TanyaYatskovska7 years ago
Alumni
nikki85, did you find an answer to your question? Please, share your solution with us.
- TanyaYatskovska7 years ago
Alumni
Have you tried suggestions given here? What exactly doesn't work when applying them?