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