Search:

Type: Posts; User: SunnyDays

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    919

    Thank you both so much for your replies! I will...

    Thank you both so much for your replies! I will try wcscpy. In the meantime, can you tell me how to get the number of bytes in a wchar? Obviously, wcslen is not the answer. Thanks guys, you are...
  2. Replies
    4
    Views
    919

    Char Headaches

    Hi folks,
    I am trying to set up a list of menu choices for a small device. What I want to do is list the choices in a const array, and show them up on screen one by one as the user cycles through...
  3. Replies
    4
    Views
    1,264

    Thanks so much for the reply. It is the GHS...

    Thanks so much for the reply. It is the GHS compiler. I don't know why TextToShow is a char, either, that baffled me as well. All I know is L"Hello" worked, and without the L the device froze. It...
  4. Replies
    4
    Views
    1,264

    We're Almost There

    Thank you so much for the suggestion of strcpy. I'm very excited - the application did compile, but I am afraid to test it yet.
    So, I have two final questions, if you don't mind.
    1. I don't think...
  5. Replies
    4
    Views
    1,264

    Access Char Array

    Hi folks,
    I am trying to set up a list of menu choices for a small device. Right now, it pulls the choices from a resource file, which makes updating the list of choices rather clunky.
    What I want...
Results 1 to 5 of 5