X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "philippe meynard" Newsgroups: comp.os.msdos.djgpp Subject: error with sprintf Date: Tue, 6 Sep 2005 13:08:33 +0200 Organization: Guest of France Telecom's news reading service Lines: 15 Message-ID: NNTP-Posting-Host: 62.161.106.155 X-Trace: s1.news.oleane.net 1126004913 20993 62.161.106.155 (6 Sep 2005 11:08:33 GMT) X-Complaints-To: abuse AT oleane DOT net NNTP-Posting-Date: Tue, 6 Sep 2005 11:08:33 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi! All do you know if the function sprintf used dos call dpmi_int (0x21) or return the processor to the real mode ? Because I use LWP (multitasking library) and I have a crash on this function sprintf ! I use sprintf like this : char ch[100]; sprintf(chaf,"%d\n",100); Thanks.