X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Mark Geisert Subject: Re: Creating a separate console window via CreateProcess Date: Sat, 13 Feb 2010 03:49:00 +0000 (UTC) Lines: 8 Message-ID: References: <20100212221057 DOT GA18315 AT ednor DOT casa DOT cgf DOT cx> <20100212235510 DOT B08D7 DOT 13650 DOT root AT cdptpa-web06-z01> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com turbowells writes: > > >I built the test program with: gcc -mno-cygwin creprc.c -o creprc ^^^^^^^^^^^ This option means "No Cygwin". You're linking against MSVCRT, not cygwin1.dll. You are not creating a Cygwin program. That's why it's off-topic for this list. Try a MinGW list or some other list for Windows programming. Good luck. ..mark -- 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