Forum Discussion
AlexeyK
Alumni
14 years agoHi Ed,
I'd suggest that you download a trial version of TestComplete 9 and check your script with it. As far as I know, guys made some changes to the DLL Access subsystem and to the subsystem that provides information about exported DLL functions, so, perhaps, the problem has gone.
If the problem persists, I'd suggest that you contact our Support Team.
Please describe the problem and include the function's declaration (that is, the way the function is declared in the source code), for instance, something like --
void VisaWriteOnly(LPSTR param1, LPSTR param2);
This will help our guys to reproduce the problem.