Search:

Type: Posts; User: Hydro

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Play .wav files?

    by Hydro
    Replies
    6
    Views
    4,394

    actulyl i do have both (illegal copies), they...

    actulyl i do have both (illegal copies), they arnt hard to find on the net
  2. Thread: Play .wav files?

    by Hydro
    Replies
    6
    Views
    4,394

    actully its just a advance rpg game in plain...

    actully its just a advance rpg game in plain text.. i dont know how to make it in windows :( would be cool to have a windows interface though(a text box)
  3. Thread: Play .wav files?

    by Hydro
    Replies
    6
    Views
    4,394

    Play .wav files?

    Hey, I would like to know how to play .wav files without using big libaries like allegro.

    Thx
  4. Replies
    14
    Views
    6,783

    if you look carefull enough its already there......

    if you look carefull enough its already there... after putting the &Pal i get this:

    C:\Programming\C++\allegro\sheeprpg.cpp(20) : error C2664: 'load_bitmap' : cannot convert parameter 2 from...
  5. Replies
    14
    Views
    6,783

    that gives even more erros

    that gives even more erros
  6. Replies
    14
    Views
    6,783

    #include // Create memory buffer...

    #include <allegro.h>

    // Create memory buffer and palette.
    BITMAP *Buffer;
    PALETTE *Pal;

    int main()
    {
    // Initialize Allegro.
    allegro_init();
  7. Replies
    14
    Views
    6,783

    error LNK2001: unresolved external symbol _main

    Trying to compile with allegro... i linked the lib file...

    it compiles but when I click excute (mvc++) it gives me that error

    LIBCD.lib(crt0.obj) : error LNK2001: unresolved external symbol...
  8. Thread: *.obj files?

    by Hydro
    Replies
    3
    Views
    2,057

    thx helped out

    thx helped out
  9. Thread: *.obj files?

    by Hydro
    Replies
    3
    Views
    2,057

    *.obj files?

    what are these obj files cl.exe puts out when i compile?

    are they needed?
  10. Replies
    2
    Views
    4,703

    thank you that worked

    thank you that worked
  11. Replies
    2
    Views
    4,703

    Compiling Problems...

    I tried making a simple file encrypter....

    what it does it open a file, get 1 char by char. take that char and add the "key" to it..

    So char "A" which is 65 added to (lets say key is 1) 1 is 66...
  12. Thread: What is MFC?

    by Hydro
    Replies
    12
    Views
    2,650

    move to faq board *cough*

    move to faq board *cough*
  13. Replies
    9
    Views
    86,341

    Sticky: move to faq board *cough*

    move to faq board *cough*
  14. Thread: Win tutorials

    by Hydro
    Replies
    4
    Views
    1,433

    great site thanks man. Gonna read those tutorials...

    great site thanks man. Gonna read those tutorials :)
  15. Replies
    0
    Views
    1,466

    How to List all Drives?

    I would like to learn how to list of all the drives a system has

    A:\, B:\ ... e.t.c

    All drives not just harddrives..

    Thanks
  16. Thread: What is MFC?

    by Hydro
    Replies
    12
    Views
    2,650

    What is MFC?

    I am learning c++ (doing very good).

    I hear abouty MFC. Can somone please explain what that is and what it is used for...

    Thank you
  17. Replies
    9
    Views
    86,341

    Sticky: What is MFC?

    I am learning c++ (doing very good).

    I hear abouty MFC. Can somone please explain what that is and what it is used for...

    Thank you
  18. Replies
    18
    Views
    2,486

    thx guys. Now i just made a .bat file in each dir...

    thx guys. Now i just made a .bat file in each dir and run the bat file

    batfile:
    cd c:\games\tibia
    tibia.exe

    thx again

    great board
  19. Replies
    9
    Views
    3,978

    Krusier is spelled Cruiser :) great game ...

    Krusier is spelled Cruiser :)

    great game


    Though i had to comment these to lines to compile it:


    --------------------Configuration: battleshipv3 - Win32 Debug--------------------...
  20. Replies
    18
    Views
    2,486

    here is a part of the code: case 3:...

    here is a part of the code:



    case 3:
    system("\"D:\\homm3\\heroes3.exe\"");
    exit(-1);
    break;
    case 4:
    system("\"D:\\homm3\\h3wog.exe\"");
  21. Replies
    18
    Views
    2,486

    ya but, the program I made is a list of programs....

    ya but, the program I made is a list of programs. The user has a choice of 1-9. Then it launches the program fullpath

    Some dont work since its the wrong start dir. I need to know how i can launch...
  22. Replies
    18
    Views
    2,486

    what do u mean?

    what do u mean?
  23. Replies
    18
    Views
    2,486

    1 more question. Usins the same function, how...

    1 more question.

    Usins the same function, how can i lauch applications for a specified location.
    Example:

    I wanna run text.exe located in c:\test\ from the dir c:\test\ and not where the file...
  24. Replies
    18
    Views
    2,486

    thanks man that worked great. Can you explain...

    thanks man that worked great.

    Can you explain me what adding "\" and \" does?

    Just I would like to know for feature refereances
  25. Thread: multiplayer

    by Hydro
    Replies
    1
    Views
    1,152

    you need to use sockets. There are lots of...

    you need to use sockets. There are lots of tutorials on c/c++ sockets

    Just search and you will find them.

    One way is that 1 pc acts as a server listing for a port and the other a client
Results 1 to 25 of 27
Page 1 of 2 1 2