Hi,
I'm not sure what is your library/project structure. But basically - you need to implement functions in your library code. Structure definition can be done in library header file.
For using your library in your project, you need to tell linker where the library is. Right click on project name -> Properties:

If you specify function/variable as a extern - it tells linker to search such function in other obj files.