Forum Discussion

nikki85's avatar
nikki85
Contributor
6 years ago

Call function of DLL at testcomplete

Hi Buddy , i failed to call function of DLL which is developed in C++ the function of DLL in C++ as below #include "stdafx.h"  int add(int a, int b) {   return a + b; }   my script at...