From: Damon Hogan Newsgroups: comp.os.msdos.djgpp Subject: Re: Windows C++ Functions Reference Date: Thu, 23 Dec 1999 13:11:25 -0700 Organization: XMission http://www.xmission.com/ Lines: 15 Message-ID: <386281ED.F959864@pgmincorporated.com> References: <83tprt$84co$1 AT newssvr03-int DOT news DOT prodigy DOT com> NNTP-Posting-Host: mail.pgmincorporated.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.xmission.com 945979892 12798 166.70.119.101 (23 Dec 1999 20:11:32 GMT) X-Complaints-To: abuse AT xmission DOT com NNTP-Posting-Date: 23 Dec 1999 20:11:32 GMT X-Mailer: Mozilla 4.6 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Download pdcurses22 and install , include and link with -lcurso . Wsprintf sounds like a curses library function. PDCurses has wprintf but does not have wsprintf. I think this is what you are looking for. Damon Hogan Winston Kotzan wrote: > Hello, would anyone know where I can find a website that will let me > reference Windows functions like wsprintf()? I would really appreciate it. > Thanks.