On Wednesday, 18 June 2014 at 23:41:43 UTC, GoD wrote:
@JesseHow to use in C# projects?
You'll have to access it through a COM interface on the C# side. http://msdn.microsoft.com/en-us/library/aa645736%28v=vs.71%29.aspxIf you haven't done work in COM before its a lot of new things to learn.
C# should also have interfacing with C, so you can have D expose a C interface.
Sorry I can't walk you through working examples. As mentioned, I haven't gotten that far myself.