Is it possible to load all DLL functions into TestComplete?
Hi, I want to call all the functions from DLL like 'include' in C. I read the article "How to Call a DLL Routine From your script". This can call only one function, if I understood correctly...
The only other way I know of is if the DLL represents a COM object in which case you can instantiate it using Sys.OleObject() and then reference the functions that way.