03-27-2008 03:03 AM
Hi everybody,
I have a DLL (externally supplied) that required a char** parameter – see the function prototype bellow :
int INIT (int Port, char **MessageErreur)
Does anyone know what type of TestStand variable use ?
When I call the function in TestStand 3.5, I obtain the following message : “The parameter information for this function is missing the first array dimension size for one or more parameters. You must enter the correct sizes for these parameters in the Specify Module dialog.”
And TestStand defines for the parameter a :
Category : Array of Strings
Type : C String (const)
Dimensions : 1
Dim 1 Size : “Blanc” -> this is why we obtain the error message
For me, an array of strings is not correct since I am expecting a string.. of course, I already tried to change the Type and use the Sting Category.
Thanks in advance for any help,
Chris
03-27-2008 07:26 AM
03-27-2008 10:09 AM
03-27-2008 10:43 AM