abc.exe is using xyz.dll. While running abc.exe(Delphi), getting an Access Violation as following
Project abc.exe raised exception class EAccessViolation with message 'Access Violation at address 39275E81 in module 'xyz.dll'. Write of address 737A24A4".
For some reason, I am unable to debug xyz.dll(which is also delphi). So I would like to trace the code part in xyz.dll using addresses in above message. How to find that code part ? Are there any other alternatives ?
Thanks in advance.