home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.win32
- Path: sparky!uunet!pipex!demon!edscom.demon.co.uk!kevin
- From: kevin@edscom.demon.co.uk (Kevin Broadey)
- Subject: wsprintf and wvsprintf - why?
- Message-ID: <KEVIN.92Aug13130114@buffalobill.edscom.demon.co.uk>
- Sender: kevin@edscom.demon.co.uk (Kevin Broadey)
- Organization: EDS-Scicon, Milton Keynes, UK
- Date: Thu, 13 Aug 1992 13:01:14 GMT
- Lines: 16
-
- I know I read it somewhere (probably in the Win32 API Programmer's Reference)
- but I can't find it now I need it, so...
-
- Can anyone tell me (or point me to) the reason why wsprintf and wvsprintf
- should be used in preference to sprintf and vsprintf?
-
- I had a problem just now where a function in a DLL caused a fatal software
- exception when it called vsprintf, and all was wonderful when I replaced it
- with a call to wvsprintf.
-
- TIA
- --
- Kevin Broadey, EDS-Scicon
- Mail: Wavendon Tower, Wavendon, Milton Keynes, MK17 8LX, England
- E-mail: kbroadey@edscom.demon.co.uk
- Phone: +44 908 284198 or +44 908 585858 ext 4198
-