When I import CVI fp into labview it converts my const char * to int without any warning...
For example CVI function:
void my_func(const char *value);
Labview conversion:
void my_func(int *value);
Any help?
Thanks.
CVI 2010
LabVIEW 2011 SP1
Vision Builder AI 2011 SP1