On Tue, Sep 28, 2004 at 09:25:51AM +0100, Mike Hearn wrote:
J. Grant wrote:
Hello,
I am getting the attached error when running an install of Overnet v0.52.
Basically it cannot find NdrGetUserMarshalInfo(), despite it being in the dll at entry point: 77d43452h, order 199. Any ideas what this problem could be? I'm expecting this to be the symptom of some wider problem.
Run it like this
WINEDLLOVERRIDES=ole32,oleaut32,rpcrt4=n wine ...
p.s. Is there any way to get these mangled function names to be displayed un-mangled please?
Yes, use the winedump program.
I had already told him several days ago in another wine-devel mail, so maybe he asked it to be included in the standard Wine "unimplemented API" error message? (which would be a useful thing to do) Basically, check if mangled, and in this case print *both* unmangled and mangled name.
Andreas Mohr