include graph generator
-
Anyone new a graph generator tool, that can parse C include files recursively and generate a graphical-tree out of them. I vaguely remember reading somewhere vs.net or there is a addin for vs.net which can do this, but I cant be sure. Googling didn't help much. I'm stuck here in a porting project which needs such kind of work, doing this manually seems like a major pain :(( thanks Kannan
-
Anyone new a graph generator tool, that can parse C include files recursively and generate a graphical-tree out of them. I vaguely remember reading somewhere vs.net or there is a addin for vs.net which can do this, but I cant be sure. Googling didn't help much. I'm stuck here in a porting project which needs such kind of work, doing this manually seems like a major pain :(( thanks Kannan
Software is everything. It also sucks. Charles Fishman [^] Awasu 1.0.3 (beta)[^]: A free RSS reader with support for Code Project.
-
Anyone new a graph generator tool, that can parse C include files recursively and generate a graphical-tree out of them. I vaguely remember reading somewhere vs.net or there is a addin for vs.net which can do this, but I cant be sure. Googling didn't help much. I'm stuck here in a porting project which needs such kind of work, doing this manually seems like a major pain :(( thanks Kannan
-
Anyone new a graph generator tool, that can parse C include files recursively and generate a graphical-tree out of them. I vaguely remember reading somewhere vs.net or there is a addin for vs.net which can do this, but I cant be sure. Googling didn't help much. I'm stuck here in a porting project which needs such kind of work, doing this manually seems like a major pain :(( thanks Kannan
-
Anyone new a graph generator tool, that can parse C include files recursively and generate a graphical-tree out of them. I vaguely remember reading somewhere vs.net or there is a addin for vs.net which can do this, but I cant be sure. Googling didn't help much. I'm stuck here in a porting project which needs such kind of work, doing this manually seems like a major pain :(( thanks Kannan
It's not perfect, but I have written one: http://www.codeproject.com/useritems/includefinder.asp[^] It just outputs to a CTreeCtrl, not a real "graph", but you have access to all the source, so feel free to hack away. Chris Richardson
Terrain Software -
Thanks Kant, will check it out. - Kannan
-
It's not perfect, but I have written one: http://www.codeproject.com/useritems/includefinder.asp[^] It just outputs to a CTreeCtrl, not a real "graph", but you have access to all the source, so feel free to hack away. Chris Richardson
Terrain SoftwareThanks Chris, will check it out. - Kannan