home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!cs.utexas.edu!usc!elroy.jpl.nasa.gov!ames!tulane!rouge!pvl1779
- From: pvl1779@usl.edu (Leach Phuong V)
- Subject: ThinkC app won't run as stand alone
- Message-ID: <1992Dec16.081839.17134@usl.edu>
- Organization: University of Southwestern Louisiana
- Date: Wed, 16 Dec 1992 08:18:39 GMT
- Lines: 27
-
-
- Hi,
-
- Basically, my program runs when I'm in ThinkC, then when I build
- and run the application, it crashes. The place it crashes is doing
- simple drawing routines to an offscreen gworld.
-
- In macbugs is recorded the traps and the last 6 or so are as follows:
-
- _RGBForeColor
- _MoveTo
- _LineTo
- _ForeColor
- _MoveTo
- _LineTo
- _Pack4
-
- The last one, _Pack4, I don't know where this came from. The others
- are all in the routine that crashes. I guess this is a ROM routine.
-
- I know this is a bit vague, but I don't know where to go from here.
-
- Any suggestions at all will be very much appreciated since I am at
- a loss at what to do besides learn assembly.
-
- thanks very much
-
-