From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From Saturday, Nov 23rd 7:00 PM CST - Sunday, Nov 24th 7:45 AM CST, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
10-26-2004 04:20 PM
10-27-2004 08:03 AM
10-27-2004 12:21 PM
02-07-2006 07:51 AM
02-09-2006 12:58 AM
02-09-2006 08:23 AM
I've tried this a little bit already, but at your suggestion, I tried to do this again, with some more thought. No success....
I realize that the conflicts are coming from "winerror.h" and "wingdi.h" which don't show up in the include tree in the source code browser. I'm sure it has to somehow be coming from cvi_db.h (the sql toolkit db header). If I replace that file in the project with the backed up version from labwindows 4.0 it builds ok. When I switch back to the 7.0 version, I get the redeclaration and redifinition errors. I believe this new header is somehow causing labwindows to include several sdk headers that I shouldn't need. It doesn't matter what order I put this file in the includes, I still get errors.
Thanks
02-10-2006 04:58 PM
02-13-2006 07:54 AM
10-03-2012 07:26 AM
I know this is an older thread; but it was the first link that came up in a Google search for this issue when it happened to me. The info here wasn’t helpful to me so I thought it would be nice to add what my problem was in case it helps other people.
My issue was that after editing the elements of a structure defined in one file; CVI for some reason did not mark another file dependent on that structure for recompilation. So while compiling the rest of my project most of the files had the new structure setup, while this one file did not and so this error was thrown.
My solution was to mark all files for recompilation and the error was cleared on the next build.