02-29-2008 04:44 AM
03-07-2008 09:05 AM
Dear Thomas
You probably have 2 options to make that work:
1. tweak your program using #undef
such that it doesn't throw that error; this might be cumbersome, though, because I'd expect other similar errors to show up;
2. not include ansi_c.h
; this approach is much easier, because most of the ANSI-C functions can be replaced by CVI functions anyway.
Best regards
Philipp R.
05-15-2013 03:45 PM
Is it possible to leverage timeb.h (and it's functionality) from LabWindows/CVI directly? If not, does LabWindows/CVI support comparable functionality?