Search:

Type: Posts; User: Astra

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,204

    perfect! thankyou, i didnt know the images were...

    perfect! thankyou, i didnt know the images were supposed to be in the same directory as the .exe, i'm used to using dev c++.

    thanks again
  2. Replies
    7
    Views
    1,204

    that one cpp and header i took from an online...

    that one cpp and header i took from an online source, so i suppose it seems the pathing for my images is wrong, if my image files are in the same place as my source code files do i need to do...
  3. Replies
    7
    Views
    1,204

    haha sorry didnt realize they were so small: ...

    haha sorry didnt realize they were so small:

    http://img143.imageshack.us/img143/3822/screenshot2kr.png
    http://img844.imageshack.us/img844/1716/screenshot1ec.png
  4. Replies
    7
    Views
    1,204

    VS2010C++ error with assert when running exe

    Hi all, I wrote my program using DEV C++ and took the advice of many people to make the switch to visual c++. I've remade all my cpp and header files and it all compiles fine, but when i go to run...
  5. Replies
    10
    Views
    7,671

    i've decided to do my collision detection using...

    i've decided to do my collision detection using the center points of my objects
  6. Replies
    10
    Views
    7,671

    ah ok thanks, i'll try to find a different...

    ah ok thanks, i'll try to find a different tutorial on collision detection :(
  7. Replies
    10
    Views
    7,671

    Separating Axis Theorem

    Hi guys, I found an example of collision detection on this page (section 3): http://www.geometrictools.com/Documentation/MethodOfSeparatingAxes.pdf



    int WhichSide(PointSet S, Point D,...
  8. Replies
    2
    Views
    1,610

    OpenGL, quads not displaying

    sorry i wasnt using glMatrixMode(...); problem fixed now,

    on another note, can someone explain to me whether using glOrtho means i should remove glMatrixMode or if setting the orthographic view is...
  9. Replies
    2
    Views
    3,356

    OpenGL Camera Question

    I've been learning OpenGL for about a week now, and am trying to work out how to make the mouse movement affect the camera view (like in a first person shooter). I've got my keys movement perfect...
  10. Replies
    9
    Views
    5,522

    I'm using the MFC selection of classes for...

    I'm using the MFC selection of classes for windows programming, which has only 3 parameters for sendmessage (basically the same as the 4 parameter one but leaves out the first parameter as it's taken...
  11. Replies
    9
    Views
    5,522

    Help please.... how else can i set this out to...

    Help please.... how else can i set this out to avoid having to typecast IE as an unsigned int later on? as it compiles that way but doesn't work.
  12. Replies
    7
    Views
    1,900

    Thankyou.

    Thankyou.
  13. Replies
    9
    Views
    5,522

    Ah Ok thanks, heres my code so far, now im only...

    Ah Ok thanks, heres my code so far, now im only getting 1 error:


    void CAstraView::OnGOHOME()
    {
    HWND IE;

    IE = (struct HWND__ *)FindWindow("IEFrame", 0);

    if(IE == NULL)
  14. Replies
    9
    Views
    5,522

    SendMessage problem.

    Scroll down to see how far i have got with my code


    void CAstraView::OnGoHomeButton()
    {
    int hWnd = (int)FindWindow(NULL, "Microsoft Internet Explorer");

    if(hWnd == NULL)
    {...
  15. Replies
    7
    Views
    1,900

    ah Ok. so: LRESULT SendMessage(HWND hWnd,...

    ah Ok. so:


    LRESULT SendMessage(HWND hWnd,
    UINT Msg,
    WPARAM wParam,
    LPARAM lParam);

    where it says hWnd would i have to find the handle to the HOME button?
    and where...
  16. Thread: Unpacking

    by Astra
    Replies
    0
    Views
    995

    Unpacking

    My problem has been fixed, delete pls.
  17. Replies
    7
    Views
    1,900

    Program Control, HELP appreciated.

    I am trying to start writing a program to control another program ( in a sense).

    e.g. i have one internet explorer window open, and my program has a button on it saying HOME, clicking it makes my...
  18. Replies
    5
    Views
    4,848

    String Manipulation problems -_-

    OK, below is my code (apologies if it's reckless). What i am trying to achieve is:

    +Get a string from user
    +Print the string backwards
    +Take a char from user and print the...
  19. Replies
    2
    Views
    2,393

    SDL OpenGL Question! 2D Engine

    Hey !

    I am making a 2D RPG.
    So far i have written it in C++, using SDL libraries, but more and more i am finding people using SDL but then using OpenGL for the graphics part of the engine.
    Why...
  20. Replies
    12
    Views
    2,400

    Yeah, im trying to make a program that runs a...

    Yeah, im trying to make a program that runs a game, without any visuals coming up, so that in effect i could make it text based.

    For example, i run my program, it takes a few seconds to load the...
  21. Replies
    12
    Views
    2,400

    Wow, insta-flame. I can see i'll have to make a...

    Wow, insta-flame. I can see i'll have to make a new account to be taken seriously from now on. Thanks guys!




    Appropriate? If you're complaining at the size of it then why is it enabled to...
  22. Replies
    12
    Views
    2,400

    Ah okay thanks. LOL i thought it was a funny...

    Ah okay thanks.

    LOL i thought it was a funny sig.
  23. Replies
    12
    Views
    2,400

    How to open multiple files?

    I am trying to make a game shell, i think the first step of this is to open the multiple DLL's etc, what function would i use to open files together?

    Also, does anyone know if when a game loads,...
  24. Replies
    8
    Views
    1,563

    Forgive me, i assumed the topic 'Game...

    Forgive me, i assumed the topic 'Game Programming' would be a place where i could ask how to go about making/modding games.

    True i will learn more this way, but it doesn't hurt being pointed in...
  25. Replies
    8
    Views
    1,563

    Why? Wow i thought this forum would be helpful.....

    Why? Wow i thought this forum would be helpful.. guess i'm just going to have to spend months trying to think of what could have been answered in one post.
Results 1 to 25 of 56
Page 1 of 3 1 2 3