Re: dmusic loader question

2003-07-28 Thread Alexandre Julliard
Dustin Navea [EMAIL PROTECTED] writes: --- Rok Mandeljc [EMAIL PROTECTED] wrote: BTW, is it illegal to use MSDN examples to implement stuff in wine (EULA...)? Fortunately, AFAIK, it is not illegal. It is only illegal to reverse engineer a compiled file, or to use copyrighted source

Re: dmusic loader question

2003-07-28 Thread Raphal Junqueira
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Rok, Le Samedi 26 Juillet 2003 20:28, Rok Mandeljc a écrit : I was planning to (properly) implement DirectMusic Loader, based on example I've found in MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmusic/h

Re: dmusic loader question

2003-07-28 Thread Dustin Navea
--- Alexandre Julliard [EMAIL PROTECTED] wrote: Dustin Navea [EMAIL PROTECTED] writes: --- Rok Mandeljc [EMAIL PROTECTED] wrote: BTW, is it illegal to use MSDN examples to implement stuff in wine (EULA...)? Fortunately, AFAIK, it is not illegal. It is only illegal to reverse

Re: dmusic loader question

2003-07-27 Thread Dustin Navea
--- Rok Mandeljc [EMAIL PROTECTED] wrote: BTW, is it illegal to use MSDN examples to implement stuff in wine (EULA...)? Fortunately, AFAIK, it is not illegal. It is only illegal to reverse engineer a compiled file, or to use copyrighted source obtained through other methods without the

dmusic loader question

2003-07-26 Thread Rok Mandeljc
I was planning to (properly) implement DirectMusic Loader, based on example I've found in MSDN (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnmusic/html/dmloading.asp). But as I don't have enough experience with COM interfaces, I got stuck with implementing IStream interface;