I have a pretty incredibly large VB6 program that I took over. I have been on the job for a bit now, so this is nothing all that urgent. But I recently ran a line counter on the code. Over 1 million lines. Most VB forms do a LOAD XXX to connect many projects. Is there a way to map all this out? So I can see the 5,000 or so projects all in one big map...
Asked
Active
Viewed 415 times
0
-
Like, as a graph or diagram? Maybe the answers to [this question](http://stackoverflow.com/questions/1177862/tool-for-analyzing-vb6-source-code-like-understand-from-scitools/1178049) could satisfy you? – johnwait Apr 22 '15 at 23:59
-
ooooo, thats it. :-) thanks a ton johnwait – Sparfy Apr 23 '15 at 02:27
1 Answers
0
Just wanted to point out that as part of our free assessment we can perform this service for you, including an effective line count, map of connections between the different projects and an analysis of potential circular references that can arise from this late binding pattern.
I hope no one minds pointing out a free service...

GilShalit
- 6,175
- 9
- 47
- 68