Search:

Type: Posts; User: Nurfina

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,821

    I also don't want to do it that way, cause the...

    I also don't want to do it that way, cause the game, once it's finished it going to be a multiplayer online game, I will be connecting to a remote server and what i need is a way to connect once...
  2. Replies
    11
    Views
    1,821

    maybe you could help me, it's a completely...

    maybe you could help me, it's a completely different problem but you seem to know what your talking about, I think my code is generating a MySQL error, thats the only reason for the line that is...
  3. Replies
    11
    Views
    1,821

    Hehe, yes it can be quite annoying sometimes,...

    Hehe, yes it can be quite annoying sometimes, it's in my MySQL code and I do not have a clue why it's exiting so I am going to have to go through it all and see whats going on
  4. Replies
    11
    Views
    1,821

    Thanks, I found where it is exiting, now I just...

    Thanks, I found where it is exiting, now I just need to work out why :P
  5. Replies
    11
    Views
    1,821

    Random Window Close

    Hey guys, ok whats going on here is, that my game when it is in the actual game play screen, when it has the map and stuff drawn, it loads everything fine, connects to the MySQL server and draws all...
  6. Thread: Edit Box Input

    by Nurfina
    Replies
    10
    Views
    1,751

    No I am doing it all through the CreateWindowEx...

    No I am doing it all through the CreateWindowEx function my code :




    void Setup_Edit (Window* window, Edit & edit, char const * caption, int x, int y, int width, int height, int ID, DWORD...
  7. Thread: Edit Box Input

    by Nurfina
    Replies
    10
    Views
    1,751

    Hi again guys, sorry to be a pain, but still...

    Hi again guys, sorry to be a pain, but still having some issues, my edit boxes wont actually let me type into them, it doesn't accept key presses, can anyone help me out, and also I would like to...
  8. Thread: Edit Box Input

    by Nurfina
    Replies
    10
    Views
    1,751

    Cool thanks guys . . . having some issues just...

    Cool thanks guys . . . having some issues just now with my edit box it's not showing, but thanks for the help on how to get input from it
  9. Thread: Edit Box Input

    by Nurfina
    Replies
    10
    Views
    1,751

    Edit Box Input

    Hi guys, I know how to draw and position edit boxes in my programs, but I can't seem to get the to accept input can someone help me out and also I don't know how to take the input in and store it in...
  10. Replies
    25
    Views
    6,046

    At the rip old age of 5 my dad bought me a NES, I...

    At the rip old age of 5 my dad bought me a NES, I loved my NES and after completing my first game (Super Mario Brothers 3) I wanted to make a game, and since that day many years ago I have wanted to...
  11. I personally learned how to use MySQL with C++...

    I personally learned how to use MySQL with C++ and I must say that it is very easy to use and access and modify with the use of SQL syntax, so I would assume that there is a library that will allow...
  12. Replies
    35
    Views
    5,472

    I learned Assembly a while back from a few...

    I learned Assembly a while back from a few tutorials that where quite basic err, I donno if I still have them handy I'll look them out, but if you want to see some impressive code I suggest the NeHe...
  13. Replies
    2
    Views
    1,028

    Are Win98 And Win2000 Windows platforms . . . the...

    Are Win98 And Win2000 Windows platforms . . . the only ones I know are Win16, Win32 and win64. No it is not dependent on the platfrm you use, the platform define the Windows operating systems that...
  14. Replies
    11
    Views
    1,822

    I can't remember the parameters passed to a...

    I can't remember the parameters passed to a meterial creation function, but one of the parameters defines the brightness . . . Diffuse I think may be it, but I can't be sure
  15. Replies
    5
    Views
    1,035

    Thanks guys I think I know how I am going to do...

    Thanks guys I think I know how I am going to do it now
  16. Replies
    5
    Views
    1,035

    Clearing a Screen of Controls

    Hi guys, I was wondering if there was an easy way of clearing a screen that had controls setup on it, like editboxes and static controls and all of the other Windows class structures there are
    ...
  17. Replies
    13
    Views
    116,682

    hmmm yea, I have yet to do installations of...

    hmmm yea, I have yet to do installations of programs yet so I can't help there, but I would asume that if you program the setup file to copy the image folder to the directory of the install my method...
  18. Replies
    11
    Views
    1,822

    I haven't done much with OpenGL lights, but what...

    I haven't done much with OpenGL lights, but what I can tell you is this, when the light is off, it is using the glcolor3dv which you set up in the gllib.c file, and when the light is off it uses a...
  19. Replies
    13
    Views
    116,682

    with the use of "image/example.bmp" in Windows,...

    with the use of "image/example.bmp" in Windows, as long as the images folder is in the same directory as the .exe the code should work fine . . . or at least whenever I do it it does >.<
  20. Replies
    13
    Views
    116,682

    In my experience with VS05, to load a file that...

    In my experience with VS05, to load a file that is in the same directory as the application code you use "image/example.bmp"

    for example :




    fopen("image/example.bmp", "rb");
  21. Replies
    8
    Views
    1,381

    Ah thanks

    Ah thanks
  22. Replies
    8
    Views
    1,381

    My button is setup like this : void...

    My button is setup like this :




    void Setup_Button (Window* window, Button & button, char const * caption, int x, int y, int width, int height, int bitmap, DWORD exStyle)
    {
    button._style =...
  23. Replies
    8
    Views
    1,381

    Is there any other way of doing it, my menu wont...

    Is there any other way of doing it, my menu wont actually be a menu bar it is a GUI menu, using static controls for the main menu of a game that I am creating

    Sorry to be a pain
  24. Replies
    8
    Views
    1,381

    function created

    function created
  25. Replies
    8
    Views
    1,381

    Setting Control IDs

    Hi guys, I am having trouble with my WM_COMMAND message, I want it to trap my menu items clicks, but I am not sure how to set my static controls ID so that I can trap the different IDs in the lParam...
Results 1 to 25 of 30
Page 1 of 2 1 2