DllCanUnloadNow for dlls/msi

2005-11-30 Thread Christian Gmeiner
Hi all. I want to start coding for wine and therefore i have wirtten my first patch to add DllCanUnloadNow to msi. Now i need to test my patch. I have got the hint that i must create a COM object that msi.dll provides. Then the following must happen: try calling DllCanUnloadNow, and it

Re: DllCanUnloadNow for dlls/msi

2005-11-30 Thread James Hawkins
On 11/30/05, Christian Gmeiner [EMAIL PROTECTED] wrote: Can somebody give me some links or maybe a litte source to make such a test? If you search through the wine-cvs mailing list and a little of wine-devel for DllCanUnloadNow, you should find many examples of how to do this. -- James