Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!ukma!psuvm.bitnet!cunyvm!ndsuvm1.bitnet!ud092096 From: UD092096@NDSUVM1.BITNET Newsgroups: comp.sys.ibm.pc Subject: Re: Quick C math library problem? Message-ID: <458UD092096@NDSUVM1> Date: Mon, 30-Nov-87 15:59:53 EST Article-I.D.: NDSUVM1.458UD092096 Posted: Mon Nov 30 15:59:53 1987 Date-Received: Fri, 4-Dec-87 03:23:44 EST References: 1203@uhccux.UUCP Distribution: na Lines: 19 ...about not being able to use sin() in QuickC interactive mode. I don't think the original poster did anything wrong, page 126 of the QC Programmers Guide lists the funtions that are built into the QC.exe (table 6.1), and doesn't list any of the math functions. The manual says that to use functions not listed in table 6.1 you must either create a quick library OR use the Program List. Page 239 of the same manual shows how to build a bios quicklib, the same method could be used to create a math quicklib that could be loaded when QC is started. Using the Program List also works, but slows down compilation since QC links with a disk file rather than a function in memory. Hope this helps Barry Pederson