Re: Can't create dll

2013-11-16 Thread Yaroslav
Yes, it works, thank you!

Can't create dll

2013-11-16 Thread Yaroslav
I'm trying to create dll. It is template in mono-d plugin. module myclass; class MyClass { //TODO: Enter class code here } export: extern(D): MyClass createMyClass() { return new MyClass(); } // Build completed with errors. Compiler output: Building: dshared (D

How to create bindings qml to d?

2013-06-22 Thread Yaroslav
I want to use qml with d language. But there is not bindings to d, and I want to create it. But I don't know how to begin. Tell me, please, how to begin to create bindings.