Documentation Area -- Product and developer resource manuals.
Copy "zlibwapi.dll" and "zlibwapi.decls" to the appropriate
userlibs folder. This will be something like "c:\program files\blitzplus\userlibs\".
|
Include the following files into your project:
Blitz_Basic_Bank.bb -- This adds the commands "PeekString" and "PokeString" which are
used by the helper functions to access strings passed from the userlib.
|
Blitz_File_FileName.bb -- Adds a few simple functions for extracting the names of files
from their complete paths.
|
Blitz_File_ZipApi.bb -- The file containing the helper functions. These simplify all the tasks supported by the
userlib, such as compressing banks and creating new ZIP files.
|
|
To add documentation to the Blitz manual and enable F2 help, copy the contents
of "blitz-docs" to the "help/commands/2d_commands" of the
Blitz installation.
|