Andreas_114 years agoCall C DLL from jsIm trying ta access a routine in a C DLL but cant get the call right. The code ive tried this far is like this: function testsDLLCall() { var Def_Enviroment, Def_DLL, pointerd...Show More
AlexKarasCommunity Hero14 years agoHi Victor,> DD_WRAPPER_API int getDataInt(char* signalName, int* result);Two notes:a) According to TC documentation, functions must use stdcall calling convention so TC can call them; andb) AFAIK, JScript does not support pointers and thus cannot call functions that have such parameters.P.S. I hope that Support will correct me if/where needed.
Recent DiscussionsBreakpoints in external files with python 3.13?Oracle Forms window with dynamic name - unable to click on subsequent runsConverting VB Script Tests
Related ContentCalling DLL Objects from TestCompleteCalling C# dll from testcompleteJavaScript ECMA6 Asynchronous Calls