Legal Issues?

  • Thread starter Thread starter Julie Smith
  • Start date Start date
J

Julie Smith

Hi,
I was wondering what legal issues there are when making a C# based music
player using the WMP11 API.

Are there any? For some reason I wouldn't think MS would just let anyone go
out and use their tech to profit from it.

Thanks in advance.
 
but also. why would u want to build a new player from an existing player's
api? what advantages would there be in that?
 
I don't think there are any, because the user must have Windows Media Player
(licensed and installed) and you are merely writing a program that actuates
it.
 
XOR said:
but also. why would u want to build a new player from an existing player's
api? what advantages would there be in that?

Playing media for special purposes, maybe. Psychological tests administered
by computer are one example.
 
perhaps a plugin would be more appropriate?

which Im sure has minimal licencing issues to worry about.
 
Hi Julie,

I doubt there are any legal issues hindering your media player programming,
but then again I'm not a laywer.

I suggest that you check the "whole path" of the end-user license agreements
before continuing, though. That would mean basically: WMP11 EULA -> Visual
Studio 2005 EULA -> .NET Framework EULA -> Windows EULA. For example, the
Visual Studio EULA is rather complex, but as far as I'm aware, there isn't
anything there saying you couldn't do what you are doing.

Hope this helps.

--
Regards,

Mr. Jani Järvinen
C# MVP
Helsinki, Finland
(e-mail address removed)
http://www.saunalahti.fi/janij/
 
What about writing commercial software with Visual Studio Express? Is that
allowed? I use VS.net pro, but its something I've always wondered.
 
The CLR doesn't care or doesn't even know what process created the assembly.
Compilers/ide's are there for the expressed purpose of creating assemblies.
That said, I dropped out of law school so you should consult the EULA as the
authoratative source.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
 

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