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?
 

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