Check the source for invoke AppendMenuW, hMenu, MF_POPUP, hM1, uCat$("&φάκελος")
You mean that by using
uCat$("&xxxxxx") i can pass unicode characters to any child component in masm32 ?
I installed MASMBASIC but when i tried to load your WinGreek.asc
i've got the following alert:
Richedit Assert
The specified module could not be found (msptls.dll)
Once i tried to compile it i've got the following error:
Tmp_File.asm(1) : Error A2209: Syntax error: $
RADasm doesn't let me to do something with the WinGreek.rc file.
It has just loaded it.I have test it but i have add "Αλέξανδρος" manually to the resource and save it to Unicode and it works
I think Radasm (RaRes) support not unicode but im not sure.
Tell me, under which IDE or else you have compile this by this way ?
I have already done this (in RADasm) but with no success there.
There is an editor in MASM32 called UNIEDIT that writes in UNICODE
Thank you for your reply hutch.
I load a source file, i save it through UNIEDIT and i build it with masm32. I tried
WinAsm and Radasm also. I saw Hindi unicode characters but not Greek.
I've noticed that UNIEDIT to allow me to load a file the requirement was this file to have
been saved as Unicode. Greek characters are visible to me only if i save the file as UTF-8.
Thank you for your directions but i can't follow them because i can't understand so to know
what to do so to combine the whole flow. Sorry but i am not experient in assembly.
=================================================================
As i am newbie, please:
allow me to make things easier for you that you try to help me
and for me to understand of how i shall proceed further:
I took Iczelion's tutorial no.2 and i add "Αλέξανδρος" in front.
Can you help me to ressolve this as it is a much more simplest paradigm ?