From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23840 invoked by alias); 19 Sep 2002 08:58:23 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 23830 invoked from network); 19 Sep 2002 08:58:22 -0000 Received: from unknown (HELO Calsvrint.tcscal.co.in) (203.197.96.41) by sources.redhat.com with SMTP; 19 Sep 2002 08:58:22 -0000 Received: from A5-1686 ([172.18.20.110]) by Calsvrint.tcscal.co.in (Lotus Domino Release 5.0.10) with ESMTP id 2002091914254366:13928 ; Thu, 19 Sep 2002 14:25:43 +0530 Subject: RE: Re: how to use libgdb ? From: Biswapesh Chattopadhyay To: leiming Cc: GDB List In-Reply-To: <20020919080031.17164.qmail@sina.com> References: <20020919080031.17164.qmail@sina.com> Date: Thu, 19 Sep 2002 01:58:00 -0000 Message-Id: <1032426057.25757.1.camel@A5-1686> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-SW-Source: 2002-09/txt/msg00273.txt.bz2 On Thu, 2002-09-19 at 13:30, leiming wrote: > hi! > > Thank you! > If I want to build my GUI IDE in cygwin+win2000 ,is your approach > right to finish it? I don't see why not. As long as pipe() and fork() works OK in Cygwin (I think they do) you should be OK. If you want to avoid Cygwin, you can also use NT pipe() with CreateProcess() I think. Rgds, Biswa.