Saturday, August 28, 2021

UNICODE setup in windows aplication

I take some notes in configurating UNCODE set up in Visual Studio 2019 project.

  1. select UNICODE in project property sheet
  2. include header file in each source code file: #include < tchar.h >
  3. wrap each literal with macro _T("this is a test string").
  1. Lesson 2: The API Is Based On Unicode
  2. >Unicode versus ANSI > Why UNICODE should be defined in the source code > How to include the [windows.h] header file in C++.

  3. Lesson 5: Window Message Basics < January 8, 2012
  4. This is a paragraph.

  5. Lesson 3: The Textual Process Arguments < December 20, 2011
  6. This is a paragraph.

  7. Lesson 4: Dialogs And Resources < December 28, 2011
  8. This is a paragraph.

  9. Lesson 5: Window Message Basics < January 8, 2012
  10. This is a paragraph.

  11. Lesson 1: Tools Need Configuration < December 9, 2011
  12. very good configuration explanations.

  13. Win32:Tutorials
  14. Win32:Tutorials.

  15. This is a paragraph.

  16. This is a paragraph.

  17. This is a paragraph.

  18. This is a paragraph.

  19. This is a paragraph.

  20. This is a paragraph.

  21. This is a paragraph.

  22. This is a paragraph.

  23. This is a paragraph.

No comments:

Post a Comment