<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 7, 2015 at 2:43 AM, David Ostrovsky <span dir="ltr"><<a href="mailto:d.ostrovsky@gmx.de" target="_blank">d.ostrovsky@gmx.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
* EH issue in uno_bridge: to compute the offset in _tiddata structure<br>
for _curexception and _tpxcptinfoptrs members, I've written this<br>
utility: [6] during work on support for 64 bit platform. Unfortunately,<br>
this code can't be compiled on MSVC 14.0, as mtdll.h isn't there any<br>
more (or I haven't found it).<br></blockquote></div><br></div><div class="gmail_extra">Seems mtdll.h is internal and hence unsupported. _tiddata <b></b>might have been moved to a new header.<br>If it's nowhere to be found, _tiddata struct could be replicated directly in the compute_exception_offset source code and remove that header altogether (assuming it hasn't changed).<br><br></div><div class="gmail_extra">Of course all this is already having an arm and a leg in the guts of the runtime and is therefore fragile (I assume there was no better way). Would be good if there were an automatic sanity test in that code to detect any changes between compiler versions/patches/updates that might otherwise go unnoticed.<br></div></div>