How to I call D code from C# Project?

Jesse Phillips via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 18 21:07:29 PDT 2014


On Wednesday, 18 June 2014 at 23:41:43 UTC, GoD wrote:
> @Jesse
>
> How 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.aspx

If 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.


More information about the Digitalmars-d-learn mailing list