• 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, ...
  • 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, ...
  • C166INC env var for EC166
    Hi, I'm trying to compile the C:\Keil\C166\Examples\EC++\complex\complex.cpp file from my command line. C:\>SET C166INC=C:\KEIL\C166\INC C:\>c:\Keil\C166\bin\EC166.EXE "c:\keil\C166\Examples...
  • C166INC env var for EC166
    Hi, I'm trying to compile the C:\Keil\C166\Examples\EC++\complex\complex.cpp file from my command line. C:\>SET C166INC=C:\KEIL\C166\INC C:\>c:\Keil\C166\bin\EC166.EXE "c:\keil\C166\Examples...
  • EC166 and unsigned char/signed char
    Hi to all, I have in use the EC++ Compiler from Tasking and want to change my whole EC++ project to KEIL. I tried to compile some files with the KEIL EC166 but I always get the following error: ---...