Re: implement DllCanUnloadNow for dmusic

2004-12-04 Thread Robert Shearman
James Hawkins wrote: On Sat, 04 Dec 2004 15:13:47 -0600, Robert Shearman <[EMAIL PROTECTED]> wrote: Ok, think about this sequence of events that should leave the DLL ref count at 0: 1. Create an IDirectMusicBufferImpl object. 1a. Calls LockModule. 1b. Calls QueryInterface which calls LockModule.

Re: implement DllCanUnloadNow for dmusic

2004-12-04 Thread James Hawkins
On Sat, 04 Dec 2004 15:13:47 -0600, Robert Shearman <[EMAIL PROTECTED]> wrote: > James Hawkins wrote: > > >Changelog > > * properly implement DllCanUnloadNow ref counting > > > > > > > > Sorry, still isn't correct. Please see my comments below. > > >

Re: implement DllCanUnloadNow for dmusic

2004-12-04 Thread Robert Shearman
James Hawkins wrote: Changelog * properly implement DllCanUnloadNow ref counting Sorry, still isn't correct. Please see my comments below. Index: dlls/dmusic/buffer.c ==