[openbeos] Re: Exception Handling with gcc2.95
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Thu, 08 May 2008 10:30:48 +0200 CEST
Tim de Jong <tjadejong@xxxxxxxxxxx> wrote:
> This I all already implemented, but now it turns out the "throw"
> command
> somewhere down in the preference object just blocks, and halts all my
> other
> code. Could this be a gcc 2.95 specific bug or am I probably doing
> something
> wrong in my code?
I don't know which compiler version you are using specifically, but
last time I tried, exceptions worked well with GCC 2.95.
When in doubt, create a small test application to reproduce your
problem.
Tracker.NewFS uses exceptions intensively for program flow (when
copying files and such) - if you can compile that one okay, your
compiler is probably not the fault.
Bye,
Axel.
- References:
- [openbeos] Exception Handling with gcc2.95
- From: Tim de Jong
Other related posts:
- » [openbeos] Exception Handling with gcc2.95
- » [openbeos] Re: Exception Handling with gcc2.95
- [openbeos] Exception Handling with gcc2.95
- From: Tim de Jong