I want to create an Unicode Compatible RTF Editor.
The application should have following features:
1) using VC++ With MFC
2) Popup menu for language selector
3) On screen Keyboard
4) should have normal Key board layout
First one select one language from popupmenu. After that if one press one key from keyboard(Hardware), the pretranslatemessage method of derived view class should track the corresponding ascii value and find out the unicode value from the table of the selected corresponding language for that pressed key and send it to console.
It is working fine if the application is compiled without '_UNOCODE' option. But with '_unicode' option it's not working ie. it does not display the corresponding script on console. To display the different script on screen keybaord it should be compiled by '_UNICODE' option.
Please help me immediately.
Thanks in advance.
The application should have following features:
1) using VC++ With MFC
2) Popup menu for language selector
3) On screen Keyboard
4) should have normal Key board layout
First one select one language from popupmenu. After that if one press one key from keyboard(Hardware), the pretranslatemessage method of derived view class should track the corresponding ascii value and find out the unicode value from the table of the selected corresponding language for that pressed key and send it to console.
It is working fine if the application is compiled without '_UNOCODE' option. But with '_unicode' option it's not working ie. it does not display the corresponding script on console. To display the different script on screen keybaord it should be compiled by '_UNICODE' option.
Please help me immediately.
Thanks in advance.