How to I call D code from C# Project?

Binarydepth via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 25 07:34:12 PDT 2014


On Thursday, 19 June 2014 at 04:07:30 UTC, Jesse Phillips wrote:
> 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.

That sounds legit.


More information about the Digitalmars-d-learn mailing list