LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Missing UIR event when using Visual Studio DLL

I used LabWindows 6.0 to create an instrument driver DLL and soft front panel UIR application.  I just ported the DLL over to Visual Studio 2005 and now my UIR has problems.
 
In Edit->Panel, I set the "Close Control" to a"Hot" control.  When the panel is closed using the CVI DLL it fires an EVENT_CLOSE to the panel callback and then an EVENT_COMMIT to the control callback.  Using the Visual Studio DLL I onle get the panel callback.
0 Kudos
Message 1 of 2
(2,922 Views)
Hi bbwpdad,

Did make sure to create your obj or source file for External Compiler Support with the latest version of your UIR file?  I think the first thing I would try is to rebuild that by going to Build>>External Compiler Support and click create, then replace that with the one in your project. 

I tried this out using CVI 8.5 and had no problems.  If you are still having problems tomorrow I can try it in CVI 6 to see if there are any differences, but I think it should be about the same.
Kristen
National Instruments
0 Kudos
Message 2 of 2
(2,900 Views)