Quote Originally Posted by wysota View Post
This address is in code section of the application and will depend on the different relocations of different libraries.
If you mean the way the solution is structured, it was not changing since long. if you mean at each new linking it might get differently linked, i can not know if we have some huge changes which might cause this.. anyway i want to find an address in a Qt Dll and i do not relink Qt Dll anyway


Quote Originally Posted by wysota View Post
What you can do is run the application under debugger, stop it, set a breakpoint to this address, continue and read the stack frame when the breakpoint is reached.
Do you mean that the addresses for debug and release dlls are the same? I do not know these issues i'am just trying to understand. If the debug dll has no shift in addresses as compared to the release dll (i would say because of some debug labels it might be different) it should work.


Quote Originally Posted by wysota View Post
But I can't guarantee it will work at all
Thanks a lot any help is appreciated, if it will not help, at least it will give some insight.