Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!caip!cbmvax!daveb From: daveb@cbmvax.cbm.UUCP (Dave Berezowski) Newsgroups: net.micro.amiga Subject: Re: Adding Input Device Handlers (?) Message-ID: <705@cbmvax.cbmvax.cbm.UUCP> Date: Sat, 6-Sep-86 03:20:09 EDT Article-I.D.: cbmvax.705 Posted: Sat Sep 6 03:20:09 1986 Date-Received: Sat, 6-Sep-86 09:08:15 EDT References: <2283@osu-eddie.UUCP> Reply-To: daveb@cbmvax.UUCP (Dave Berezowski) Organization: Commodore Technology, West Chester, PA Lines: 18 In article <2283@osu-eddie.UUCP> mcclure@osu-eddie.UUCP (James Edward McClure) writes: > > Has anyone successfully added an input device handler using > Aztec C. If you have how did you do it? > > Thanks in advance, > > Jim McClure > I havn't BUT I have some advice. Remember that if you are writting a routine that gets called by one of Amiga's routines (such as a printer driver) that all of the args will be longs. Also, if you compile under Aztec's small data module, you'll have to set up your own a4 (DataSeg ptr) on initialization. I'm not sure if an input device handler falls into the above category, BUT I thought I'd pass the info along anyway. Regards, David Berezowski