• WARNING C258 mspace ignored
    this "extract to show" compiles with the warning. I definitely do not want the overhead from mspace ignored. What am I missing in making this mspace dependent i.e VFcPtr always code. here void VFDcdatLgt...
  • WARNING C258 mspace ignored
    this "extract to show" compiles with the warning. I definitely do not want the overhead from mspace ignored. What am I missing in making this mspace dependent i.e VFcPtr always code. here void VFDcdatLgt...
  • error C258:mspace illegal in struct/union
    Hi all i want to read RTC time parameters. RTC is treated as one of memory location,it gets enabled when parameters are refered. following where the codes: struct tm{ unsigned char xdata second...
  • error C258:mspace illegal in struct/union
    Hi all i want to read RTC time parameters. RTC is treated as one of memory location,it gets enabled when parameters are refered. following where the codes: struct tm{ unsigned char xdata second...
  • C51 warning C322: unknown identifier
    I am porting some code to 8051 and the existing code uses #define to determine whether or not some functionality is available i.e. .... #define HAVE_STRING_H . . . . #ifndef HAVE_STRING_H #include...