Changes between Version 16 and Version 17 of Technical_documentation
- Timestamp:
- Nov 30, 2012 9:30:34 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Technical_documentation
v16 v17 3 3 This section targets software developers that either wish to incorporate !VirtualBox into their products by programming its APIs or learn about !VirtualBox in order to contribute to its development. (If you are only looking for information on how to download and run !VirtualBox, see the [wiki:"End-user_documentation" End-user documentation page] instead.) 4 4 5 Getting started: 6 5 7 * The [http://download.virtualbox.org/virtualbox/SDKRef.pdf SDK Programming Guide] of the current !VirtualBox release ([/sdkref/index.html API reference]) 6 7 8 * [wiki:"Build_instructions" Build instructions] 8 9 9 * [wiki:"Binaries_overview" Binaries overview] 10 11 10 * [wiki:"Source_code_organization" Source code organization] 12 13 11 * [wiki:"VirtualBox_architecture" VirtualBox architecture] 14 15 12 * [wiki:"Developer_FAQ" Frequently Asked Questions (FAQ) for developers] 16 13 14 Development: 15 17 16 * [wiki:"VBoxLogging" The VirtualBox/IPRT logging facility] 18 19 17 * [wiki:"VBoxMainLogging" Debug logging of VBoxSVC and Qt GUI] 20 21 18 * [wiki:"Porting_VirtualBox" Porting VirtualBox to a new platform] 22 19 20 Miscellaneous: 21 23 22 * [wiki:"Translating" Translating VirtualBox (I18N)] 24 25 23 * [wiki:"Core_dump" How to provide a core dump] 26 27 24 * [wiki:"Network_tips" Some helpful network tips] 28