Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create unicode compatible editor with VC++ with MFC

Status
Not open for further replies.

Chinmay

Programmer
Oct 15, 2001
3
IN
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.


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top