C++ dll failed to load
♥ 0 |
Hi Team, I am trying to load C++ dll but it is failing with error: Action.c(6): Error: C interpreter run time error: Action.c (6): Error — File error : LoadLibrary(Medtronic.CareLink.Performance.TestPlugins.ToolAgnostic.NativeWindowsWrapper.dll) failed : The specified module could not be found. Refer to snapshot for the script and error msg.
Marked as spam
|
Private answer
You could print out the return code to get a little more specific information. lr_message("return code = %d", result); The lr_load_dll function returns 0 on success, 10 if an out of memory condition resulted, It appears that the dll file is not found. Marked as spam
|
|||
Private answer
Unfortunately, the script "Extra file" does not support .dll files. The red X tells you that file type is not support in the "extra files" The following are examples of valid file types that can be added as extra files: .ws, .h,.c., dat, .ini, .vbs, .java, .js, .txt, .tux, .rec, .msc, .vdf, .xml, .xsl, .dtd, .html, .htm
Please review the lr_load_dll help site for detail about this Loadrunner function Marked as spam
|