home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 21168 < prev    next >
Encoding:
Internet Message Format  |  1993-01-11  |  875 b 

  1. Path: sparky!uunet!spool.mu.edu!uwm.edu!biosci!ucselx!crash!kevin
  2. From: kevin@crash.cts.com (Kevin Hill)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Think C bug? [sprintf]
  5. Message-ID: <kevin.726748544@crash.cts.com>
  6. Date: 11 Jan 93 10:35:44 GMT
  7. References: <1993Jan7.113624.2536@afterlife.ncsc.mil> <1ihnnfINNm9p@tamsun.tamu.edu> <1993Jan10.225559.1549@midway.uchicago.edu>
  8. Organization: CTS Network Services (crash, ctsnet), El Cajon, CA
  9. Lines: 11
  10.  
  11.  
  12.  One thing that you **might** try is using the source of sprintf in
  13. your program and then use the debugger to step through it to see
  14. where it is messing up.
  15.  
  16.  
  17.  Another subtle nasty problem with using libraries is that if you change
  18. options - you might have to recompile the library using the new options.
  19. To do this - open the library and then recompile it with the settings that
  20. you are using your program.
  21.   -Kevin
  22.