RE: Startxwin.bat fatal error in Windows Vista

2007-05-15 Thread Phil Betts
Allen Rongone wrote on Monday, May 14, 2007 8:29 PM:: > I've seen this before under Windows XP and it was due to the fact > that the previous user was the owner of the /tmp/.X11-unix directory > and no one else had permissions to delete the X0 file nor were they > able to remove this directory

My program restarts six times under Cygwin when run under rxvt/xterm

2007-05-15 Thread Alex Shturm
Hello, This is a simple program that I compile as a console application in Visual Studio 2005 : -- #include #include LONG WINAPI my_exception_filter (LPEXCEPTION_POINTERS exceptionInfo) { printf ("*** my_exception_filter ***\n"); return EXCEPTION_E