Re: windowscodecs: Implement DllCanUnloadNow

2012-03-10 Thread Vincent Povirk
> Um, i thought that all goes through the factory... That is incorrect in this case. Windowscodecs has several exports that create COM objects. Even when they do go through the class factory, the other COM objects can and usually do outlive the factory. > So what do you think, should i go through

Re: windowscodecs: Implement DllCanUnloadNow

2012-03-10 Thread André Hentschel
Am 10.03.2012 19:01, schrieb Vincent Povirk: > Um, you missed almost much every implementation of a COM interface in > the entire dll? > > 2012/3/10 André Hentschel : >> Needed for dotNet 4.5 preview >> --- >> dlls/windowscodecs/clsfactory.c| 15 +-- >> dlls/windowscodecs/ma

Re: windowscodecs: Implement DllCanUnloadNow

2012-03-10 Thread Vincent Povirk
Um, you missed almost much every implementation of a COM interface in the entire dll? 2012/3/10 André Hentschel : > Needed for dotNet 4.5 preview > --- >  dlls/windowscodecs/clsfactory.c        |   15 +-- >  dlls/windowscodecs/main.c              |    9 + >  dlls/windowscodecs/