News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

wcstombs masm equivalent?

Started by Ghirai, October 04, 2006, 09:22:46 AM

Previous topic - Next topic

Ghirai

Is there an equivalent of wcstombs somewhere in the masm package?
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

Tedd

wcstombs() convert wide character string to multibyte string.


See: MultiByteToWideChar and WideCharToMultiByte
(they come from kernel32 :wink)
No snowflake in an avalanche feels responsible.

Ghirai

I wasn't sure if it was the exact same thing, thanks :P
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html

Tedd

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.
No snowflake in an avalanche feels responsible.