Search:

Type: Posts; User: Tanner.B

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,156

    Converting String to Char Array

    I'm using VC++ 2005 EE.

    I have a win32 form with a text box and I want to convert the text from that text box into an array of char's

    Kind of like

    TCHAR* s[1] = {"Hello World!"};

    But I...
  2. Thread: INPUT error

    by Tanner.B
    Replies
    9
    Views
    1,783

    Awesome! Compiles now. I had to add gdi32.lib and...

    Awesome! Compiles now. I had to add gdi32.lib and user32.lib as addictional dependencies. Thanks for the awesome and fast help everyone.
  3. Thread: INPUT error

    by Tanner.B
    Replies
    9
    Views
    1,783

    The MSDN site says they are in gdi32.lib. I...

    The MSDN site says they are in gdi32.lib. I searched my computer for it and found 2 copies and then checked what libraries are included in VC++, and the folders that contain them are included. So I...
  4. Thread: INPUT error

    by Tanner.B
    Replies
    9
    Views
    1,783

    Ok, I did that. It got rid of all the errors =)...

    Ok, I did that. It got rid of all the errors =) Thank you very much.

    But now I get these errors when linking:
    error LNK2019: unresolved external symbol __imp__DeleteDC@4 referenced in function...
  5. Thread: INPUT error

    by Tanner.B
    Replies
    9
    Views
    1,783

    Oh... I read somewhere that it was included in...

    Oh... I read somewhere that it was included in windows.h. I'll do some more reading on MSDN and see if I can figure it out.

    http://msdn2.microsoft.com/en-us/library/ms646270.aspx

    It says it is...
  6. Thread: INPUT error

    by Tanner.B
    Replies
    9
    Views
    1,783

    INPUT error

    I have this code that gets the color of 4 pixels off the screen and checks them to see if they are white, but I am getting an error at INPUT saying that it is an unknown identifier. Any help?

    ...
Results 1 to 6 of 6