Newsgroups: comp.sys.atari.st Path: utzoo!lsuc!jimomura From: jimomura@lsuc.on.ca (Jim Omura) Subject: Various Programming Problems Message-ID: <1990Nov16.193357.3463@lsuc.on.ca> Reply-To: jimomura@lsuc.on.ca (Jim Omura) Organization: Consultant, Toronto Date: Fri, 16 Nov 90 19:33:57 GMT AES Support: First, my thanks to all who responded about this matter. The information I have is that I should try to get Ian Lepore's 'gemfast13.arc' file which is a complete AES support kit. I should be able to get this from the 'atari.archive'. I have a domain address for that site, but can someone give me a "bang address" for whomever is in charge of maintaining the archive so I can request it? I don't have FTP capabilities to my "local" site and I can't do it through my Net connection site for other reasons. Mouse Report Range Settings: In the program I'm working on, I'm starting at Medium Res. and then switching to Low Res. The only problem I have is that I want the Mouse to limit its travel to 320 in the X range. First I tried to use 'initmous()' and that didn't work. I'd like to figure out that one eventually, but it should not be necessary for this project. There should be an alternative using 'ikbdws()'. But I can't get this to work either. The following is a model of the code that I tried: char scratch[5]; scratch[0] = 0x09; /* Command to start absolute mouse reports */ scratch[1] = 319 >> 8; scratch[2] = 319 & 0xff; scratch[3] = 0; scratch[4] = 199; ikbdws(4,scratch); When I ran code essentially the same as the above, the mouse seemed to stop sending X Y information completely. Any ideas about this? -- Jim Omura, 2A King George's Drive, Toronto, (416) 652-3880 lsuc!jimomura Byte Information eXchange: jimomura