Difference between revisions of "Blitz:Resident Files"

From Amiga Coding
Jump to: navigation, search
(Created page with "Blitz Basic / AmiBlitz allows the use of so-called "Resident" files.")
 
Line 1: Line 1:
Blitz Basic / AmiBlitz allows the use of so-called "Resident" files.
+
Blitz Basic / AmiBlitz allows the use of so-called "Resident" files. These files are chunks of pre-compiled Blitz code, and are usually used to add predefined structs, constants and macros to your code, such as for use with the standard OS libraries.
 +
 
 +
==Adding Resident Files==
 +
To add resident files to your source, go to the [[Blitz:Compiler Settings Window|Compiler Settings Window]], opened from the Compiler menu of the main Blitz editor

Revision as of 16:34, 26 August 2015

Blitz Basic / AmiBlitz allows the use of so-called "Resident" files. These files are chunks of pre-compiled Blitz code, and are usually used to add predefined structs, constants and macros to your code, such as for use with the standard OS libraries.

Adding Resident Files

To add resident files to your source, go to the Compiler Settings Window, opened from the Compiler menu of the main Blitz editor