• ANSI error
    when i use the coding " mmb_lcdPutCtl(LCD_CGRAM(1));" in my program...it shows an error that "requires ANSI-STYLE prototype" wat doesn that mean? how do i solve this? thanks
  • 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...
  • ANSI-C and idata
    Hi All, I need to make portable ANSI-C code, any advice how easier to hide "idata"? I use small memory model, and wouldn't change it. Regards, Vladimir
  • ansi c library support
    we are using cypress fx-2 development board which has an evaluation version of c-51 compiler (for 8051 microcontroller). we want to include ansi c library functions like fread, fwrite , malloc etc...
  • ANSI escape sequence
    Hi I am programming something and i need to use Hyperterminal to display the output, all is well but i am struggling for the right ANSI escape sequence to position the cursor to the beginning, i have...