Hello Jack,
about static library creating, open project settings, click EPPC Target, and change Project Type to Library.

About linking, create you own library as I described above and simply drag and drop this library into Runtime folder of the project you would like to link the library to. Now you can call functions from the library.

Hope this helps.
Regards,
Martin