ddk, Longhorn, and C#??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Quick Q's:

Will the driver development for longhorn still be in C ?
Can it be done in C#. (I like the frameworks too much :) )

I heard a rumer that LongHorn was programed with c#,
so I had a hope that driver development wouldnt be such
a daunting task. (*sigh* One could always hope.)
 
TheMadHatter said:
Quick Q's:

Will the driver development for longhorn still be in C ?
Yes, C/C++.
Can it be done in C#. (I like the frameworks too much :) )
No, it can't. Note that the framework is of no use in driver development, imagine C# without
the framework....
I heard a rumer that LongHorn was programed with c#,

No, it's all C/C++.
so I had a hope that driver development wouldnt be such
a daunting task. (*sigh* One could always hope.)

Driver development can be a daunting task, but not because of the language.

Willy.
 
Nope, it's the C way or the highway I'm afraid.
I think there would be serious issues introducing managed code into a
driver anyway, both security and performance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top