08-24-2006 11:25 AM
08-24-2006 11:35 AM
CVI is sensitive to the order of some #include files - a common way to avoid this type of error is to ensure that any #include <windows.h> statement is the first line of your source code, before any other #includes.
Or it could be something else...
JR