Path: utzoo!attcan!uunet!cs.dal.ca!aucs!850860w From: 850860w@aucs.uucp (VINCENT W. WHYNOT) Newsgroups: comp.sys.mac.programmer Subject: Lightspeed C programming questions?? Message-ID: <1990Feb7.174811.3550@aucs.uucp> Date: 7 Feb 90 17:48:11 GMT Sender: Wade Whynot, Acadia U. Reply-To: 850860w@aucs.UUCP (VINCENT W. WHYNOT) Distribution: na Organization: School of Computer Science, Acadia Univ., Nova Scotia Lines: 26 I am using Lightspeed C version 2.15 to develop an application for my Honors thesis. There are several issues I need help on: 1) My application will generate code (Lightspeed C code) for a scanner and a parser. Once this code is generated I want to allow the user to test it from within my application. Is there any way of compiling and linking these code modules without leaving my application and going to Lightspeed C? 2) I am also having trouble with an automatic scrolling routine installed with SetClikLoop(). On the Mac Plus (which I am using) the default ClikLoop routine will scroll text during text selection but will not adjust the vertical scroll bar accordingly. My ClikLoop routine simply scrolls text during text selection while adjusting the scroll bar. My ClikLoop routine is defined as follows: pascal BOOLEAN AutoScroll() { blah, blah, blah; return(TRUE); } When I install this routine with SetClikLoop, text cannot even be selected by dragging (inside or outside the window). Any comments? Any help is appreciated, Wade