Does anyone know of a tool to analyze/navigate VB6 source code like the tool from scitools?
相关问题
- Convert VB's Val to Java?
- Invalid Picture In Visual basic 6
- Compile is really slow for a solution with many pr
- vb6 Open File For Append issue Path Not Found
- DSN-less ODBC connect string for legacy Sybase Ada
相关文章
- Reading (with Filesystem.FileGet) VB6 record file
- What is the best way to cleanup the resources used
- Trim all types of whitespace, including tabs
- How to destroy an object
- How to prepend a header in a text file
- VB6 — using POST & GET from URL and displaying in
- Using a VB6.dll in .Net
- Dynamic two or more levels sub-menu generation in
VBDepend is now available,it's NDepend like for vb6.
Our SD Source Code Search Engine is a language sensitive tool for search across large bodies of source in VB6 (and it understands many other langauges, e.g, C, C++, C#, Java, COBOL, PHP, ... at the same time!).
It understands the structure of the langauge (identifiers, numbers, keywords, strings, operators, comments, whitespace) and lets you formulate queries for code constructs in terms of those entities. Because it understands langauge structure, it is isn't fooled by whitespace changes or line breaks, and this significantly reduces the number of false positive hits.
The Source Code Search Engine preindexes your source code base to provide extremely fast searches even over millions of lines of code. The Graphical UI shows hits on queries; from there, a single mouse click can show you the source code for hit. From the souce code, you can go directly into most editors.
As a side effect of indexing the code base, the SCSE also computes various metrics per file: SLOC, NCSLOC, McCabe and Halstead complexity numbers, etc.
A unique kind of analysis the we offer for VB6 that is different than SciTools is duplicate code detection.
Maybe Project Analyzer is an alternative?
Also you could take a look at codesmart 2009 for VB6