Hello,
iam trying to access a function within a Dll, programmed with Borland C++ Builder.
Prototype of function: int GetImage(char *pBuf, DWORD *pdwLen)
Normaly the function returns an state, fills up the pBuf and the pdwLen.
I created a new Action-Step in Teststand with the C++ Dll Adapter.
There the function will be called with the corresponding parameters.
But the return value is the error code 5(it means, pBuf or pdwLen == NULL).
How can i assign the right parameters?
Any idea?
Thanks a lot.
Ronny