• C163 - unknown array size
    Hi, why do I get this c163, if I try to compile following sequence? Shouldn't be a problem for a c-compiler to determine the array-size. code const char code *EinstellMenue[][] = {{ " Einstellungen...
  • C163 - unknown array size
    Hi, why do I get this c163, if I try to compile following sequence? Shouldn't be a problem for a c-compiler to determine the array-size. code const char code *EinstellMenue[][] = {{ " Einstellungen...
  • Problem with structures containing structures
    Hello, I have a problem with the following structure declaration: typedef struct { HDEntriesTYPE HDWindowStartSTRUCT; } actualPlayerStatusTYPE; typedef struct { unsigned long StartClusterUL;...
  • Problem with structures containing structures
    Hello, I have a problem with the following structure declaration: typedef struct { HDEntriesTYPE HDWindowStartSTRUCT; } actualPlayerStatusTYPE; typedef struct { unsigned long StartClusterUL;...
  • Problem with structures
    Hi all Again I am back with new problem ; ;I still did not understand how keil works with C ; I have a structure defined like this typedef struct sParameter aParameter; struct sParameter...