ordermaster:<P>I'm not really arguing with you, just reflecting on the open / closed paradigm that you mentioned earlier. I'm not sure that DirectX could have been designed to be more portable than it is, considering that:<BR><ul><BR><LI>DirectX is a driver-level API that provides many different services. Not all OS's have the same driver interfaces or deal with audio and video hardware in the same way. Not all OS's have working COM implementations to provide interface versioning.<BR><LI>A user mode DirectX wrapper could be written for any OS, but performance would suffer when compared to native solutions. OS vendors would implement DirectX themselves, and who would bring in another vendor's driver API?<BR></ul><P>So perhaps we could have had a platform independent DirectX, but it would have been something else, and not DirectX. Furthermore, OpenGL is a bad example because when DirectX was created it practically didn't exist for PC's, in the sense that no hardware vendor provided enough 3D features and no hardware vendor wrote OpenGL drivers for any video card. It was only later that OpenGL became usable for PC's, and by that time DirectX was already at version 3.0 or so. Microsoft might have used OpenGL instead of Direct3D, but they would have ended up with a Frankenstein-like API for multimedia.<P>I'm not saying that Microsoft didn't create their own API with the objective of engendering software that would only run on Windows; it's clear that this was one of the objetives. But there were other factors too, including the most important one: Windows lacked multimedia services, so an API had to be created. Microsoft, like many other companies, tends to distrust NIH technologies. Was it a good decision for consumers? It's hard to say. Was it a good decision for the company? Definitely.<P>treatment:<P> <BLOCKQUOTE><font size="-1">quote:</font><HR>As the DART sample above directly implies, you'll need a DirectX plug-in to enhance the audio-recording. I've used the newer DVD spec outlined by Microsoft since DVD dramatically shows how DirectX becomes more thoroughly involved in the recording of audio, video, and data, and that it will only involve a small part of oem/ihv participation.<HR></BLOCKQUOTE><P>Who has denied that ISV's use DirectX to provide multimedia services? That's the whole idea of DirectX. However:<P><ul><LI>DVD has nothing to do with CD-R<BR><LI>CD-R burning itself has nothing to do with DirectX.</ul><P>Now, there may be software that uses DirectX for one reason or another, as in the example you mention. On Windows, you have two choices to use if you want to deal with audio: DirectSound or the old MCI Wave API. They chose the better one. But when the filtered audio is burned to a CD, DirectX does not intervene; unfortunately, every CD-R package on Windows has to implement its own CD-R support.<P> <BLOCKQUOTE><font size="-1">quote:</font><HR>As far as your claim that you can have a closed-source GTK-implementation invalidates that circular-logic because if you use GTK, you must agree to open up your source as required by the GPL.<HR></BLOCKQUOTE><P>Here's where your mistake lies. My closed source GTK doesn't use GTK at all; it just implements all the functions declared in the public GTK headers, or exported by the GTK shared libs. It's a clean-room implementation, so it wasn't infected by the GPL. I will repeat the important point for you: <strong>you cannot GPL an API, just an implementation of an API</strong>.<P> <BLOCKQUOTE><font size="-1">quote:</font><HR>You claimed that GTK and TK are not analogous to DirectX and showed another generic PR explanation.<HR></BLOCKQUOTE><P>treatment, I'm trying to be civil with you. But you're acting like an idiot and there's no way around that. Whenever I say something you don't like, you call it "PR". Where are your facts? All you can quote is stuff that has nothing to do with the topic at hand. Just because http://www.egroups.com/group/tkgs-list/21.html says that a Windows port of GTK uses DirectX to draw doesn't mean that the two API's perform the same function. By your logic, Gnome and svgalib are the same, because Gnome might use svgalib to draw widgets on the screen.<P>The fact that you haven't backed down on your assertion that "most, if not all, CDR software for the Win9x-platform must conform to [DirectX]" simply means that you don't know anything about CD-R software or Win9x or DirectX.<P>I'm glad that you're done with the issue. Perhaps you can find someone more clueful than you to argue your points?