My LabWindows 2009 project includes a .H file from a UIR file and it compiles and runs correctly as expected. I migrated to LabWindows 2010 and then 2012 without issue. However, with LabWindows 2013 the compiler includes a different.H. My UIR is named Control.UIR which created the include file Control.h, but LabWindows 2013 includes
C:\Program Files\National Instruments\CVI2013\sdk\include\control.h instead of the one in my project. The #include statement appears to not care about the first letter being capitalized or not. My work around is rename my UIR and H files to non-conflicting file names. Is there something I am missing?
Thanks.