Is there something better than MediaPlayer? [Win C#]

  • Thread starter Thread starter MikeY
  • Start date Start date
M

MikeY

From my understanding when exporting your app.exe with a mediaplay hooked
up, you must also place a copy of AxInterop.WMPLib.dll and
Interop.WMPLib.dll" wrapper class. to the location of my app.exe.

Is there something better out there I should be using to avoid this and or a
better way of doing this so that I don't have to export the .dll's.

Any and all help is appreciated.

MikeY
 
From my understanding when exporting your app.exe with a mediaplay hooked
up, you must also place a copy of AxInterop.WMPLib.dll and
Interop.WMPLib.dll" wrapper class. to the location of my app.exe.

Is there something better out there I should be using to avoid this and or a
better way of doing this so that I don't have to export the .dll's.

Any and all help is appreciated.

MikeY

Wrong Group... place it in an appriapriate group to get the answer.
 
Errrr This is a "general" .Net Forum. and being that I am coding in C# and
this is a general .Net question to my application, I do believe that it is
the acceptable forum. But thanks for your wonderful help and insight bro.

MikeY
 
Sorry Mike, my bad...
Why don't you add you DLL's to the GAC (Global Assembly Cache)? Or I'm
still misunderstanding your question bro?
 
Back
Top