1. INCLUDE FILES AND THANKS
- Posted by Ferlin Scarborough <ferlin at SANDW.NET> May 29, 1998
- 783 views
Rob Craig, Thanks for the utilities, very handy and helpful indeed!!! Anyone: Has anyone written a utilitie to search through source code and give a list of ALL the include .e and other files accessed? I am using some of the gui toolkits, I would find it very unefficient to package unused include files with my source code. TIA (Thanks In Advance) Later. + + + Rev. Ferlin Scarborough - Centreville, Alabama U.S.A
2. Re: INCLUDE FILES AND THANKS
- Posted by David Cuny <dcuny at DSS.CA.GOV> Jun 01, 1998
- 775 views
The Rev. Ferlin Scarborough wrote: >> Has anyone written a utilitie to search through source code >>and give a list of ALL the include .e and other files accessed? You're in luck! I've just posted a new program called DOT that does just = that. Among other things, it goes through all the files, and builds a = list of all the global functions and procedures. It should be very easy = to convert to what you want. -- David Cuny
3. Re: INCLUDE FILES AND THANKS
- Posted by Ferlin Scarborough <ferlin at SANDW.NET> Jun 01, 1998
- 764 views
David wrote: > You're in luck! I've just posted a new program called DOT that does just that. > Among other things, it goes through all the files, and builds a list of all the > global functions and procedures. It should be very easy to convert to what you > want. > > -- David Cuny Thanks, I figured someone would have already written one. Like someone else mentioned on this list WHY REINVENT SOMEONE ELSES WHEEL. Later: + + + Rev. Ferlin Scarborough - Centreville, Alabama - U.S.A