Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

My UIRCallbackTable.c file is not getting updated to reflect my changes

I am using my CVI code in Visual C++ and I removed some fields in the .uir file that had callbacks. The UIRCallbackTable.c file is not getting written to to reflect the change. I am using Clearcase and I have the file checked out. I am getting unresolved external symbol errors for these callbacks as a result. Any ideas on why this would happen?
0 Kudos
Message 1 of 2
(2,976 Views)
Are you using Visual C++ 6.0, Visual C++ 2002, or Visual C++ 2003?

In each case, Measurement Studio installs a Visual Studio add-in that monitors the .uir file for changes and updates the callbacks file as appropriate. Make sure that the add-in is enabled in the Visual Studio environment that you are using. In VC6, the add-in is named LabWindows/CVI VC AddIn. Go to Tools>>Customize>>Add-ins and Macro Files to enable it. In VC2002 and VC2003, this functionality is part of the main Measurement Studio add-in. Go to Tools>>Add-in Manager to enable it.

If the add-in is enabled, and updates still aren't happening, please post a .zip file with your CVI project and your VC project so that we can check it out.
0 Kudos
Message 2 of 2
(2,976 Views)