Short: Paintprogram with full source code Author: Bob Lanham & Aaron Roberts Uploader: Aaron Roberts (antroberts iname com) Type: dev/src Requires: OS3.x, any 68xxx CPU Architecture: m68k-amigaos This paintprogram uses datatypes and is fully OS compliant. No special libraries are needed! The full source code is provided to help others gain a 'big view' of how different parts are put together to form a useful program. Useful code is provided which illustrates the following - - use of datatypes - loading and saving of iffs - palette customization - altering the pointer image - handling input from multiple windows - simple graphic draw routines (all rotational) - custom gadget images - menu setup and usage - good programming style (compiles on SAS and HiSoft) - code is fully documented This program was designed and implemented specifically to help others learn how to program on the Amiga. It is at its most primative level an easy way to convert pictures from one type to an iff, assuming you have all the proper datatypes in place. Please let the authors know if it helps you in anyway!