Serbian(cyrillic) language support to MFC in VC6.0
-
Hi all, How to add Serbian (cyrillic) language support to VC 6.0. It is not taking the language as it is. For example "Sačekajte malo..." message is not being displayed in as it is in VC 6.0 where as it is working in VC2005. Please suggest me if any support required. Thanks and Regards. Kishore
-
Hi all, How to add Serbian (cyrillic) language support to VC 6.0. It is not taking the language as it is. For example "Sačekajte malo..." message is not being displayed in as it is in VC 6.0 where as it is working in VC2005. Please suggest me if any support required. Thanks and Regards. Kishore
Y K Kishore Kumar wrote:
For example "Sačekajte malo..."
Not that I want to nitpick, but "Sačekajte malo..." is Serbian latin, not Serbian cyrillic. As for your question - have you compiled with UNICODE defined?
-
Y K Kishore Kumar wrote:
For example "Sačekajte malo..."
Not that I want to nitpick, but "Sačekajte malo..." is Serbian latin, not Serbian cyrillic. As for your question - have you compiled with UNICODE defined?
Thanks for the reply. Yes. i have complied the code with UNICODE but still it is not working.