Hello,<br>I have no certainty, and not even a test, but the Windows version of Skype<br>(which you know is released by Microsoft) tries to load a TypeLib named "uc.tlb",<br>which cannot be find in path, and even in the registry. In fact, this library is into<br>Skype.exe resources section, but it can only be found using its GUID (only the<br>GUID is present in the library, not the name "uc.tlb". In fact it is a unnamed library).<br>So there seems that two possibilities remains :<br> - All the Typelibs of the executable are probed at launch (I don't think so, but...)<br> - The Windows' oleaut32.dll scans the TypeLibs embedded into the executable<br>   and tries to match them not only by their name, but by their GUID to.<br><br>Thanks for your reading,<br>Guillaume<br><div id="mailForGoodBanner"></div><br><br>========================================<br><br>Message du : 07/03/2014 16:18<br>De : "Jacek Caban " <jacek@codeweavers.com><br>A : wine-devel@winehq.org, guillaume.charifi@sfr.fr<br>Copie à : <br>Sujet : Re: oleaut32: Resolve TypeLib dependencies with GUID<br><br><br> On 03/07/14 15:53, guillaume.charifi@sfr.fr wrote:<br>> Bug:  http://bugs.winehq.org/show_bug.cgi?id=34184<br><br>Please send a test convincing that that's what Windows does. We already<br>have a typelib in oleaur32 tests, so this should be a matter of loading<br>it by GUID without having it registered.<br><br>Thanks,<br>Jacek<br><br><br>