11-13-2009 11:51 AM
11-13-2009 03:32 PM
A couple of quick suggestions:
1. Try recompiling the c files that define the EasyTab fp. You may be working with old .obj files. (See CVI help on Instrument >> Edit, and Loading / Unloading drivers)
2. Note that there is now a native tab control in CVI that you might want to move to, but I don't think it would be necessary.
Are you running the executable from within the IDE on the development machine or on another one?
--Ian
11-13-2009 03:43 PM
11-13-2009 03:45 PM
|
Ian,
Thanks. I tried to recompile the instrument (EasyTabs.fp) this had no affect.
I may need to look into the new CVI tab control that is native.
Thanks,
Rich
11-16-2009 04:10 PM
Rich,
If your project has a reference to the easy tab library, remove it and re-add it just to be sure it's linking to the library included in CVI 9.0.1.
Going forward, the easy tab library is not being updated because of the newer native tab control, so if you can move to that, I'd recommend it, but there's no reason your old code shouldn't work...we just have to figure out what's wrong with it if you want to continue to go in that direction.