Forum Discussion
AlexeyK
Alumni
14 years agoLefevre,
>> After severals test, i did find that the System path, is not used for searching (Dll and bpl).
As far as I know, TestComplete uses standard WinAPI functions to find DLLs. So, place your DLL and BPL to a "common" folder like Windows\System32 or specify the path to them in the PATH environment variable; TestComplete should be able to find them.
Alternatively, specify the DLL name with the path when calling the DLL.Load function.