• 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...
  • Structure of C_INITSEC
    hello, I have to initialize static variables residing in sdata after setting bit XPEN in main() by myself, because in our system it is not possible to set bit XPEN prior to the initialization loop...
  • Size of a structure
    Hi, Question about sizeof() function : typedef struct _TABLE_1 { unsigned char Table[10]; unsigned long ; unsigned long ; unsigned long ; unsigned char ; unsigned char ; unsigned char ;...
  • Structure of Executable
    after compiling and linking C166 generates the so called "executable". A (large) file without extention. I am looking for informations about this file to write a program which can analyse it. Thank...
  • bad structure declaration?
    i'm trying to create an array of structures but when i make more than a handful my robot doesn't work. so in main.h i have typedef struct SPid { int dState; // Last position input int iState;...