Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!rutgers!rochester!udel!princeton!phoenix!pucc!MMAMSTER From: MMAMSTER@pucc.Princeton.EDU (Michael Amster) Newsgroups: comp.sys.mac Subject: Init problems Message-ID: <4272@pucc.Princeton.EDU> Date: 18 Jan 88 09:23:53 GMT Reply-To: MMAMSTER@pucc.Princeton.EDU Organization: Princeton University, NJ Lines: 21 Disclaimer: Author bears full responsibility for contents of this article Just for the record, after wading through 200+ postings to get up to date, I to o support a split into two groups. My problem is this: I have a MAC+ running with a Paradise 20 external drive. I am running Finder 6.0 and System 4.2 which were NOT installed with installer. I need a boot floppy which is similarly outfitted in Finder and System. When I start up, however, Inits such as Findswell, Suitcase, etc. are not recognize d. In fact only Pyro is recognized, but it will only become active if I enter the control panel. I wish to find out why my inits do not work. Any one out t here with a clue? Also, I have noticed a bug in LSC 2.13 with type conversions... float x,y,foo(); plot((int)x,(int)y); where these are integer parameters for the routine will not always cast correctly. It may have been thi come to think of it (It's late forgive me). plot((int)foo(x),(int)foo(y)); did not work, yet this did... int i,j; float x,y,foo(); plot(i=(int)foo(x),j=(int)foo(y)); did work, is this an LSC problem?? Please E-mail replies, as this node has less than reliable news posting. Thank you in advance.