Home > Software engineering >  MFC notepad abnormal Chinese data transmission
MFC notepad abnormal Chinese data transmission

Time:10-17

Notepad data transmission if type in Chinese, when the program is running to the SetClipboardData (CF_TEXT hClip) can appear abnormal, did anyone met, thank you! How can I use VS2013, Unicode, support Chinese?

CodePudding user response:

 SetClipboardData (CF_UNICODETEXT, xx); 

CodePudding user response:

Are you sure is a notepad is not a clipboard?

CodePudding user response:

Didn't understand what notepad data transmission,

CodePudding user response:

What is the meaning of abnormal? Crash or data is wrong?

CodePudding user response:

The memory mapping doesn't work
  • Related