January 06, 2018
could anyone with knowledge on druntime shared library loading please help? (Martin Nowak, klickverbot, Syniurge, etc)

I've made some progress but still failing whenever I try to use C++ std libs eg: `#include <vector>`, see

* https://github.com/Syniurge/Calypso/issues/64 (
assert(handle !in _handleToDSO) in setDSOForHandle)

* https://github.com/Syniurge/Calypso/issues/63
error: The module 'ℂcpp.std.type_info' is already defined in
libcalypso-ldc-shared.dylib #63

again, this would make C++ interop much easier and more powerful than alternatives

On Wed, Dec 13, 2017 at 9:12 PM, Timothee Cour <thelastmammoth@gmail.com> wrote:
> Has anyone used https://github.com/Syniurge/Calypso on OSX? I'm running into a basic issue : https://github.com/Syniurge/Calypso/issues/60 which makes any binary crash immediately
>
> Making Calypso work would make integration with C++ libraries much easier, so it's rather important for dlang.