The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: Ghirai on October 04, 2006, 09:22:46 AM

Title: wcstombs masm equivalent?
Post by: Ghirai on October 04, 2006, 09:22:46 AM
Is there an equivalent of wcstombs somewhere in the masm package?
Title: Re: wcstombs masm equivalent?
Post by: Tedd on October 04, 2006, 11:05:38 AM
wcstombs() convert wide character string to multibyte string.


See: MultiByteToWideChar and WideCharToMultiByte
(they come from kernel32 :wink)
Title: Re: wcstombs masm equivalent?
Post by: Ghirai on October 04, 2006, 11:37:08 AM
I wasn't sure if it was the exact same thing, thanks :P
Title: Re: wcstombs masm equivalent?
Post by: Tedd on October 04, 2006, 06:19:09 PM
I don't know if it is either :bdg
But I'm guessing so -- I just searched quickly to find what wcstombs was. As long as you get the correct option, I think it will give the same result.