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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.