> On 6 Mar 2018, at 14:17, Stephan Bergmann wrote:
>
> On 06.03.2018 11:38, Jan Iversen wrote:
>> At some point a piece of code (in the same executable) decides to make a uno
>> call, this looks like
>> Cpp2uno_call() ->
>> raise_exception()
>> __cxa_throw() ->
>>
On 06.03.2018 11:38, Jan Iversen wrote:
At some point a piece of code (in the same executable) decides to make a uno
call, this looks like
Cpp2uno_call() ->
raise_exception()
__cxa_throw() ->
( C++ throw handling) ->
getCaughtExcep
Hi.
I am still trying to get my head around understanding bridges, and how I can
make it work for arm64/iOS.
At some point a piece of code (in the same executable) decides to make a uno
call, this looks like
Cpp2uno_call() ->
raise_exception()
__cxa_throw() ->