Contents
Copyright Notice
Introduction
General knowledge nice to know before we start!
Installation
Building applications
Appendix
Step by step
Websites and other references
How to create your own library
The general directory structure and logic for your own libraries
Create a new project
Select features of library
You're ready to create the library
You now have an empty project workspace
Set the very important common settings for all Notes API applications
Tell the linker to move the result (the library file) to the common lib-directory
In the header file, add these compiler-commands (aka "pragma directives") - they'll guide the compiler to the correct libs later.
Tell the build-process to copy the header file(s) to the common include-directory
Start using the library by including the header file
Glossary of Terms
Index