After getting a new PC, I installed LabWindows 5.5. A project which has run sucessfully on previous versions now stops with a build error. The error is in the file C:\MeasurementStudio\cvi\include\ansi\float.h at the pragma line:
#ifdef WIN32
#pragma pack(pop)
#endif
The error says "float.h"(42,22) Pack pragma valid values are 1, 2, 4, 8, and 16."
I dont understand this. The project has been compiling with no similar errors for the past 3 yrs on the previous version.