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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79194 --- shadow/79194 2006-08-29 08:55:57.000000000 -0400 +++ shadow/79194.tmp.2055 2006-08-29 15:10:02.000000000 -0400 @@ -113,6 +113,18 @@ Right after the program starts. - Are you loading mono-1.dll from a new thread or from the main thread? From the main thread. + +------- Additional Comments From [EMAIL PROTECTED] 2006-08-29 15:10 ------- +I can't reproduce it. + +How do you actually call the Mono API functions? +I mean, since you're using LoadLibrary, you probably +have to first GetProcAdress () the function pointers. +Are you sure that this error-prone part is okay? + +You may use this import library instead: +http://lists.ximian.com/pipermail/mono-devel-list/2006-August/020042.html + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
