[ros-bugs] [Bug 1211] Halt whilst trying to move icons on desktop

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Sun Jun 17 20:18:55 CEST 2007


http://www.reactos.org/bugzilla/show_bug.cgi?id=1211





------- Comment #9 from timo.kreuzer at web.de  2007-06-17 20:18 CET -------
forgot one:
Address:          6a37e022   C:\ReactOS\system32\shell32.dll
is dll/win32/shell32/shlview.c:2317 (ISVDropTarget_Drop at 24)

#define IDropTarget_Drop(p,a,b,c,d) (p)->lpVtbl->Drop(p,a,b,c,d)
IDropTarget_Drop(This->pCurDropTarget, pDataObject, grfKeyState, pt,
pdwEffect);
->
This->pCurDropTarget->lpVtbl->Drop(pDataObject, grfKeyState, pt, pdwEffect);

mov     ebx, [ebp+iface]
sub     ebx, 0Ch          ebx = This
mov     eax, [ebx+6Ch]    eax = This->lpVtbl (= 0)
mov     edx, [eax] <- faulty instruction
call    dword ptr [edx+18h]


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
You are the assignee for the bug, or are watching the assignee.


More information about the Ros-bugs mailing list