Search results

  1. C

    Static Archive Library

    Hi! I want to create a static archive file (written in C++) which contains a few functions which can be used in other projects. I created a cpp file (Lib.cpp) which contains the implementations of the functions and a header file (Lib.h) which contains the proto types. Than I compiled the...
Back
Top