Reading String output of a DLL in Sikuli

Asked by Vinitha Palanisamy

Hi,

I have a DLL which was built using LabVIEW. The syntax of the function I have to call in Sikuli is given below.

void __cdecl ReadString(char StrOutput[], int32_t len);

The DLL was built with 'C Calling Convention'. Can anyone please help me to handle the C type String in Sikuli? I have tried some methods but nothing seems to be working.

Thanks,
Vinitha

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

please provide a code snippet, where you call the DLL and try to evaluate the return value.

Revision history for this message
RaiMan (raimund-hocke) said :
#4

by user himself