11-11-2013 10:52 AM
Labwindows 2013. I have a UIR with about 100 objects. Now when I add an object (control, text, anything) the object does not show up on the panel when I run in debug mode. But the object/s do show up when I create and run the executable. Sometimes, the addition of the object causes an error (function unavailable for the control type, for example) when pragmatically accessing in debug mode, but not the executable. It seems like debug mode is not reading the uir file correctly. Any ideas?
Solved! Go to Solution.
11-11-2013 11:02 AM
Does your project have Embed Project UIR options enabled? You may read the annonucement discussion (from here on) for some detail about it, but the short story is that this option appears to let CVI IDE misbehave when creating new controls.
11-11-2013 11:08 AM
Got it. Disabled embed UIR for debug. Thanks!