I am having some trouble when try to use the 2013 CVI function.
in the main routine I include the hearder file of GetCompName();
#include "toolbox.h"
defined the variable with
char ComputerName[MAX_COMPNAME_LEN];
and in Main.c I just put GetCompName(ComputerName);
but I keep getting the error message: error: Undefined symbol '_GetCompName@4' referenced in "f:\XXX\Test\cvibuild.test\Debug\test.obj". everything is fine if I comment out the section of GetCompName(ComputerName);
Is there anything I missed? Or is it because the system have compatible issue? I am using Windows 7 64bit environment.