cReader 1.0a - Rex 6000 Chinese reader

Copyright 2003 Jian Ren

cReader is free software under the terms of the GNU General
Public License.  See the end of this file, and the file 
GPL.txt, for further explanation.


Introduction
------------
cReader displays Chinese memos on your Rex6000 screen. 
It uses a 12X12 GB2312 Chinese character font library.

This is a special version which stores font library as memos.
If you feel it's too slow(I do), go to use version 1.0 which stores
Chinese font in empty firmware pages.

cReader could also display and wrap English memos.
cReader doesn't use the memo line index table in Rex to wrap the
memo because it couldn't work for Chinese. It uses an unused column
in the memo table to store the bookmark.


A.  Installation
----------------

1.  Unzip the file cReader.zip to a temporary directory on
your PC.  It contains the following files:

ReadMe.txt 		- this text file
cReader.rex		- cReader addin
GPL.txt			- GNU General Public License text file
zhzk1-zhzk7		- The memo files contain the Chinese font

cReader.c		- The source code
cReader.bmp		- The addin icon
cReader.txt		- The file used by rexdk
make.bat		- The make file to build under rexdk


2.  Load the 7 font memos(zhzk1-zhzk7) into your rex with Rextools.
3.  Load cReader.rex as an addin into your rex with Rextools.
4.  Load Chinese memos(GB2312) and run cReader.


B.  Known problems
----------------
1.  As it said above, it's very slow to read fonts from memo.
2.  This version doesn't support Chinese memo names, but 1.0 does.

cReader is offered "as-is". No warranty is expressed or implied. 

If you wish to contact me with problems or suggestions, use:  
ridgeren@yahoo.com


Jian Ren


;
; This file is part of cReader.
;
; cReader is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2 of the License, or
; (at your option) any later version.  
;
; cReader is distributed in the hope that it will be useful, but 
; WITHOUT ANY WARRANTY; without even the implied warranty of 
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
; GNU General Public License for more details. 
;
; You should have received a copy of the GNU General Public License 
; along with cReader; if not, write to the Free Software Foundation, Inc.,
; 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
;
