Open dsoronda opened 9 years ago
Those linker errors look as if the runtime isn't being linked in.
Ah, right, as soon as you reference any library, the default phobos reference becomes discarded. Just add phobos.lib to the "Default Linked-in Libraries" in Mono-D's settings.
Using Xamarin Studio (5.7.2) + Mono-D (2.7.11). I created default Shared library project and tried to compile it.
This is Mono-d generated line :
I got this error:
It is possible that i'm missing something and also to comment that bin/Debug/SharedLib.dll is created in process.