• 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...
  • 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: IDE configuration file
    Welcome, Does anybody know where µVision4 saves it's configuration? I know about "global.prop" but there are no "Shortcut-keys".
  • How to hide source code?
    Hello, I have a source code and header file that is used for multiple project. I want to hide-protect the source code being read by my coleagues for confidential purposes. I could use https://developer...