Hi all,
I have developed a program with C++ Builder.
It works well on my computers (at home and at work), but it crashes on my parents' PC (and they live far from my home ... so I cannot debug it easily).
Windows displays the error message : AppName:test.exe AppVer:0.0.0.0 ModName:test.exe ModVer:0.0.0.0 Offset:0003526C
Is there a way to know the line number in my source code that corresponds to offset 3526C ?
Thanks for your help,
Alan
Comments
Thank you.