Contents

 
 Copyright Notice
Expand Introduction
Collapse General knowledge nice to know before we start!
     Collapse 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 ?!?
     Expand General structure of most toolkits - including Notes C and C++ APIs
     Expand One way to organize your tookits and source code
     Expand General quirks you need to be aware of
Expand Installation
Expand Building applications
Expand Appendix
Expand Glossary of Terms
 Index