Can I use a reference to wmpLib.ddl / wmp.dll (\windows\system32\wmp.dll) in a commercial application?
I am using Visual Studio 2008 Express edition. I have to deliver that DLL.
|
|
Can I use a reference to wmpLib.ddl / wmp.dll (\windows\system32\wmp.dll) in a commercial application? I am using Visual Studio 2008 Express edition. I have to deliver that DLL. |
|||
|
|
|
|
To add to Darins reply: I don't think that you can simply deploy You will have to create an installer that checks whether the correct version of the DLL is present on the target system and have the user install the correct version of Windows Media Player in case it is not there. |
||
|
|
|
You can't reference
This will generate .NET wrappers and add Windows Media Player component to your project where you can manipulate it directly. |
||
|