This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Visual C# 2010 console applications do not start from xterm any longer


Previously I could easily start any VS 2010 console applications from
xterm (under MS Windows XP and Windows 7), as good as from command.exe

Today I discovered that I cannot do it any longer on two Windows 7
machines (one Win 7 with an older cygwin still works). Even

static void Main(string[] args) {
            Console.WriteLine("Hello, World!");
            Console.ReadLine();
}

fails to start blocking xterm; ctrl-C does not help; xterm can only be killed.

This happened overnight: I clearly remember I could run console
applications from xterm on all my computers.

Attachment: cygcheck.out
Description: Binary data

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]