Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uunet!munnari.oz.au!metro!cluster!ultima!vilkas From: vilkas@ultima.cs.uts.oz (Peter Sumskas) Newsgroups: comp.sys.amiga.tech Subject: Re: Opening dos.library in C Message-ID: <17697@ultima.cs.uts.oz> Date: 12 Apr 90 02:38:36 GMT References: <6287@star.cs.vu.nl> Organization: Comp Sci, NSWIT, Australia Lines: 17 peraue@cs.vu.nl (Raue Paul Erik) writes: >Since no-one seemed to be able to supply me with a glue routine for the >requester-library for Aztec C5.0, I tried writing my own file-requester.... >Just one little problem... When I try to open the dos.library it the machine >crashes.... Does anyone know how to open the dos.library in C, I tried every >example in the book, and they don't seem to work.... When I try it in Assembly >it works fine, just the C routine that crashes.... >Can anyone send me a working program using the dos.library? Aztec C opens the dos.library to begin with so that it can do the printf's, etc.The reason why it might be crashing is perhaps that you may be redefining DosBase. Hope that solves your problem. Regards, Peter Sumskas.