03-06-2006 02:45 PM
03-07-2006 10:13 AM
03-07-2006 10:35 AM
Luis,
I noticed that your list of incompatable things between 8.0 and 6.0 include graphs. Since graphs are compatable between 7.0 and 6.0 would I be able to reasonably assume that graphs are not backward compatable from 8.0 to7.0. Is there a list of these backwards compatability issues in a .pdf file somewhere on NI site that I would be able to look at?
03-07-2006 11:42 AM
03-07-2006 01:35 PM - edited 03-07-2006 01:35 PM
If you really must support both version 6 and 8 with the same source code, convert the uir to a source file with the UI to source code converter on the tools menu. The resulting source can be tweaked to removed any version 8 dependancies. You can also use conditional compiles to use different features based on the version the source is compiled under. Works great.
And to those of you at NI who added the UI converter feature a big thank you! It still find it very useful even after the ability to embed the uir in the exe was added.
Message Edited by mvr on 03-07-2006 01:36 PM