This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

EC166 configuration

Hi All,
I am interested in the Keil EC++ Compiler.
Can it be configured?
In other words I would like to switch off or on the following features of C++:
-Templates,
-RTTI,
-Exception Handling,
-Multiple inheritance,
etc.

Can someone help me and answer the question?

Parents
  • I would like to switch off or on the following features of C++:
    -Templates,
    -RTTI,
    -Exception Handling,
    -Multiple inheritance,
    etc.


    EC++ means 'Embedded C++' which is C++ without templates, RTTI, exception handling, multiple inheritance, namespaces, 'mutable' specifier. You can't switch those features on, they are not supported.

    Regards,
    - mike

Reply
  • I would like to switch off or on the following features of C++:
    -Templates,
    -RTTI,
    -Exception Handling,
    -Multiple inheritance,
    etc.


    EC++ means 'Embedded C++' which is C++ without templates, RTTI, exception handling, multiple inheritance, namespaces, 'mutable' specifier. You can't switch those features on, they are not supported.

    Regards,
    - mike

Children