Re: _pinfo::dup_proc_pipe: DuplicateHandle failed

2011-02-16 Thread Christopher Faylor
On Wed, Feb 16, 2011 at 11:30:45AM +, Kaltenberger, Stefan wrote: >The sample uses the Microsoft C/C++ compiler but I guess it should work with >other compilers too - just adapt binary and flags (e.g. the GNU C/C++ comiler >takes '-E' for the flags). Ouch. >Please keep me on the CC list as

RE: _pinfo::dup_proc_pipe: DuplicateHandle failed

2009-01-18 Thread Hermann Kleier
Hugh Sasse wrote on 22 May 2008 12:08: >> relsondt1--> ./hello.sh >> + Bcc +BccDos.cfg -c -Ic:/BC45/INCLUDE -D -oHELLO.OBJ HELLO.CPP >> 7 [main] bash 5564! _pinfo::dup_proc_pipe: DuplicateHandle failed, \ >> pid 5564, hProcess 0x6DD, wr_proc_pipe 0x750, Win32 error 6 > > That Win32 erro

RE: _pinfo::dup_proc_pipe: DuplicateHandle failed

2008-05-22 Thread Dave Korn
Hugh Sasse wrote on 22 May 2008 12:08: >> relsondt1--> ./hello.sh >> + Bcc +BccDos.cfg -c -Ic:/BC45/INCLUDE -D -oHELLO.OBJ HELLO.CPP >> 7 [main] bash 5564! _pinfo::dup_proc_pipe: DuplicateHandle failed, \ >> pid 5564, hProcess 0x6DD, wr_proc_pipe 0x750, Win32 error 6 > > That Win32 error

RE: _pinfo::dup_proc_pipe: DuplicateHandle failed

2008-05-22 Thread Hugh Sasse
On Wed, 21 May 2008, Relson, David wrote: > Hi Hugh, > > I'm not an expert (else I'd solve this myself), but it seems not to be a when it comes to windows, neither am I, but since nobody else is coming in on this thread I'll see if I can get you any further forward. > problem with make, but a g

Re: _pinfo::dup_proc_pipe: DuplicateHandle failed

2008-05-21 Thread Hugh Sasse
On Wed, 21 May 2008, Relson, David wrote: > G'day, > > Yesterday I reopened a project from 3 years ago. Its makefiles allowed > me to build the code for an embedded project and the tools for [...] > The makefiles needed some minor tweaking (notably changing "\" to "\\" > in some paths),