On Saturday, 26 March 2016 at 07:53:06 UTC, Taylor Hillegeist wrote:
Found a simple way to call .NET managed code from un-managed D code. I didn't know about it so I thought someone else could find it useful.

https://github.com/taylorh140/Calling-NET-from-D

Thank you so much for this.  This is very helpful indeed.

I guess you might have looked also into going the other way around - calling D code from C#.

Anything one should know beyond the standard pinvoke/C API described here?

https://msdn.microsoft.com/en-us/library/aa288468(v=vs.71).aspx

Reply via email to