Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ut-sally!husc6!mit-eddie!ll-xn!nike!sri-spam!sri-unix!hplabs!tektronix!teklds!cae780!amdcad!decwrl!sun!cmcmanis From: cmcmanis@sun.uucp (Chuck McManis) Newsgroups: net.micro.amiga Subject: Bug in Lattice 3.03b Message-ID: <8386@sun.uucp> Date: Wed, 22-Oct-86 14:12:55 EDT Article-I.D.: sun.8386 Posted: Wed Oct 22 14:12:55 1986 Date-Received: Fri, 24-Oct-86 00:18:50 EDT Distribution: net Organization: Sun Microsystems, Inc. Lines: 12 I have found a slight discrepency in the way the Lattice C compiler handles startups. In the c.o code they open the DOS library, unfortunately they do not initialize D0 to either the expected version or zero. This worked in 1.1 but 1.2 has a problem with this, generating a recoverable alert of type 80007 I believe (OpenLib + DOSLib). The fix is simple, preinitialize D0 to 0 before the OpenLibrary call. -- --Chuck McManis uucp: {anywhere}!sun!cmcmanis BIX: cmcmanis ARPAnet: cmcmanis@sun.com These opinions are my own and no one elses, but you knew that didn't you.