RE: Program exited with code 0303000 - SOLVED

2004-10-18 Thread Dan Osborne
Dan Osborne wrote: > OK, my voyage of discovery continues. I've added exception > specifications to the appropriate functions (declarations and > definitions - took a while to work out I needed it on both) but no > change in behaviour. > > I've also remembered why I started to look at dumper.exe -

RE: Program exited with code 0303000

2004-09-30 Thread Dan Osborne
Osborne > Sent: 28 September 2004 14:33 > To: '[EMAIL PROTECTED] Com' > Subject: RE: Program exited with code 0303000 > > > > Um. Bizarre. You did build with -g and -O0, didn't you? Is > > this an actual > > function call here, or does add_var tu

RE: Program exited with code 0303000

2004-09-28 Thread Dan Osborne
> Um. Bizarre. You did build with -g and -O0, didn't you? Is > this an actual > function call here, or does add_var turn out to be some kind of > macro or something > that otherwise gets inlined? Well I was actually using -ggdb3 but I tried -g -O0 and it made no difference. I think the add_va

RE: Program exited with code 0303000

2004-09-28 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Dan Osborne > Sent: 28 September 2004 13:22 > I was trying to step through the code in gdb and pin this > down so setting > breaks on abort and exit sounds useful. However, both b abort > and b exit > give me ... > > (gdb) b abort >

RE: Program exited with code 0303000

2004-09-28 Thread Dan Osborne
Thanks for the reply. > Since you've got the code up and running in a debugger, you can set > breakpoints on abort, exit, and the last line of main, then when > it hits one > you can see for yourself from which point your code is exiting and the > reason why it's returning a non-zero exit code.

RE: Program exited with code 0303000

2004-09-28 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Bobby McNulty > Sent: 28 September 2004 03:45 > To: Cliff Hones > Cc: cygwin > Subject: Re: Program exited with code 0303000 > > Cliff Hones wrote: > > > Dave Korn wrote: > > > > > &

Re: Program exited with code 0303000

2004-09-27 Thread Bobby McNulty
Cliff Hones wrote: Dave Korn wrote: Bobby, your advice is going from bad to worse. Nothing you have said is right, and you keep on repeating things that you have already been told don't work. You don't accurately read the things that are in front of your face before you reply. THAT'S WHY I'M G

RE: Program exited with code 0303000

2004-09-27 Thread Igor Pechtchanski
On Tue, 28 Sep 2004, Cliff Hones wrote: > Dave Korn wrote: > > > Bobby, your advice is going from bad to worse. Nothing you have said is > > right, and you keep on repeating things that you have already been told > > don't work. You don't accurately read the things that are in front of your >

Re: Program exited with code 0303000

2004-09-27 Thread Cliff Hones
Dave Korn wrote: > Bobby, your advice is going from bad to worse. Nothing you have said is > right, and you keep on repeating things that you have already been told > don't work. You don't accurately read the things that are in front of your > face before you reply. THAT'S WHY I'M GOING TO BE

RE: Program exited with code 0303000

2004-09-27 Thread Dave Korn
> -Original Message- > From: Bobby McNulty > Sent: 27 September 2004 19:33 > To: Dave Korn > David, his problem is Oracle. > odbc.dll. > He needs the old one. By "he needs the old one", do you mean "he needs to use the static link library instead of the DLL he made from it using libtoo