• Problem with multi files project and header file
    Hi, I have such a problem with my asembly project.I divided it into few files with only one file of variables and constants definitions which are common for all files (all files include line - #include...
  • Problem with multi files project and header file
    Hi, I have such a problem with my asembly project.I divided it into few files with only one file of variables and constants definitions which are common for all files (all files include line - #include...
  • Linker problem L104 with a header file
    I have a program which exists out of a few files. I have my main.c file, my own library .c and .h files, I have an I/O.h file which only contain #defines and lastly I have my register.h file for the...
  • Linker problem L104 with a header file
    I have a program which exists out of a few files. I have my main.c file, my own library .c and .h files, I have an I/O.h file which only contain #defines and lastly I have my register.h file for the...
  • C51 header file problem
    Hi, I've been looking at this compile error for a few hours now so I decided to look for some community support. I created a header file "SCMCtl.h" which contains a Struct declaration and a function...