I've noticed an explosion of symbols between versions of our product under development and would like to periodically dump and diff the symbol list. (I notice based on the nice count shown in the Find Symbol title bar)
Any chance that there's a way to dump the contents of the Symbol column of the Find Symbol dialog to a text file?
I realize I could use dumpbin or link to list symbols too but they're decorated names and the symbol dialog has what I want to see...
dumpbin output is not nearly as useful as Find Symbols.. I need to see new enums, defines, and other crap pulled in from new header that have been added between versions but are nuver used.
Thank you for at least passing it along! I struggled with something homebrew yesterday and gave up. It will certainly be a time-saver to me if it comes to fruition.