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 should fail then ->Release() the object, and DllCanUnloadNow should succeed
Can somebody give me some links or maybe a litte source to make such a test?
Thanks, Christian
On 11/30/05, Christian Gmeiner christian.gmeiner@students.fh-vorarlberg.ac.at 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 Hawkins