[Mono-bugs] [Bug 81754][Nor] Changed - [WIN32] EntryPointNotFoundException locating CopyMemory function in kernel32
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon May 28 08:36:03 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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=81754
--- shadow/81754 2007-05-28 07:23:08.000000000 -0400
+++ shadow/81754.tmp.17872 2007-05-28 08:36:03.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 81754
Product: Mono: Runtime
Version: 1.2
-OS:
+OS: unknown
OS Details: Windows XP SP2
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: interop
AssignedTo: mono-bugs at ximian.com
ReportedBy: gert.driesen at pandora.be
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
@@ -32,6 +32,15 @@
static void Main ()
{
Win32CopyMemory (IntPtr.Zero, IntPtr.Zero, 5);
}
}
+
+------- Additional Comments From robertj at gmx.net 2007-05-28 08:36 -------
+According to the MSDN docs of CopyMemory, this export doesn't exist.
+It hat a macro or inline implementation.
+
+The export list of kernel32.dll doesn't contain CopyMemory either,
+so the MS.NET's runtime seems to map CopyMemory to something else,
+maybe to RtlCopyMemory or to an internal (safer) implementation.
+
More information about the mono-bugs
mailing list