Forum Discussion
AlexKaras
Champion Level 1
14 years agoHi
Venkateswaran,
I would recommend you to carefully go through help topics that describe calling DLL functions from TestComplete scripts and follow their recommendations/samples (http://support.smartbear.com/viewarticle/11430/ and related) as on the first glance the DefineProc call in your code is still incorrect - AFAIR, the function's return type must be the last parameter, while in your code it seems to be in the middle.
Venkateswaran,
I would recommend you to carefully go through help topics that describe calling DLL functions from TestComplete scripts and follow their recommendations/samples (http://support.smartbear.com/viewarticle/11430/ and related) as on the first glance the DefineProc call in your code is still incorrect - AFAIR, the function's return type must be the last parameter, while in your code it seems to be in the middle.