• HOW .... to include library C51s.lib ???
    I am doing inline assembly. All works except unresolved external. OK I KNOW WHY. BUT HOW DOES ONE INLCUDE THE MISSING LIBRARY IN THE IDE ? Specifically, what dialog, what text to enter where...
  • SSL library of Keil included within Security option
    Hi, I am using keil 5.23, and have selected HTTPS.Using HTTPS Webserver is created and I am trying to upload .xml file via Webserver, My doubts are: 1. What maximum size of file can be uploaded...
  • $include?
    if i have configuration: ... VAR: DS 1 ... and,i include it in one .asm file $include (confi.inc) when i assemble them, msg show: Program Size: data=30.0 xdata=0 code=101 and,i include...
  • Library files, include source files
    Hi, I built a library file that can be used for other projects. Once I have built it and added it to another project, I right click on a function and select "Go to the definition of 'function...
  • How to not include uncalled functions in library?
    I have create a .lib file that contains my functions.But sometimes i only need to call some of these functions, but when i add the lib file into my projects, it always says there are uncalled functions...