Search:

Type: Posts; User: Ti22

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,779

    thx guys got it working.

    thx guys got it working.
  2. Replies
    5
    Views
    3,779

    Running Exe in C++ Code.

    Executing an exe at runtime

    Basically i am creating a D3d App and I want the code to run this configuration (choose resolution, windowed or fullscreen, etc...)

    then this config.exe will save...
  3. Replies
    0
    Views
    1,973

    Initializing D3D Window with Options

    Hey guys,

    I am trying to create a program that initializes Direct 3d i used Victor Saar's Tutorial from here

    http://www.riaz.de/tutorials/d3d.html

    however he initializes the window in...
  4. Thread: Bitmap Collision

    by Ti22
    Replies
    6
    Views
    2,009

    I've draw a rectangle behind for the sprite ...

    I've draw a rectangle behind for the sprite

    however it still uses the origin (one point) of the rectangle to test the collision detection.
  5. Thread: Bitmap Collision

    by Ti22
    Replies
    6
    Views
    2,009

    how do i create the bounding box using the...

    how do i create the bounding box using the origin? just draw a rectangle?

    the origin is just a point in space.
  6. Thread: Bitmap Collision

    by Ti22
    Replies
    6
    Views
    2,009

    Bitmap Collision

    http://www.ti-x.net/images/collision%20prob.jpg


    hey guys, i've got htis problem i've been workin on for the whole of today without success

    basically the bitmap is not colliding where it is,...
  7. Replies
    4
    Views
    977

    ok we fixed that now i am getting this problem ...

    ok we fixed that now i am getting this problem

    LiftSystem error LNK2019: unresolved external symbol _main referenced in function _mainCRTStartup

    LiftSystem fatal error LNK1120: 1 unresolved...
  8. Replies
    4
    Views
    977

    Object Unideclared Identifier

    OK I am creating an instance of class 1 Lift Lift1 in another class and I am trying to access its public function using

    Lift1.blah;

    however its saying Undeclared Identifier.
  9. Replies
    22
    Views
    5,135

    hey can u try it again? the link should work...

    hey can u try it again?

    the link should work now.

    Thx
  10. Replies
    22
    Views
    5,135

    hmm, can I send you my code? will that be ok?...

    hmm,

    can I send you my code? will that be ok? its for my coursework and the code already does everything the coursework needs but this bug is very annoying.

    I'll PM you with the zip file, pls...
  11. Replies
    22
    Views
    5,135

    no same results it works like before when i...

    no same results it works like before

    when i start the program up i can use the pop up menu but only limited amount of times and everytime its different how many times i can use it

    but every...
  12. Replies
    22
    Views
    5,135

    ok i tried it, same result, still can use it...

    ok i tried it, same result, still can use it limited times, it seems like after a certain number of times windows stops sending the message or soemthing like that

    i am not sure.
  13. Replies
    22
    Views
    5,135

    here is my winmain int WINAPI WinMain...

    here is my winmain



    int WINAPI WinMain (HINSTANCE hInstance,
    HINSTANCE hPrevInstance,
    LPSTR lpCmdLine,
    int nCmdShow)
    {
    MSG msg;
  14. Replies
    22
    Views
    5,135

    hmm I've ran into another problem, its pretty...

    hmm I've ran into another problem, its pretty minor though

    after a certain number of clicks my pop up menu won't work anymore

    any idea how to fix this?
  15. Replies
    22
    Views
    5,135

    cool thx its working like a charm now :D. ...

    cool thx

    its working like a charm now :D.


    Thx.
  16. Replies
    3
    Views
    1,081

    Hey guys I just ran into a problem not sure how...

    Hey guys I just ran into a problem not sure how to fix this.



    case WM_COMMAND:
    {

    switch(LOWORD(wParam))
    {
    case ID_COUCHCOLOR_RED:
  17. Replies
    22
    Views
    5,135

    k I got the menu working and everything here...

    k I got the menu working and everything

    here is my code so far


    case WM_COMMAND:
    {

    switch(LOWORD(wParam))
    {
  18. Replies
    3
    Views
    1,081

    nvm guys I got it to work :D

    nvm guys

    I got it to work :D
  19. Replies
    3
    Views
    1,081

    Commands with Menu

    Hi,

    I've managed to get the pop up menu in my program

    however now I have to set commands to make it do things when I click on them.

    here is my code
  20. Thread: Image insertion

    by Ti22
    Replies
    4
    Views
    1,041

    you need like OpenGL n stuff to do that kinda...

    you need like OpenGL n stuff to do that kinda thing and even with OpenGL you can only really open bmps

    other file formats are possible but you need to code them in which means you need to study...
  21. Replies
    22
    Views
    5,135

    Creating pop up menus

    Hi,

    I am using windows API to draw an OPEN GL scene like the nehe tutorials and how do I create pop up menus I want to create pop up menus to make it able to change color of object in my world.
    ...
  22. Thread: Popup Menu

    by Ti22
    Replies
    1
    Views
    1,515

    Popup Menu

    Hi how would I go about creating a popup menu when I click the right mouse button I know I have to use the windows message but what are the commands for the popupmenu submenus and stuff like that.
    ...
  23. Replies
    13
    Views
    4,288

    YAY I figured it out :D I was just observing...

    YAY I figured it out :D

    I was just observing the behavior of those buttons and came to a conclusion that I just need to change the directions to -direction in the formula used to control the W and...
  24. Replies
    13
    Views
    4,288

    ok i got the camera and the mouse to work but i...

    ok i got the camera and the mouse to work but i have another problem hehehehe

    now the wasd button won't work with properly, the camera won't move in the direction it is headed, it pans in the x...
  25. Replies
    1
    Views
    1,478

    WSAD Problem Pls Help

    Hi guys first lets start with some code


    GLfloat position_x = -camera_x;
    GLfloat position_z = -camera_z;
    GLfloat world_rotate = 360.0f - y_rotate;

    glRotatef(x_z_rotate, 1.0f, 0.0f,...
Results 1 to 25 of 69
Page 1 of 3 1 2 3