10-12-2009 10:42 PM
hello
may i convert a vi (source file) to a c++ (source file) ?
thank you for your help
10-12-2009 10:58 PM
10-12-2009 11:07 PM
10-13-2009 01:00 AM
Dennis Knutson wrote:
It does not matter whether you post your code or not. There is no conversion from LabVIEW source code to C++ source code.
The LabVIEW Microprocessor SDK does actually do something like this (although it produces ANSI C if I'm not mistaken). But that is not really a useful solution in terms of converting a LabVIEW VI into C code.
It only works in combination with the supported embedded OSes (unless you want to write an entire suite of C libraries to provde the required embedded OS support), its code is compileable but not really readable, and last but not least its price is way to high to use it as a translation tool.
So basically Dennis is right, there is no such (useful) conversion.