Andreas_115 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 Hero15 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 DiscussionsUnable to activate floating license.SolvedTestcomplete closed itselflog message issues in testcomplete
Related ContentCalling DLL Objects from TestCompleteCalling C# dll from testcompleteJavaScript ECMA6 Asynchronous Calls