I am working on a word vsto add-in that have integrated cefglue (a .net binding for cef) as its webview control. But when loading libcef.dll, it will block the startup of word until finished the loading.
I have tried load this unmanaged dll libcef.dll in a new thread but it still block the main thread. Is it possible to load an unmanaged dll asynchronously in a new thread?