News:

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

Unicode Line Feed

Started by Farabi, February 17, 2012, 02:58:36 AM

Previous topic - Next topic

Farabi

On ANSI I can do this

CADD("Text",0Dh,0Ah)



How to do that on Unicode?
Those who had universe knowledges can control the world by a micro processor.
http://www.wix.com/farabio/firstpage

"Etos siperi elegi"

Gunner

szUniTest  DW "H", "e", "l", "l", "o", 13, 10, "T", "e", "s", "t", 0, 0
    invoke  MessageBoxW, 0, offset szUniTest, 0, 0

~Rob (Gunner)
- IE Zone Editor
- Gunners File Type Editor
http://www.gunnerinc.com

hutch--

If you have downloaded version 11, you have two specific systems for writing UNICODE string data, a generic one and the extended version written by qWord, both have been tested to death and will do this type of string.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php