Re: Cppuno in bridges, HELP needed.

2018-03-06 Thread Jan Iversen
> 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() >>

Re: Cppuno in bridges, HELP needed.

2018-03-06 Thread Stephan Bergmann
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) ->

Cppuno in bridges, HELP needed.

2018-03-06 Thread Jan Iversen
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() ->