On Mon, Sep 7, 2015 at 2:43 AM, David Ostrovsky <d.ostrovsky@gmx.de> wrote:
* EH issue in uno_bridge: to compute the offset in _tiddata structure
for _curexception and _tpxcptinfoptrs members, I've written this
utility: [6] during work on support for 64 bit platform. Unfortunately,
this code can't be compiled on MSVC 14.0, as mtdll.h isn't there any
more (or I haven't found it).
Seems mtdll.h is internal and hence unsupported. _tiddata might have been
moved to a new header.
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).
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.
Context
   
 
  Privacy Policy |
  
Impressum (Legal Info) |
  
Copyright information: Unless otherwise specified, all text and images
  on this website are licensed under the
  
Creative Commons Attribution-Share Alike 3.0 License.
  This does not include the source code of LibreOffice, which is
  licensed under the Mozilla Public License (
MPLv2).
  "LibreOffice" and "The Document Foundation" are
  registered trademarks of their corresponding registered owners or are
  in actual use as trademarks in one or more countries. Their respective
  logos and icons are also subject to international copyright laws. Use
  thereof is explained in our 
trademark policy.