LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Code Analyzer for labwindows

Hello ..... My question is , as we use cpp check to analyze C/C++ code....is their any tool available by national instruments or by other company to analyze code written in labwindows...

 

Regards,

SA

0 Kudos
Message 1 of 11
(4,886 Views)

Try Unity for static code analysis..

0 Kudos
Message 2 of 11
(4,824 Views)

Since CVI has been using clang compiler since version 2013, I think the best option is to use Clang Static Analyzer.

Does CVI supply an out-of-the-box integration for it?

 

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 3 of 11
(4,813 Views)

HI Vix, I would like to give a look to the tool you mention but the antivirus claims the page is risky due to some trojan in the downloads Smiley Frustrated

Have you an alternative, more secure link?



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 4 of 11
(4,803 Views)

Hi Roberto,

which antivirus do you use?

If it is McAfee, it's quite common to have false positive and you should submit the link to McAfee.

In a couple of days you should be able to access the page.

 

The page itself allows you to download a build for Mac OS X and source code for other platforms.

If NI didn't include it in CVI, I think you must rebuild it from sources and it could be a little bit frustrating.

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 5 of 11
(4,800 Views)

It's Norton Security and I don't seem to see a link where to ask for a page review...



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 6 of 11
(4,795 Views)

Maybe this page, with option "A4 - When browsing the web" can work.

Do you have the chance to try?

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 7 of 11
(4,792 Views)

thankx....



 

0 Kudos
Message 8 of 11
(4,779 Views)

I've just remembered that some years ago I created a product suggestion on this topic.

Feel free to give kudos if you like.

Vix
-------------------------------------------
In claris non fit interpretatio

-------------------------------------------
Using LV from 7
Using LW/CVI from 6.0
0 Kudos
Message 9 of 11
(4,760 Views)

 The PVS-Studio analyzer works (with Clang), too.

-----------------------
/* Nothing past this point should fail if the code is working as intended */
0 Kudos
Message 10 of 11
(4,753 Views)