Search:

Type: Posts; User: tare

Search: Search took 0.01 seconds.

  1. Thread: Resource

    by tare
    Replies
    1
    Views
    908

    Resource

    How do i include a picture as resource with Microsoft Visual C++ 5.0?
  2. Thread: Resource

    by tare
    Replies
    0
    Views
    862

    Resource

    How do i include a picture as resource with Microsoft Visual C++ 5.0?
  3. Replies
    2
    Views
    1,125

    thank you that helped. by the way ...

    thank you that helped. by the way http://nehe.gamedev.net is an awesome webpage.
  4. Replies
    2
    Views
    1,125

    two buttons at the same time

    In my programm iam using a switch statment like you see in my code below. The problem is that i can only press one key, when i press both nothing happents... can anyone help me
    ? iam want to be able...
  5. Thread: Error

    by tare
    Replies
    5
    Views
    1,156

    thank you guys, i found my problem!!!!

    thank you guys, i found my problem!!!!
  6. Thread: Error

    by tare
    Replies
    5
    Views
    1,156

    Error

    I have a problem to compile my programm. I dont know what is wrong with it. This is the error message i get

    Linking...
    LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol...
  7. Replies
    2
    Views
    1,454

    Include .dll in your .exe

    Hello, i want to run my programms on other computers too. The problem is that i dont know how to set my compiler (Micrsoft Visuall C++) so that he inlcludes the dll's in the exe file. That way i will...
  8. Replies
    2
    Views
    1,317

    fullscreendialog from directX 8.1 ...?

    Hi,
    I have the directX 8.1 SDK. it includes a sample programm called fullscreendialog. I can compile the program (using MV C++ 5.0), but when ever i try to run the exe file, the program tells me...
  9. Replies
    3
    Views
    1,719

    thank you, it works for win9x but not for...

    thank you, it works for win9x but not for winXP... does anyone know why?
  10. Replies
    3
    Views
    1,719

    How to SHUT DOWN?????

    Hi,
    Does anyone know how i can shut down my computer wiht a VC++ comand?
    thankx
  11. Thread: enable buttons

    by tare
    Replies
    7
    Views
    1,248

    What? i was just asking if someone, who has the...

    What? i was just asking if someone, who has the knowlege and the time, could write me an example. if that is against the rules iam sorry for asking. i'll find it out ma self. thanks anyways.
    ~tare
  12. Thread: enable buttons

    by tare
    Replies
    7
    Views
    1,248

    AHHHHHH i dont get it to work.. could someone...

    AHHHHHH i dont get it to work.. could someone write me an example? PLEASE!!!!!!!!!!
  13. Replies
    19
    Views
    11,871

    wow, not bad, not bad. I like those graphics......

    wow, not bad, not bad. I like those graphics... cauz i dont know how to do them... what are all those *.chr files in your zip for?
  14. Thread: enable buttons

    by tare
    Replies
    7
    Views
    1,248

    "...something like that i think." hmmm are you...

    "...something like that i think." hmmm are you sure? i tried it and it didnt work... but iam still trying. lata
    ~tare
  15. Thread: enable buttons

    by tare
    Replies
    7
    Views
    1,248

    enable buttons

    Does anyone know how to unable a button? like what funktion do i have to use? thankx
    ~tare
  16. Thread: char + int = ?

    by tare
    Replies
    8
    Views
    7,773

    Can anyone give me an example how to add an...

    Can anyone give me an example how to add an number to the end of a char with the itoa() function? I tried it but i cant figure it out...

    thankx
  17. Thread: char + int = ?

    by tare
    Replies
    8
    Views
    7,773

    tare

    are the new style headers different than the old ones?
  18. Thread: char + int = ?

    by tare
    Replies
    8
    Views
    7,773

    Thanks unregistered stranger!!! now i have a new...

    Thanks unregistered stranger!!!
    now i have a new problem:

    #include <iostream>
    #include <cstdio>
    #include <sstream>
    #include <cstring>

    i need also
  19. Thread: char + int = ?

    by tare
    Replies
    8
    Views
    7,773

    ok thanks man, both options are working but i...

    ok thanks man, both options are working but i have couple questions:

    ostringstream os; //What is that for?
    os << text << num; //What is that doing?...
  20. Thread: char + int = ?

    by tare
    Replies
    8
    Views
    7,773

    char + int = ?

    Ok lets think about that: You have a char x, and you want to abb a int y to the end. This is usefull, if you have many files, and instead of giving them names i want them just to have numbers. I am...
  21. Thread: char

    by tare
    Replies
    1
    Views
    832

    char

    To declare a string of 50 letters, you would want to say:

    char string[50];


    Ok thats pretty clear... But how can you declare a string of infinity letters????

    ~tare
Results 1 to 21 of 21