Path: utzoo!attcan!uunet!lll-winken!ames!ucsd!orion.cf.uci.edu!oberon!sm.unisys.com!csun!srhqla!kosman!kevin From: kevin@kosman.UUCP (Kevin O'Gorman) Newsgroups: comp.sys.mac.programmer Subject: Re: TransEdit 2.0 - C version (part 1 of 3) Summary: Trouble with the project: complains shiftKey is defined Message-ID: <722@kosman.UUCP> Date: 17 Mar 89 19:02:08 GMT References: <20934@dhw68k.cts.com> Followup-To: comp.sys.mac.programmer Organization: K.O.'s Manor - Vital Computer Systems, Oxnard, CA 93035 Lines: 10 This looks as good as the first two Trans-things. However, when I tried to build the project in LSC 3.0, I got a bug: the macro is already defined. The problem is shiftKey, which would be defined in EventMgr.h, but I don't see that it's #included, even indirectly. The project seems to build okay if I comment out the definition in TransEdit.c, but it worries me. Anyone have any idea what's going on?