Menu

#10 std::exception not handled

closed-fixed
nobody
None
8
2009-07-19
2009-04-29
Anonymous
No

In file include\xlw\macros.h there are macros that have exception handlers where std::runtime_error is caught.

I think std::exception should be the exception being handled there, as this will catch all standard exception plus used-defined exceptions deriving from std::exception.

Find attached a patch (over the file installed by xlw-3.0.0f0.exe) with the proposed change.

Congratulations for a great tool.

Discussion

  • Nobody/Anonymous

    patch with proposed change

     
  • Narinder Claire

    Narinder Claire - 2009-06-21
    • priority: 5 --> 8
     
  • Narinder Claire

    Narinder Claire - 2009-07-19
    • status: open --> closed-fixed
     
  • Narinder Claire

    Narinder Claire - 2009-07-19

    Its fixed in xlw 4 Beta 1