On Sat, Dec 03, 2005 at 06:16:48PM +0100, Stefan Leichter wrote:
Hi,
i am a little confuse about the uxtheme dll. I have a program that raises an execption after each call (not the return!) to the ordinal 1 of the dll. The strange thing is the relay log shows up to eight arguments for the function call, but according to the spec file of the uxtheme dll the function does not have any argument. Also the implemantation is only a stub which should not crash.
Here an example for the call:
000b:Call uxtheme.1(00000090,42865450,0001aa9b,406acef4,00000000) ret=41ebcca5 trace:seh:__regs_RtlRaiseException code=c0000005 flags=0 addr=(nil)
Does anyone have a wild guess what happend here?
Its actually calling number 2 from the .spec file perhaps, OpenThemeFile.
And the :seh: might be from the relay string printing code? I don't know.
Ciao, Marcus