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?
