Question about "undefined" functions

Sylvain Petreolle spetreolle at yahoo.fr
Mon Sep 16 13:40:53 CDT 2002


Hi, I have problems with the following functions:

  17 0x4073bf2f (USER32.DLL.GetTaskmanWindow+0xdf in user32.dll.so)
(ebp=405c24d0)
  18 0x4073bfa3 (USER32.DLL.GetTaskmanWindow+0x153 in user32.dll.so)
(ebp=405c2508)
  19 0x40742936 (USER32.DLL.CallWindowProcA+0x136 in user32.dll.so)
(ebp=405c253c)
  20 0x4071c21b (USER32.DLL.DispatchMessageA+0xbb in user32.dll.so)
(ebp=405c2570

In some programs this call stack appears when going to debugger and is
causing 0x0 read acess.Digging in the source shows that these functions
are only defined by a stdcall in the spec file of user32.

the result is a return '0x0000' in the user32.spec.c:
    "\tjmp GetTaskmanWindow\n"
    "\tret $0x0000\n"
Are these functions intended to return 0x0 ?

___________________________________________________________
Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
Yahoo! Mail : http://fr.mail.yahoo.com



More information about the wine-devel mailing list