Sprite lib v0.1 --------------- Author: D Smethurst (http://www.netyaroze-europe.com/~ULTHWE/) Data : 11-Jul-1998 ---------------------------------------------------------------- Okay I've had my yaroze some time now (eep!) and not done anything with it really. But over the past couple of weeks I have been trying to rectify this by coming up with some ideas. The first one I've had was to product a library that I could use to manipulate sprites easily with. This is the first revision of that library. Hopefully there should be a few move coming up very soon. (I've even got a nice piece of free RCS software so I won't lose anything !) Anyway, unzip this and got to the source directory and type make. This will produce the library. The headers are in the include directory so all you have to do is add the lib directory to your project i.e. if you unziped this to sprlib on the root of the working disk you would add -L/sprlib/lib Also when you link your project add -lspr to the end of the line. This will link the library in. In the demo directory there is a small demo program that I wrote to test out some of the primary functions of the library. Just type make in this directory to product the executable in the exe directory. Then go into there and use siocons to upload and run as normal. If you have any problems then don't hesitate to email me (but beware I might not reply straight away) Thanks and enjoy Dave ---------------------------------------------------------------- ( dave@ulthwe.demon.co.uk )