winmm

  • Thread starter Thread starter BobF
  • Start date Start date
B

BobF

I'm porting an MFC app to c#/WPF. I can't find any info on a .net
equivalent to winmm.

Do I have choices other than p/invoke? Is there a .Net mm library out there
I'm just not finding?
 
BobF,

There isn't an out-of-the-box solution. You will have to P/Invoke, or
maybe COM interop if you want to use DirectX.
 
p/invoke is the direction I was headed. I wanted to check before investing
too much time.

Thanks!

Nicholas Paldino said:
BobF,

There isn't an out-of-the-box solution. You will have to P/Invoke, or
maybe COM interop if you want to use DirectX.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

BobF said:
I'm porting an MFC app to c#/WPF. I can't find any info on a .net
equivalent to winmm.

Do I have choices other than p/invoke? Is there a .Net mm library out
there I'm just not finding?
 
Back
Top