-
VB 6 - Code analysis
does anyone have any recommendations for a reasonably priced code analysis software package for vb6?
looking for something that can evaluate source code and runtime, look for dead code and poorly written code. create flow charts. etc etc.
i know of http://www.aivosto.com/ , but are there any alternatives? how good is aivosto? is it worth the cost?
thanks!
-
Re: VB 6 - Code analysis
MZTools has some basic code analysis in it,.... it produces an amazing amount of information. It won't detect poorly written code or bad logic errors, but it does detect dead code.
-tg
-
Re: VB 6 - Code analysis
Google VBLAW. It's pretty good, it detects EVERYTHING. It has a free trial too, so go check it out.