Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!akgua!gatech!seismo!uwvax!uwmacc!net From: net@uwmacc.UUCP Newsgroups: net.micro.amiga Subject: Using Dos library from basic Message-ID: <30@uwmacc.UUCP> Date: Wed, 25-Jun-86 16:46:28 EDT Article-I.D.: uwmacc.30 Posted: Wed Jun 25 16:46:28 1986 Date-Received: Sat, 28-Jun-86 07:33:08 EDT Reply-To: net@uwmacc.UUCP (jeff kesselman) Organization: UWisconsin-Madison Academic Comp Center Lines: 18 Trying to get around the aformentioned bug in input$(), I attempted to use the Dos library, with the dos.bmap include with AmigaBAsic and the library command. Unfortunately, the appropriate commands are open,read,write, and close, which are treated by basic as keywords EVEN in the middle of a DECLARE FUNCTION xxxxxx LIBRARY statement. I HAVE to declare at least open, other wise I will get no return value, and thus no file handle to pass to the others. Didn't anybody at Microsoft or Commodore/Amiga try USING the demo files provided? (As a side note, trying to run the Library demo program gets me a "file not found" for graphics.library. What gives?) Help! Jeff Kesselman ihnp4!uwvax!uwmacc!net P.S. Please mail responses to me directly. P.P.S .... I love my Amiga, it's its sorry excuse for software that drives me crazy!!!