• About uv3 and Bold style
    The default setting of KEYWORD is Bold style in vu3. but it works incorrect.That is,there's no difference between the normal style and the bold style. why? the version of uv3 is: 3.05c OS: windows2000...
  • ANSI style prototype
    I have the following error on my simulated program. Error C267 Funcdef Requires ANSI-Style Prototype Summary *** Error C267 Funcdef Requires ANSI-Style Prototype Description A function was...
  • Cannot change font style
    Hi, My Keil version is uv4(9.0.3) and mdk-4.20. I want to change the keywords font style to bold text. But the style menu is diable in the 'Colors and Fonts' tab in dialog 'Configuration'. Just as...
  • Useless Moves Coding Style
    There were a couple of questions regarding coding style in the previous thread. 1) The problem is that I am a strong advocate for the OOP principle of data encapsulation and inheritance. Though C...
  • Interrupt Keil Style Vector Table
    Hi, MCBSTR7 User's Guide suggests below code to assign interrupt vector addresses. I wonder the second line. It makes first cast to u16 and then shift by 16 bits. I checked the code in debug, the...