Martin,
This is a known issue that will get fixed in the next release of CVI. In the meantime, open your cvi/include/ansi/string.h file and modify the prototype for strnicmp to be
int CVIANSI strnicmp(const char *, const char *, size_t);
This should solve the compiler error.
Regards,
Azucena
NI