Dear useres,

I want to know how can I make static libraries (lib files) in C/C++ and how can I use them in my projects. I want to export some functions so should I use extern "C" statment for my functions and also any calling convention needed (such as __declspec)???

Thanks,