X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Message-ID: <20100214015333.XY7EH.560404.root@hrndva-web06-z02> Date: Sat, 13 Feb 2010 20:53:33 -0500 From: To: cygwin AT cygwin DOT com Subject: Re: Creating a separate console window via CreateProcess In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sensitivity: Normal X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 ---- Mark Geisert wrote: > 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 Thanks. As pointed out to me on another list, I was missing the -mwindows build option. -Jeff -- 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