search for: dispinvoke

Displaying 1 result from an estimated 1 matches for "dispinvoke".

2008 Jul 19
1
GetModuleFileName in winelib DLLs
...q.org/pipermail/wine-devel/2003-December/023224.html which says that this behavior is needed for built-in DLLs. My problem is that I'm trying to compile COM DLLs which need to be able to register themselves with DllRegisterServer, and also need to call LoadTypeLib on themselves (to use with DispInvoke etc.). This seems to work well in Wine if I hardcode the actual path to the .dll.so - I can access my components using CoCreateInstance and LoadTypeLib can get the typelib from a .dll.so file - but unfortunately I am unable to get the real module name. As stated in the above ML thread there is...