[Mono-bugs] [Bug 61570][Nor] Changed - Mono uses OpenThread (not available on NT).
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 17 Jul 2004 12:41:33 -0400 (EDT)
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 miguel@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=61570
--- shadow/61570 2004-07-14 16:54:02.000000000 -0400
+++ shadow/61570.tmp.10017 2004-07-17 12:41:33.000000000 -0400
@@ -1,23 +1,23 @@
Bug#: 61570
Product: Mono: Runtime
Version: unspecified
-OS:
+OS: unknown
OS Details: Windows NT
Status: NEW
Resolution:
-Severity:
-Priority: Critical
+Severity: Unknown
+Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: diltonm@McCOMSoft.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
URL:
-Cc:
-Summary: mono fails to run on Windows NT
+Cc: edasque@ximian.com,lluis@ximian.com
+Summary: Mono uses OpenThread (not available on NT).
Description of Problem:
Steps to reproduce the problem:
1. Install Mono 1.0 on Windows NT with latest Service packs and Critical
@@ -37,6 +37,16 @@
100%
Additional Information:
Page http://www.mono-project.com/about/technical.html Question #54
indicats that mono can run on XP/NT core. Checking the MSDN documentation
OpenThread API call is not available on NT.
+
+------- Additional Comments From miguel@ximian.com 2004-07-17 12:41 -------
+I have CCed Lluis about this, but am afraid that we depend on
+OpenThread being there, so it is possible that Mono will not run on
+Windows NT without large changes (unless someone provides information
+on how to emulate that API call).
+
+So the solution might just be to fix the documentation.
+
+