Path: utzoo!utgpu!watmath!clyde!bellcore!rutgers!ukma!husc6!endor!siegel From: siegel@endor.harvard.edu (Rich Siegel) Newsgroups: comp.sys.mac.programmer Subject: Re: LSC 3.01 & 68881 linking problems Keywords: undefined math functions Message-ID: <791@husc6.harvard.edu> Date: 9 Dec 88 03:19:43 GMT References: <1499@murdu.OZ> Sender: news@husc6.harvard.edu Reply-To: siegel@endor.UUCP (Rich Siegel) Organization: Symantec/THINK Technologies, Bedford, MA Lines: 35 In article <1499@murdu.OZ> strasser@murdu.OZ (Mike Strasser) writes: >defined the symbols _ERRORCHECK_ and _MC68881_ in my global #include >file. From what I can see in the manuals, that should do. If you set _ERRORCHECK_, you need to recompile Math881. To do this: - open the Math881 project - hold the Option key, press the mouse in the title bar of the project window, and pull down "config.h" - #define _ERRORCHECK_ - choose "Bring Up To Date" from the Project menu - open your own project - choose "Make", then click "Use Disk", and then press Return >As an aside, does anyone know why the "stars" in the About... display >don't work on a Mac II? The stars do work on a Mac II, but only in 1-bit mode. This is because (for speed) the code writes directly to the window's portBits. This doesn't quite work in multi-bit bitmaps... --Rich Rich Siegel Staff Software Developer THINK Technologies Division, Symantec Corp. Internet: siegel@endor.harvard.edu UUCP: ..harvard!endor!siegel Phone: (617) 275-4800 x305 Any opinions stated in this article do not necessarily reflect the views or policies of Symantec Corporation or its employees.