Forum Discussion

prakash_vasudev's avatar
prakash_vasudev
Contributor
12 years ago

Loading Debug build DLL from TestComplete

We are using DLL to call functions from it. We use DLL.Load() to load the DLL. If the DLL is built with Release build then I am able to load it. If the same DLL is built in debug mode then I am not able load using DLL.Load function. How do we load the debug build DLL from test complete? I am using VBScript.

  • Hi Prakash,


     


    As a rule, there is no difference between testing of the DLLs built with and without the debug information. The only thing that differs is that you don't need to declare the type of the function you want to call as TestComplete takes it from the debug information.


    Please check that. Perhaps, this is the cause of this behavior.