home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19896 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1008 b   |  37 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!cs.utexas.edu!usc!elroy.jpl.nasa.gov!ames!tulane!rouge!pvl1779
  3. From: pvl1779@usl.edu (Leach Phuong V)
  4. Subject: ThinkC app won't run as stand alone
  5. Message-ID: <1992Dec16.081839.17134@usl.edu>
  6. Organization: University of Southwestern Louisiana
  7. Date: Wed, 16 Dec 1992 08:18:39 GMT
  8. Lines: 27
  9.  
  10.  
  11. Hi,
  12.  
  13. Basically, my program runs when I'm in ThinkC, then when I build
  14. and run the application, it crashes.  The place it crashes is doing
  15. simple drawing routines to an offscreen gworld.
  16.  
  17. In macbugs is recorded the traps and the last 6 or so are as follows:
  18.  
  19. _RGBForeColor
  20. _MoveTo
  21. _LineTo
  22. _ForeColor
  23. _MoveTo
  24. _LineTo
  25. _Pack4
  26.  
  27. The last one, _Pack4, I don't know where this came from.  The others
  28. are all in the routine that crashes.  I guess this is a ROM routine.
  29.  
  30. I know this is a bit vague, but I don't know where to go from here.
  31.  
  32. Any suggestions at all will be very much appreciated since I am at
  33. a loss at what to do besides learn assembly.
  34.  
  35. thanks very much
  36.  
  37.