Arghhhh !
Alexandre, please forget that patch ! I'll repost it soon with yet
another update...
Sorry guys for the inconvenience.
Francois
Francois Jacques wrote:
> Description :
>
> If typelib path cannot be found with neither primary language ID or
> secondary language ID, use system ID (0)
>
>
> Francois Jacques
> Macadamian Technologies Inc.
>
> ------------------------------------------------------------------------
>
> Index: dlls/oleaut32/typelib.c
> ===================================================================
> RCS file: /home/wine/wine/dlls/oleaut32/typelib.c,v
> retrieving revision 1.17
> diff -u -u -r1.17 typelib.c
> --- dlls/oleaut32/typelib.c 2000/08/08 20:49:16 1.17
> +++ dlls/oleaut32/typelib.c 2000/08/09 21:27:52
> @@ -119,6 +119,10 @@
> /* try again without lang specific id */
> if (SUBLANGID(lcid))
> return
>QueryPathOfRegTypeLib(guid,wMaj,wMin,PRIMARYLANGID(lcid),path);
> + /* try again with system lang id */
> + else
> + return QueryPathOfRegTypeLib(guid,wMaj,wMin,0,path);
> +
> FIXME("key %s not found\n",typelibkey);
> return E_FAIL;
> }
>
> QueryPathOfRegTypeLib.diff
>
> Content-Type:
>
> text/plain
> Content-Encoding:
>
> 7bit
>
>