Translate offset to source line number

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

  • Only if the compiler supports a disassembler which can show you how the source code is translated to assembler. I'm not sure if C++ Builder comes with one or not.
  • No, C++Builder does not come with a disassembler ... so I think I will use a different way to debug.
    Thank you.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories