Search:

Type: Posts; User: jobbie

Search: Search took 0.01 seconds.

  1. Thread: Open GL

    by jobbie
    Replies
    10
    Views
    2,080

    Open GL

    Is there a free Open GL or DirectX version??
    I need a version where i can make 3D games with
    and where can i download it?
  2. Replies
    18
    Views
    8,698

    c:\documents and settings\waalwijk\mijn...

    c:\documents and settings\waalwijk\mijn documenten\visual studio 2005\projects\sdk special\sdk special\sdk special.cpp(6) : error C2664: 'MessageBoxA' : cannot convert parameter 2 from 'const wchar_t...
  3. Replies
    18
    Views
    8,698

    is there btw another tutorial like The Forger...

    is there btw another tutorial like The Forger that is written in C++
    and does anyone know a good site for a free Open GL download?



    #include <windows.h>

    int WINAPI WinMain(HINSTANCE...
  4. Replies
    18
    Views
    8,698

    The Forger is not very usefull to me... because...

    The Forger is not very usefull to me... because it's written in C..
    Thank you all very much... my compiler now accepts windows.h and stuff...
    Does anyone know a good site for a free Open GL...
  5. Replies
    18
    Views
    8,698

    Sorry that i have to ask one more thing... But i...

    Sorry that i have to ask one more thing...
    But i have an error: Can't find windows.h, there's no such file...
    What can i do bout that?
  6. Replies
    18
    Views
    8,698

    I want to make a game, understand? but not with...

    I want to make a game, understand?
    but not with text... but with models in 3D
    So i need a GUI application... if i understand it right??
    how do i do that then?
  7. Replies
    18
    Views
    8,698

    Ok but it still starts in a system32 screen??? (...

    Ok but it still starts in a system32 screen??? ( i mean that black screen) What can i do about that???
    btw. im using Visual C++ express edition

    and btw. (i know im noob) what does IDE mean?
  8. Replies
    18
    Views
    8,698

    How can i make a normal application

    How can i make a normal application, not win32?
    What program...
    What source code...
  9. Thread: ??

    by jobbie
    Replies
    4
    Views
    1,115

    ??

    Why is my c++ program always asking to type
    #include "stdafx.h" in the precompiled header??
  10. Replies
    8
    Views
    1,165

    Look here is my source code: if(action==1) ...

    Look here is my source code:

    if(action==1)
    {
    int lvl, hp, battle, attacke;
    string mname;
    lvl = rc;
    rc = (rand() % (6 - 0 + 1) + 0);
    int monc;
    monc = rc;
  11. Replies
    8
    Views
    1,165

    Well i don't know how it really works.. but i...

    Well i don't know how it really works.. but i want it to get in the source code.. BEFORE runtime...
    sorry that i'm so vague
  12. Replies
    8
    Views
    1,165

    Can someone please answer??? I want to know how...

    Can someone please answer???
    I want to know how to import a picture in win32...
  13. Replies
    8
    Views
    1,165

    How can i import a picture?

    How can i import a picture in Visual C++ Express Edition,
    Because in tutorials it's not obvious how to do that...
    Please help! ;)
  14. Thread: I got error

    by jobbie
    Replies
    13
    Views
    1,653

    Yeah i already did that and it worked... sorry...

    Yeah i already did that and it worked... sorry about asking a too simple question
    Thanks
  15. Thread: where to start

    by jobbie
    Replies
    4
    Views
    1,286

    Btw. how can you import a picture in visual c++...

    Btw. how can you import a picture in visual c++ express edition??
    it's kinda weird
  16. Thread: I got error

    by jobbie
    Replies
    13
    Views
    1,653

    How can i get rc change per attack? ...

    How can i get rc change per attack?

    if(action==1)
    {
    rc = (rand() % (20 - 5 + 1) + 5);
    int lvl;
    lvl = rc;
    cout <<"You attack the desertspider!\n";
    cout...
  17. Thread: I got error

    by jobbie
    Replies
    13
    Views
    1,653

    It works great now, Thank you very much! I'm...

    It works great now, Thank you very much!
    I'm still a newb in this so...
  18. Thread: I got error

    by jobbie
    Replies
    13
    Views
    1,653

    1 I need it to just get a random level for the...

    1 I need it to just get a random level for the desert spider
    2 I don't know where the problem is that i ignore the result (help me with it)
    3 I know that, im working on it

    Please help me
  19. Thread: I got error

    by jobbie
    Replies
    13
    Views
    1,653

    oh sorry, no it works now but there is still a...

    oh sorry, no it works now but there is still a problem because now the generator of random numbers doesn't work any more

    // job3.cpp : main project file.

    #include "stdafx.h"
    #include...
  20. Thread: I got error

    by jobbie
    Replies
    13
    Views
    1,653

    but the error about GetRand stays... what can we...

    but the error about GetRand stays...
    what can we do about that?
  21. Thread: I got error

    by jobbie
    Replies
    13
    Views
    1,653

    yeah and when you remove that i and r will be...

    yeah and when you remove that i and r will be undeclared identifiers
Results 1 to 21 of 21