09-19-2013 04:05 AM
hallo,
just had the case, that an application built with CVI 2012 did not run on a machine with RTE 2010 installed. is there a possibility to check and echo this to the user in the kind "found version <a> but need <b>" ?
best regards
Simon
09-23-2013 07:34 AM - edited 09-23-2013 07:40 AM
Hello Simon,
did you distribute your application in an installer package?
You can avoid possible incompatibilities by building an installer package, which contains your application the RTE 2012 that is required to run it.
You can leave the old RTE 2010 on your target machine if you still need it, but the latest version is always fully backwards-compatible to applications built with previous versions of CVI. See here for further information on compatibility.
I think that this would also solve your question, because if you install the right RTE you don't really need to check for the installed versions...?
Hope that helps,
Michael
09-24-2013 07:33 AM
Thanks Michael,
I hope this information is helpful für Simon.