use of Unicode

How to enable unicode in Uvision 3. Tried to include <tchar.h> but compiler can not find the file.
Thanks

Parents
  • "How to enable unicode in Uvision 3"

    uVision is basically just a Windows graphical front-end to the development tools. Do you mean that you want to configure uVision so that it displays on your PC screen using unicode characters?

    "Tried to include <tchar.h>"

    That won't have any effect on the operation of uVision itself.

    So, do you really mean that you want to use unicode encoding within your embedded application?

    "but compiler can not find the file."

    Does it exist in the place that you told the compiler to look?
    If not, the compiler will obviously not be able to find it!

    What, exactly, do you intend to do with unicode?

Reply
  • "How to enable unicode in Uvision 3"

    uVision is basically just a Windows graphical front-end to the development tools. Do you mean that you want to configure uVision so that it displays on your PC screen using unicode characters?

    "Tried to include <tchar.h>"

    That won't have any effect on the operation of uVision itself.

    So, do you really mean that you want to use unicode encoding within your embedded application?

    "but compiler can not find the file."

    Does it exist in the place that you told the compiler to look?
    If not, the compiler will obviously not be able to find it!

    What, exactly, do you intend to do with unicode?

Children
More questions in this forum