[Mono-bugs] [Bug 81730][Nor] Changed - [Win32] DoDragDrop should block until the item is dropped

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Jul 6 13:23:40 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by shana.ufie at gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=81730

--- shadow/81730	2007-06-10 06:51:38.000000000 -0400
+++ shadow/81730.tmp.20106	2007-07-06 13:23:40.000000000 -0400
@@ -75,6 +75,20 @@
 Works on Linux now, that leaves us with the win32 issue ...
 
 ------- Additional Comments From jackson at ximian.com  2007-05-30 16:48 -------
 I'll let one of the win32 people deal with that. They have two
 separate drivers, it'll probably take a little work to make that call
 block on win32.
+
+------- Additional Comments From shana.ufie at gmail.com  2007-07-06 13:23 -------
+Currently, windows dnd only works on xp sp2 and "higher". There are
+missing entry points in shell32 that need to be separately
+implemented. Unfortunately, I have w2k, so I need this extra stuff
+before I can fix the rest.
+
+Exception thrown on win2k:
+An unhandled exception of type 'System.EntryPointNotFoundException'
+occurred in system.windows.forms.dll
+
+Additional information: Unable to find an entry point named
+SHCreateStdEnumFmtEtc in DLL shell32.dll.
+


More information about the mono-bugs mailing list