home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / mac / programm / 19928 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  942 b 

  1. Path: sparky!uunet!olivea!spool.mu.edu!tulane!rouge!pvl1779
  2. From: pvl1779@usl.edu (Leach Phuong V)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Fix : ThinkC app won't run standalone (bug in smart link!?)
  5. Message-ID: <1992Dec16.215017.16222@usl.edu>
  6. Date: 16 Dec 92 21:50:17 GMT
  7. References: <cmcclary-151292113831@mcclary-mac.ucs.indiana.edu> <steve.herman-161292132205@128.158.4.199>
  8. Sender: anon@usl.edu (Anonymous NNTP Posting)
  9. Organization: University of Southwestern Louisiana
  10. Lines: 13
  11.  
  12.  
  13. First thanks to those who responded.
  14.  
  15. The problem seems to be in the linker.  I turned the "smart link" option
  16. off when building the application, and it runs fine now.
  17.  
  18. The app was crashing on a sprintf() call.  Earlier calls worked fine, but
  19. at some point in the program, sprintf() got stepped on and no longer
  20. worked.  It seems to me that the "smart" linker has a possible bug.
  21. Does this seem like a reasonable assumption to you?
  22.  
  23. Go figure,
  24. Robb
  25.