• 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...
  • 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...
  • About library file
    I want to ask theat how can i generate a standard library file which contain some sample function. for example: a Ray.lib which contain a add(int x,int y) function and how can i use this library...
  • About Library file
    How to remove the present object code from the Library file
  • About Library file
    I created a library fuction having two fuction inside 1) Loop1() 2) Loop2() when i will call the only one fucnction still the copiler will add the code for both, below i am writing the content of...