Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!rutgers!cbmvax!carolyn From: carolyn@cbmvax.cbm.UUCP (Carolyn Scheppner) Newsgroups: comp.sys.amiga Subject: Re: mathtrans.library problem Message-ID: <1061@cbmvax.cbmvax.cbm.UUCP> Date: Fri, 5-Dec-86 18:46:11 EST Article-I.D.: cbmvax.1061 Posted: Fri Dec 5 18:46:11 1986 Date-Received: Sat, 6-Dec-86 03:26:16 EST References: <356@killer.UUCP> Reply-To: carolyn@cbmvax.UUCP (Carolyn Scheppner) Distribution: net Organization: Commodore Technology, West Chester, PA Lines: 51 Keywords: pleeze help w/ possible bug In article <356@killer.UUCP> cls@killer.UUCP (Chris Schuermann) writes: >I have a BIG problem. I can't seem to get the Amigas math >transendental library to open. I have tried just about everything >I can think of. If you can't get it open with correct OpenLibrary() code then you probably have NO mathtrans.library in your libs: directory. Do a "dir libs:" and see if mathtrans.library is there. (It IS there when you boot with a normal WorkBench disk) If it's not there on YOUR disk, then make sure that 1. You have a "libs" directory on your boot disk. 2. It contains mathtrans.library 3. None of your scripts (startup, cc, etc) are re-assigning the logical name "libs:" Here's what I used to open the libraries. It worked fine. --------------------------------------------------------------- /* MathTest.c */ #include "exec/types.h" ULONG MathBase; ULONG MathTransBase; main() { if(MathBase = OpenLibrary("mathffp.library",0)) { printf("Opened mathffp\n"); if(MathTransBase = OpenLibrary("mathtrans.library",0)) { printf("Opened mathtrans\n"); CloseLibrary(MathTransBase); } CloseLibrary(MathBase); } } -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Carolyn Scheppner -- CBM >>Amiga Technical Support<< UUCP ...{allegra,caip,ihnp4,seismo}!cbmvax!carolyn PHONE 215-431-9180 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=