Are there any tools for parsing a Visual c++ generated resource script? Is this resource script's format documented any where? I am looking for something in MFC or .net that could parse some data out of the files for reporting.
+1
A:
I do not know of any tools for parsing this, but the format is described in detail at this site.
The resource script files are an ASCII text format, so it should be fairly easy to parse out the information you need.
Reed Copsey
2009-06-05 23:07:07
A:
Maybe this article from codeguru can help you. It comes with source code in C++/MFC.
Dani van der Meer
2009-06-07 07:56:58