Jim.Spencer@p5.f22.n282.z1.FIDONET.ORG (Jim Spencer) (02/22/90)
>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