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=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 [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
