• forward declaration of struct
    is there any possibility to make a forward declaration of a struct? typedef struct { word wMe; mh_ts_me *zsOldMe; } mh_ts_me; Thank you ...Leo
  • C166 forward slash/backslash
    Hi all, Do the lateste Keil tools (C166, A166, L166, etc.) support long filenames and forward slashes in pathnames? Our current 3.12 version doesn't like non 8.3 filenames and seems to have problems...
  • declaring user class
    hi, i had problems declaring user class in assembly language for ARM processor. How is it done using the AREA directive AT 0x0000? How the same user class should be declared in the LA LOCATE script...
  • uVision Bug Forward/Back Navigation
    I've been using uVision for a couple months now (V5.15) and have experienced this bug that is extremely frustrating. The bug is that after using the Forward/Back navigate buttons, eventually, I get...
  • Error: this declaration has no storage class or type specifier
    Hi to all I am working on encryption AES Algorithm on LPC1768. The problem comes when I compile the project from Keil. I got this log: Any pointers or suggestion will be helpful. *** Using Compiler...