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.
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.
>
> >
James Hawkins wrote:
Changelog
* properly implement DllCanUnloadNow ref counting
Sorry, still isn't correct. Please see my comments below.
Index: dlls/dmusic/buffer.c
==