This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Re: how to use libgdb ?


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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]