Hi everyone!
 
I am just a begginer with LabWindows/CVI and would like to use TCL commands from my CVI project. To do so, I have already added the tcl.h and the corresponding lib, but got some errors:
 
 Test.c - 20 errors,2 warnings
  "tcl.h"(201,21)  Redefinition of macro 'DLLIMPORT'.
  "tcl.h"(202,21)  Redefinition of macro 'DLLEXPORT'.
  "tcl.h"(416,33)  syntax error; found 'identifier' expecting ';'.
  "tcl.h"(417,37)  Redeclaration of '__int64'.
  "tcl.h"(417,37)  syntax error; found 'identifier' expecting ';'.
  "tcl.h"(661,5)   syntax error; found 'identifier' expecting '}'.
  "tcl.h"(661,26)  Warning: Empty declaration.
  "tcl.h"(662,1)   Unrecognized declaration.
  "tcl.h"(714,63)  Missing parameter type.
  "tcl.h"(714,63)  syntax error; found '*' expecting ')'.
  "tcl.h"(796,5)   syntax error; found 'identifier' expecting '}'.
  "tcl.h"(802,1)   Unrecognized declaration.
  "tcl.h"(815,59)  syntax error; found '*' expecting ')'.
  "tcl.h"(815,60)  Extraneous formal parameter specification.
  "tcl.h"(816,59)  syntax error; found '*' expecting ')'.
  "tcl.h"(816,60)  Extraneous formal parameter specification.
  "tcl.h"(817,51)  syntax error; found '*' expecting ')'.
  "tcl.h"(817,52)  Extraneous formal parameter specification.
  "tcl.h"(874,5)   syntax error; found 'identifier' expecting '}'.
  "tcl.h"(874,26)  Warning: Empty declaration.
  "tcl.h"(879,1)   Unrecognized declaration.
  "tcl.h"(1165,9)  syntax error; found 'identifier' expecting '}'.
I am not sure about what is the problem, cause I have donde the same thing in a Dev-Cpp project and worked perfectly.
 
I would really appreciate any comment you can add.
 
Regards!