Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - pwned

Pages: [1]
1
Developers / Mono .NET support?
« on: November 07, 2010, 09:47:35 am »
Hi Guys,

I'm working on some device modules for MCE and was wondering if you guys would accept drivers written in .NET ?
Some of the stuff I'm doing in C++ at the moment would be a lot quicker in a language with proper inheritance/interface model (as well as real generics, templates suck!).

Understandably this would be throwing another language into the mix, but then again - the DCE protocol makes this fairly transparent.

Following on from this, if you guys aren't opposed to .NET based submissions - would you want modules to be P/Invoke'ing the existing C++ DCE library (good for maintenance from your POV), or using a pure C# module (good for module stability, bad for maintenance).

Let me know what you guys think - for now I'll be plugging away at this C++ code but would love to be able to switch to C#!

Pages: [1]