• Creating a library
    Hi I am still raw with programming and I would like to know how to create a library which would allow me to access functions I define myself. I have multiple source files (*.c) which define functions...
  • using of library created
    i have written several functions, now i want to use this function in every application programme. so i created library of the functions using µvision4 IDE library creating facility. now i have a problem...
  • Creating and Using Libraries
    Hello! In the Test.Lib Library I am creating a function, which set a specific port and pin. The port and pin must be defined in the project to which i have added Test.Lib In Library Project,...
  • Creating and using object libraries
    I will be willing to pay for this information: I am using micorvision 2 and need to know how I can construct a library of objects and then how I can reference those objects from a main program. For...
  • Creating a custom library
    Have the following problem: I need to create a library with many functions. Some functions will be used by some projects and others by other projects. The important is to have only one library version...