Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <3BEC1B23.6040102@netcom.es> Date: Fri, 09 Nov 2001 18:06:27 +0000 From: Ignasi Villagrasa Organization: gri User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:0.9.2) Gecko/20010726 Netscape6/6.1 X-Accept-Language: es-es MIME-Version: 1.0 To: Cygwin Subject: Different console ouput functions Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit I'm migrating to Cygwin a Watcom C++ based program. It uses printf function as well as Win32 API console output calls. I don't know why, but only Win32 API functions work fine. Standard library functions don't do anything. I built the program linking to crtdll at first and to msvcrt later.Function printf never works properly . It doesn't print anything. On the other side, for instance, function WriteConsoleOutput has no problems. I think perhaps different find of functions print to different virtual consoles, but I don't know cygwin enough to know where to configure it. So I'd be very glad if someone could give me a hint. Thanks in advance, Ignasi Villagrasa. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/