home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / mswindo / programm / win32 / 558 < prev    next >
Encoding:
Text File  |  1992-08-13  |  1007 b   |  27 lines

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