08-11-2006 04:08 AM
"CP210xManufacturingDLL.h"(166,31) Illegal initialization for parameter 'bConvertToUnicode'.
CP210xDLL_API
CP210x_STATUS
WINAPI
CP210x_SetSerialNumber(
HANDLE cyHandle,
LPVOID lpvSerialNumber,
BYTE bLength,
BOOL bConvertToUnicode = TRUE <<<<<<<<<<<<<<< This line
);
08-11-2006 05:02 AM
As long as you include all parameters to the dll function when you call it from CVI there should not be a problem.
JR
08-11-2006 05:25 AM
07-16-2009 01:02 AM
Hi, Johnc
Can you tell me how to slove this problem?
Thanks.
SCC