LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI and code analyzer and optimizer...

Is there a possibility to use some code "analyzer and optimizer" with CVI... our cie use NuMega... for VC++ and VB can I use it "if yes how else wich one can I use"...
0 Kudos
Message 1 of 2
(2,912 Views)
CVI doesn't provide any mechanisms for using 3rd party code analysis packages internally, but if the software you are describing is meant to just analyze a text .c file and make suggestive alterations through its own interface, yes you could just tell this stand alone analyzer to look at any .c file and then bring it into CVI to be compiled. Note that CVI is an ANSI C compliant compiler only, no C++ syntax can be compiled by it and any type definitions, constants or symbols must be available at build time in order to successfully create any target file.

Jason F.
Applications Engineer
National Instruments
www.ni.com/ask
0 Kudos
Message 2 of 2
(2,912 Views)