E2460 Delphi style classes require exception handling to be enabled (C++)

From RAD Studio
Jump to: navigation, search

Go Up to Compiler Errors And Warnings (C++) Index

If you are using Delphi style classes in your program, you cannot turn off exception handling (compiler option -x-) when compiling your source code. Delphi style classes derive directly or indirectly from System::TObject.