Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!well!hoptoad!slc From: slc@hoptoad.uucp (Steve Costa) Newsgroups: comp.sys.amiga Subject: Re: DPaint II brushes to C Message-ID: <2082@hoptoad.uucp> Date: Fri, 1-May-87 13:19:20 EDT Article-I.D.: hoptoad.2082 Posted: Fri May 1 13:19:20 1987 Date-Received: Sun, 3-May-87 00:47:56 EDT References: <2078@hoptoad.uucp> <2972@well.UUCP> <2973@well.UUCP> Reply-To: slc@hoptoad.UUCP (Steve Costa) Distribution: world Organization: Presidio Software Lines: 7 I used NEWZAP to look at the hex data for my DPaint II brushes, and discovered that the "BODY" label was 64 bytes farther on than gi expected. So, I changed gi.c to fseek() 64 bytes further and re-compiled it; it seems to work. Sounds simple in retrospect, but it was unknown territory for me. It's not generalized, but it will work for my purposes.