Dear Everyone:
We are using the AER mechanism to capture the
exception thrown by the application under the Windows for
Automotive platform,and we know after AerSVC.exe exports
the exception information to a text file(for
example "a.txt"), and we can use the following command
line to process this text file:
perl aerreport.pl a.txt
By this way,we can get the function name thrown the
exception according its stack address.but now,a our
customer ask us to translate the aerreport.pl file to .exe
file in the win32 platform ,we don't know how to do
it ,can everyone tell me how to do it or where are there
some informations about it? thank you in advance.