ryqb.obj is the API interface for Quick Basic 4.5

First you need rebuild lib file, such as Samples directory Makelib.bat
	link /Q ryqb.obj, mylib.qlb,,bqlb45.lib
	lib mylib.lib+ryqb.obj, mylib.lst
You can replace "mylib" with else name

Then start QB with "qb /L mylib"
Such as Samples directory Runsamp.bat

OK, now you can run Sample.bas or use all rockey function.

NOTE:
1. You have to keep handle, fcode, lp1, lp2, p1, p2, p3, p4 each parameter in 
   an indepentent line.
2. Whether function need buffer, you must init buffer.
   For example: buffer = " "
   length of buffer is 1 byte at least.
3. The length of buffer can't more 512 bytes.
4. Before read dongle, the length of buffer must be init into a longer content
   than those will be read.



