Search:

Type: Posts; User: slx47

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: multi-windows ?

    by slx47
    Replies
    1
    Views
    795

    multi-windows ?

    i want to make a game.
    i need a main menu and the game part.
    i want the main menu to be a seperate window, but can you
    have both the menu and game in one source code ?
    what would be the best way...
  2. Thread: Exiting ?

    by slx47
    Replies
    3
    Views
    917

    Exiting ?

    I made a opengl program. My program exits but it still is running a process, how do you exit the program completely including its process ?

    heres my current code:


    case WM_DESTROY:

    ...
  3. Thread: OpenGL

    by slx47
    Replies
    12
    Views
    1,307

    OpenGL is some much easier than directx :)

    OpenGL is some much easier than directx :)
  4. Replies
    2
    Views
    956

    how do you get FPS ?

    i want to get the fps for my program but not sure how to do it, anyone know how to do this ?
  5. Replies
    7
    Views
    1,088

    You misspelled printf(you put pritf) here:

    You misspelled printf(you put pritf) here:
  6. Replies
    1
    Views
    1,268

    Updating bar caption >

    how do you update the caption in the top bar ? I want to tell the fps.

    ____________________________
    |Bar Caption |-|o|X|
    ----------------------------------------- |...
  7. Replies
    9
    Views
    2,660

    actually visual basic is a language "kinda". like...

    actually visual basic is a language "kinda". like with a command button you add it then you edit it. You dont write all the code to display it like its location of the form you just drag. Also vb...
  8. Replies
    5
    Views
    1,369

    i tried that but the compiler said sprintf was a...

    i tried that but the compiler said sprintf was a undeclared identitifier ?
  9. Replies
    5
    Views
    1,369

    TextOut Problem !

    I want to display the fps for my app. heres part of my code:



    case WM_PAINT:
    TextOut(hDC,1,1,fcount,lstrlen(fcount)); //fcount = int


    I cant make it 4 fields but i cant get the length...
  10. Thread: Full Screen ?

    by slx47
    Replies
    0
    Views
    1,237

    Full Screen ?

    i know you have to add devmode but where in your code do you add it because i keep getting errors ?

    i think it goes like this:



    DEVMODE devModeScreen;...
  11. Replies
    11
    Views
    2,026

    make sure its a win32 app.

    make sure its a win32 app.
  12. Replies
    3
    Views
    12,558

    how to get fps in opengl ?

    How do you get the frame rate in opengl/c++ ?
  13. Replies
    1
    Views
    973

    Task/Process Problem

    I built a win32 opengl app and it quits and doesnt show up in tasks but it is still running in the processes. Anyone know how fix this ?
  14. Replies
    11
    Views
    2,026

    Thanks alot now it works for me !!!

    Thanks alot now it works for me !!!
  15. Replies
    11
    Views
    2,026

    I keep getting this message with the same code: ...

    I keep getting this message with the same code:

    --------------------Configuration: sw - Win32 Debug--------------------
    Compiling...
    sw.cpp
    c:\program files\microsoft visual...
  16. Replies
    11
    Views
    2,026

    you have to include the libraries under project...

    you have to include the libraries under project options(glu32.lib, glaux.lib, opengl32.lib)
  17. Replies
    11
    Views
    2,026

    Can anyone get this to work ?

    if you get this to work can you tell me which compiler u used ?



    // Includes

    #include <windows.h>
    #include <gl/gl.h>
    #include <gl/glu.h>
    #include <gl/glaux.h>
  18. Replies
    5
    Views
    992

    sorry to say but that didnt fix it :(

    sorry to say but that didnt fix it :(
  19. Replies
    5
    Views
    992

    Borland Complier Problem

    I got the free version. I tried to compile a win32 opengl program using:

    bcc32.exe -c c:\sw.cpp

    -c is compile but it has errors with the header and libraries anyone know how to compile this ?
  20. Thread: Error ?

    by slx47
    Replies
    7
    Views
    1,122

    i select win32 application and my code is: ...

    i select win32 application and my code is:



    // Includes

    #include <windows.h>
    #include <gl/gl.h>
    #include <gl/glu.h>
    #include <gl/glaux.h>
  21. Thread: Error ?

    by slx47
    Replies
    7
    Views
    1,122

    im using winmain w/opengl. I switched it to win32...

    im using winmain w/opengl. I switched it to win32 but i got this error:

    --------------------Configuration: sw - Win32 Debug--------------------
    Compiling...
    sw.cpp
    c:\program files\microsoft...
  22. Thread: Error ?

    by slx47
    Replies
    7
    Views
    1,122

    Error ?

    can someone tell me what kind of error this is(using visual cpp):

    --------------------Configuration: s - Win32 Debug--------------------
    Linking...
    LIBCD.lib(crt0.obj) : error LNK2001:...
  23. Replies
    3
    Views
    1,924

    Code: Tell me whats wrong !

    i am using visual c++ and my errors are:

    --------------------Configuration: s - Win32 Debug--------------------
    Compiling...
    s.cpp
    C:\Documents and Settings\Ralph\s.cpp(40) : error C2601:...
  24. Thread: OpenGL Problem

    by slx47
    Replies
    0
    Views
    1,274

    OpenGL Problem

    Where do i install the opengl sdk(its self extracting). I tried a few diff. places and still cant make any opengl programs. Anyone else have a problem with missing dll's ?
  25. Thread: 3d Modeling ?

    by slx47
    Replies
    16
    Views
    2,346

    3d Modeling ?

    What do you use for 3d modeling ? I use blender cause its free and ez to use.
Results 1 to 25 of 27
Page 1 of 2 1 2