the_net_2.0
Banned
- Local time
- Today, 10:48
- Joined
- Sep 6, 2010
- Messages
- 812
has anyone worked with large programs here? this is a cont. of this thread, sort of: http://www.access-programmers.co.uk/forums/showthread.php?t=211009
but at any rate, my vb6 project has 500K+ lines of code in it and I'm trying to figure out how to print the CALL statements out from the project. I've already got the extensibility code written, but I'm not sure what method I should use.
for instance, should I use I/O and print out a diagram of single procedures that I find, in order, separated by -----> arrows or something, so I can take the .txt diagram to the print shop and have them print it out for me??
Or should I maybe print out the flow to an .xls file??
does anyone have any suggestions for me on the best way to do this??
basically what I want in the end is a readable flow chart of this program's code, so I can see what code runs from where, what code is called from where, etc...
Again, I've already got the code written so it can be modified to produce whatever output I decide on.
any thoughts?? thanks!
but at any rate, my vb6 project has 500K+ lines of code in it and I'm trying to figure out how to print the CALL statements out from the project. I've already got the extensibility code written, but I'm not sure what method I should use.
for instance, should I use I/O and print out a diagram of single procedures that I find, in order, separated by -----> arrows or something, so I can take the .txt diagram to the print shop and have them print it out for me??
Or should I maybe print out the flow to an .xls file??
does anyone have any suggestions for me on the best way to do this??
basically what I want in the end is a readable flow chart of this program's code, so I can see what code runs from where, what code is called from where, etc...
Again, I've already got the code written so it can be modified to produce whatever output I decide on.
any thoughts?? thanks!