Calypso: Direct and full interfacing to C++

Suliman via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Jan 21 23:07:40 PST 2015


> Currently making D classes derive from C++ classes with a 
> virtual table only works with MinGW because only the Itanium 
> ABI is supported. I'm going to add the Microsoft ABI ASAP (it's 
> just a few lines of code) but it'll be untested.

Could you explain can I call function from C++ dll directly? I am
need only basic C++ support -- just ability to call very basic
functions.

Am I right understand that with Calypso I do not need to create
bindings?

If it's correct - could you provide any example of calling C++
function from dll?


More information about the Digitalmars-d-announce mailing list