Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!imagery!p5.f22.n282.z1.FIDONET.ORG!Jim.Spencer From: Jim.Spencer@p5.f22.n282.z1.FIDONET.ORG (Jim Spencer) Newsgroups: comp.sys.mac.programmer Subject: Assembler for SE/30 chea Message-ID: <11.25E6782B@imagery.FIDONET.ORG> Date: 22 Feb 90 02:09:42 GMT Sender: ufgate@imagery.FIDONET.ORG (newsout1.26) Organization: FidoNet node 1:282/22.5 - Macintosh SmorgasBo, Bloomington MN Lines: 17 >to work on this Assembler. I would like to find something either shareware >or pretty inexpensive. Any ideas ?? The rest of the MPW environment doesn't rely on the Assembler in any way. Each of the compilers simply puts out a compatible link file. BUT this will not be cheap by any means: you are talking over $200 just for the basic shell and assembler. > gHelloWindow= GetNewWindow( BASE_RES_ID, NIL_POINTER, MOVE_TO_FRONT); > ShowWindow(gHelloWindow); (<=== Bus Error) (in MacsBug) > SetPort(gHeloWindow); > etc, etc...... Just a guess but do you have a WIND resource of ID = BASE_RES_ID in your resource file? If not then GetNewWindow will return a nil pointer which you are then passing to ShowWindow with the expected results. -- Jim Spencer - via FidoNet node 1:282/33 UUCP: ...!uunet!imagery!22.5!Jim.Spencer ARPA: Jim.Spencer@p5.f22.n282.z1.FIDONET.ORG