[Wine] Re: How to find the correct native DLL?

Daniel Skorka skorka at gmx.net
Sun Jul 16 09:47:21 CDT 2006


Daniel Kraft <d at daniel-kraft.net> wrote:
> fixme:shell:IQueryAssociations_fnGetData (0x7fd3db28, 0x0, 0x3, (null), 
> (nil), (nil))-stub!
> 
> Is there a way to make Wine report which of its built-in DLLs contains 
> that fixme-thing?

Kinda. If the message is
fixme:foo:...
it most propably comes from foo.dll. The only way to be sure is to grep
the source code for it.
BTW: You shouldn't replace shell and shell32 unless you have a really
good reason to.

Daniel


More information about the wine-users mailing list