[Bug 10467] Making Microsoft .NET 2.0 to work in wine, based on example app FastMD5 1.4 for NET 2.0

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 22 10:15:04 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=10467





--- Comment #69 from Eugene Klimov <slach at 74mail.ru>  2008-10-22 10:15:02 ---
CurrentCulture.cs

using System;
using System.Collections.Generic;
using System.Text;
using System.Globalization;

namespace CurrentCulture
{
    class Program
    {
        static void Main(string[] args)
        {
            CultureInfo ci =
System.Threading.Thread.CurrentThread.CurrentCulture;

           
Console.WriteLine("System.Threading.Thread.CurrentThread.CurrentCulture");
            Console.WriteLine(ci.Name);
        }
    }
}

working fine

fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
fixme:ole:CoGetContextToken stub
System.Threading.Thread.CurrentThread.CurrentCulture
en-US
fixme:ole:CoGetContextToken stub


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list