[Mono-bugs] [Bug 80487][Wis] Changed - Module static constructor of libraries is not executed

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jan 11 14:29:13 EST 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 kornelpal at gmail.com.

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

--- shadow/80487	2007-01-11 14:10:42.000000000 -0500
+++ shadow/80487.tmp.32180	2007-01-11 14:29:13.000000000 -0500
@@ -70,6 +70,16 @@
 
 ------- Additional Comments From akyrtzi at gmail.com  2007-01-11 14:10 -------
 The sample is not working for .NET 1.1 but it is working for .NET 2.0.
 
 To test it on .NET 2.0, either compile it using .NET 2.0's ilasm and
 csc, or using Mono's ilasm2 and gmcs.
+
+------- Additional Comments From kornelpal at gmail.com  2007-01-11 14:29 -------
+Module constructor was introduced in .NET 2.0. It is used by every 
+C++ application. And I think it's quite easy to support it.
+
+Some important information about module .cctor (look for .cctor on 
+these pages):
+http://msdn.microsoft.com/library/en-
+us/dv_vstechart/html/vcconmixeddllloadingproblem.asp
+http://msdn2.microsoft.com/en-us/library/ms173266(VS.80).aspx


More information about the mono-bugs mailing list