I have a tab control with a lot of numeric controls on it. I want to set the tab order of all these controls. I went to the tab control edit window, selected the "Tab Order" button at the bottom of the edit window and got the tab order edit window. I changed some of the control's tab order, clicked OK and compiled. I got a long list of compile errors, saying something like: Redifinition of macro '<name of control>'. These errors pointed to the #defines in the project.h file.
Is this a bug in CVI 8.1 or I am doing something wrong?