LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Why am I getting the errors?

My software has been running fine. When I tried to run it this morning it could not find "dataacq.h" and I thought this was strange. It prompted me to look for it so I did. Right after this everytime I tried to run it I starting getting these errors:

 Georgio.c - 4 errors
  "stdlibex.h"(25,9)    syntax error; found '__cdecl' expecting ';'.
  "stdlibex.h"(26,9)    syntax error; found '__cdecl' expecting ';'.
  "stdlibex.h"(27,18)   Redeclaration of '__int64' previously declared at stdlibex.h:26.
  "stdlibex.h"(27,18)   syntax error; found '__cdecl' expecting ';'.
 sw_rack_config.c - 4 errors
  "stdlibex.h"(25,9)    syntax error; found '__cdecl' expecting ';'.
  "stdlibex.h"(26,9)    syntax error; found '__cdecl' expecting ';'.
  "stdlibex.h"(27,18)   Redeclaration of '__int64' previously declared at stdlibex.h:26.
  "stdlibex.h"(27,18)   syntax error; found '__cdecl' expecting ';'.
 UpnetDigital.c - 4 errors
  "stdlibex.h"(25,9)    syntax error; found '__cdecl' expecting ';'.
  "stdlibex.h"(26,9)    syntax error; found '__cdecl' expecting ';'.
  "stdlibex.h"(27,18)   Redeclaration of '__int64' previously declared at stdlibex.h:26.
  "stdlibex.h"(27,18)   syntax error; found '__cdecl' expecting ';'.
 top_level.c - 1 warning
  175, 23  Warning: Result of unsigned comparison is constant.
 HX_TEST.c - 3 warnings
  114, 43  Warning: Overflow in constant expression.
  115, 42  Warning: Overflow in constant expression.
  116, 42  Warning: Overflow in constant expression.

0 Kudos
Message 1 of 2
(2,974 Views)
Sorry,
 I panicked. The reason I was getting the errors is because I was running version 6.0 instead of 7.1. Sorry
0 Kudos
Message 2 of 2
(2,972 Views)