Blitz Basic 2.1 Demo Release
============================
  
This is the demo version of Blitz Basic 2.1 which does not
allow you to create standalone executable files.

Users with only 1Mb of memory will have problems trying to
run this demo with the examples provided. The full version
is configured so that any user can run Blitz straight from
the program disk. 


How to install Blitz Basic 2.1 Demo
-----------------------------------

	1. Make a new directory on your hard drive.

	2. 'Un-Lha' the blitzbasic21.lha file into your
	   new directory.

	3. Add the following to your user-startup or just
	   execute it before you start Blitz.

	   Assign BLITZ2: <drive>:<directory you created>		


This demo version has the new editor, new debugger and full
deflibs which contain all the third party libraries. The
new editor has some bugs, so the old editor has also been
provided to compensate. 

How to install the old editor
-----------------------------

	1. Rename Ted and Ted.info as NewTed and NewTed.info

	2. Rename OldTed and OldTed.info as Ted and Ted.info

If you want to stick with the new editor then any programs 
that load additional data must have their full path in the
loading command and don't forget to have runtime error
checking enabled *before* you compile any program. 

e.g. LoadShapes 0,"blitz2:examples/blitzmode/data/ball"


Please read the other document (ReleaseNotes) for more 
information. And yes, the 3D commands are documented but not
present :(.

Ted.
