Re: dsound: Properly implement DllCanUnloadNow

2005-02-07 Thread Robert Reif
James Hawkins wrote: On Mon, 07 Feb 2005 12:37:15 -0500, Robert Reif <[EMAIL PROTECTED]> wrote: James Hawkins wrote: Hi, Changelog * Properly implement DllCanUnloadNow ref counting. dsound.dll is a strange dll that doesn't really follow proper COM reference counting rules for buffer

Re: dsound: Properly implement DllCanUnloadNow

2005-02-07 Thread James Hawkins
On Mon, 07 Feb 2005 12:37:15 -0500, Robert Reif <[EMAIL PROTECTED]> wrote: > James Hawkins wrote: > > >Hi, > > > >Changelog > >* Properly implement DllCanUnloadNow ref counting. > > > > > > > dsound.dll is a strange dll that doesn't really follow proper COM > reference counting rules for buffers.

Re: dsound: Properly implement DllCanUnloadNow

2005-02-07 Thread Robert Reif
James Hawkins wrote: Hi, Changelog * Properly implement DllCanUnloadNow ref counting. dsound.dll is a strange dll that doesn't really follow proper COM reference counting rules for buffers. This is intentional by Microsoft (don't know why) and was made common by the example code from "Inside Di