• Compier checks section under #ifdef UNDEFINED -> error
    It seems a bug crept in CC ARM, may be not only ARM. Consider next code: #ifdef IDENTIFIER IDENTIFIER(); #endif and build output: ..\..\src\module\module.cpp(344): error: #20: identifier...
  • µV4: IDE configuration file
    Welcome, Does anybody know where µVision4 saves it's configuration? I know about "global.prop" but there are no "Shortcut-keys".
  • µV4: Go command at end of ini file
    Hi, µVision 4 has a problem when there is a Go command at the end of the ini File, then the debug toolbar does not appear until the target gets stopped from the menu Debug/Stop. Currently I use µVision...
  • when #ifdeffing a testsnippet
    when #ifdeffing a testsnippet it is, often, desirable to be able to do this: code .... code .... #ifdef DOIT BOOL flag if (flag) .... Keil does not allow definitions in the middle of a routine...
  • rather than #ifdef
    I am working on some stuff with 4711 #ifdefs and, on most global searches, end up looking at inactive code. To obtain 'marked' code lines I tried to replace #ifdef BLAH ....... with //#define...