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.