Contents
Copyright Notice
Introduction
General knowledge nice to know before we start!
General guide to any toolkit!
It all starts with the source code...
The COMPILER transform the source code to intermediate files, the object files
The LINKER combines your object files with other libraries into an executable
The result is an EXECUTABLE file (or a DLL or a LIB ...)
Oh, the result (executable, dll, lib) can be either debug or release ?!?
General structure of most toolkits - including Notes C and C++ APIs
One way to organize your tookits and source code
General quirks you need to be aware of
Installation
Building applications
Appendix
Glossary of Terms
Index