[openbeos] Re: Exception Handling with gcc2.95

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.


Other related posts: