Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!rutgers!cmcl2!phri!ccnysci!alexis From: alexis@ccnysci.UUCP (Alexis Rosen) Newsgroups: comp.sys.mac.programmer Subject: Re: LSP 2.0 dies with low-level file manager calls??? (No, but I do) Message-ID: <1971@ccnysci.UUCP> Date: 12 May 89 06:37:52 GMT References: <1954@ccnysci.UUCP> Reply-To: alexis@ccnysci.UUCP (Alexis Rosen) Organization: City College of New York Lines: 25 Okay, Earle Horton has been kind enough to point out just how stupid I was, so the rest of you don't need to bother. I even figured out that A3 wasn't being set up and I _still_ didn't realize what I was doing wrong, which was not making a paramblock and setting "mypb^" to it. I cut the source from another program which was already working, and missed that part, but still that's no excuse. On the other hand, my followup questions about _Launch and Working Directories still stand. Also, let it be said that despite my grousing, I think LSP is a truly wonderful environment for the small projects that I do in Pascal- such as the following: Program Penance; Var i:LongInt; Begin For i:= 1 To 1000000 Do Writeln('I will not use pointers without first allocating storage!') End. --- Alexis Rosen alexis@ccnysci.{uucp,bitnet} alexis@rascal.ics.utexas.edu (last resort)