10-03-2008 03:28 AM - edited 10-03-2008 03:29 AM
Hai,
Iam curious to know with which programming language or environment the LabVIEW is built?? Is the platform same from 6i or is there a platform shift from any of the versions??
10-03-2008 06:18 AM
I can't say I know the details, but the LabVIEW core and IDE is probably mostly a mix of C and C++, maybe with some assembly thrown in (?). Parts of the IDE are written in LabVIEW itself (e.g. property windows, the options dialog), sometimes calling private functionality exposed from the underlying C code.
Regarding IDEs, LabVIEW has been evolving for over 20 years, and I'm sure NI used all kinds of tools during that time frame. LabVIEW also runs on multiple platforms and has some specific code for each platform, so I'm assuming there are multiple IDEs, even in parallel.
Obviously, to get a qualified answer, you would need someone who actually worked on it.