On Sun, Jan 27, 2019 at 10:33 AM Adrian Prantl wrote:
> > On Jan 26, 2019, at 6:41 PM, David M. Lary via lldb-dev
> > wrote:
> >
> > I'm writing a Swift application for MacOS that makes use of a C/C++
> > dylib from a third party to interact with a film scanne
I'm writing a Swift application for MacOS that makes use of a C/C++
dylib from a third party to interact with a film scanner. The
application uses dlopen() & dlsym() to discover and call the C wrapper
function for the C++ implementation. Overall this works, but I've run
into the following wall wh