• Any way to include a binary file?
    Does anyone know of a way to do the equivalent of this, in C51 V5.50? #include "myfile.bin" Where the file isn't source code text but a binary such as a Windows bitmap. It would need to be located at...
  • Porblem in including header file in Keil
    I want to include header file in my project The header file contains all the declarations. Can i use text file for the same purpose.
  • Include a C header file in assembler
    There's a C header file, I want an assembly source file to include it and use the definitions. I tried this Realview's document: www.arm.com/.../1208.html But it can't help. The docuemnt said "When...
  • Including a 'c' header file in the STARTUP.A51 file
    Hi all, I have searched the forums high and low but still can't find a definitive answer. I'm hoping there are some gurus out there that can point me in the right direction. My question is: How...
  • c-file include header-file twice
    I work with the MDK version from Keil... In my project I've got three separate c-files with their own header-files. I can see all three c-files in the project workspace with their included header...