> If that doesn't show anything too useful, perhaps you could reinsert the
> trace lines in the AddRef and Release functions. 
Just as a idea: if the AddRef is used by different threads
it might be useful to use:
InterLockedIncrement(&(This->ref)) instead of This->ref++.
Same applies to Release too.

juergen




---
[EMAIL PROTECTED]

... from sunny Berlin

Reply via email to