Using D programming language in a .NET context

后端 未结 5 723
猫巷女王i
猫巷女王i 2020-12-11 15:28

I\'m curious: has anyone used D together with .NET languages? Is that even possible? What kind of stuff is easier/makes sense to do in D that\'s hard to do in, say, C++/CLI?

5条回答
  •  萌比男神i
    2020-12-11 15:55

    You can call a D DLL by creating a DLL with a C Interface, and then calling it via P/Invoke from .NET.

提交回复
热议问题