Using NASM 0.98.39 (01/16/2005) in Windows 2000 Pro I've coded
a main window with a dialog box and the dialog box has an edit
box within it.
The dialog box uses templates created in the data area of the program, NOT a separate resource file.
The main window is created using CreateWindowW and the Dialog
box is created with CreateDialogIndirectParamW using the pre-
defined Dialog Box class (The class array is left at 0x0 )
ASCII chars display o.k.in the edit box but nothing I've done will allow it to display Unicode chars. A memory dump shows all question marks.
For starters, does anyone know if there's an inherent problem with CreateDialogIndirectParamW that prevents Unicode from displaying in
the edit box? All other Unicode strings (titlebar, control text etc.)display o.k. and the main window displays Unicode o.k.
Thanks in advance,
afk