Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

LabWindows/CVI Addln requirement error

I received the following error and I don't know what it means. "To accurately meanage your UIR callback table file, the LabWindows/CVI Addln requires that you save the project file before you build the project". I do not know what this means or what to do about this. I built a new project from a NI project.
Thanks!
0 Kudos
Message 1 of 4
(3,459 Views)
The CVI Addin is used to manage your CVI UIR callbacks when you use Microsoft Visual Studio to compile your CVI application. This ensures that if you make any changes to the UIR file, appropriate changes will be made to the Visual C++ project files. This addin is really useful in making sure you dont start getting project errors if you are still making changes to the CVI UIR after it was imported into VC++.

You can turn off this addin by going to Tools >> Customize >> Addins and Macro tabs, and de selecting the LabWindows/CVI addin.

Hope this explains things.

Bilal Durrani
NI
Bilal Durrani
NI
0 Kudos
Message 2 of 4
(3,459 Views)
Bilal,
Thank you for your response. However, I do want my LabWindows/CVI eabled. I just don't know what this message means. Which project is it referring to(the NI project or the VC++ project).
Thanks,
Donna
0 Kudos
Message 3 of 4
(3,459 Views)
Hi Donna,

The project that the message is referring to is the Visual C++ project file, so if you save it the LabWindows/CVI add-in will be satisfied.

David Mc.
NI Applications Engineer
0 Kudos
Message 4 of 4
(3,459 Views)