Search:

Type: Posts; User: Death_Wraith

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    4,029

    cheers

    cheers
  2. Replies
    20
    Views
    4,029

    Wouldn't the first one compile with the macro? ...

    Wouldn't the first one compile with the macro?


    cout<<"Hello World"<<std:endl;

    and does the second one even compile? ;) That looks rough...care to explain it?
  3. Replies
    20
    Views
    4,029

    whats wrong with the macro?

    whats wrong with the macro?
  4. Replies
    20
    Views
    4,029

    Or using namespace std;

    Or


    using namespace std;
  5. Replies
    18
    Views
    3,203

    I added the lib to my project, so I assume so...

    I added the lib to my project, so I assume so...
  6. Replies
    18
    Views
    3,203

    Alright, I tried FreeType, but I keep recieving...

    Alright, I tried FreeType, but I keep recieving "[Linker Error] Unresolved external '_FT_Init_FreeType' referenced from E:\MYDOCS\CHRIS\PROGRAMING\DIRECTX\MERC ENGINE\UNIT1.OBJ" everytime I attempt...
  7. Replies
    18
    Views
    3,203

    Cheers. Looks good. Thanks all

    Cheers. Looks good. Thanks all
  8. Replies
    18
    Views
    3,203

    Do you know of any good GDI text tutorials?

    Do you know of any good GDI text tutorials?
  9. Replies
    18
    Views
    3,203

    ah ok..... But is it possible to use D3D text...

    ah ok.....

    But is it possible to use D3D text stuff with DirectDraw? IN any way, without blowing somthing up? ;)

    DW
  10. Replies
    18
    Views
    3,203

    So if I convert everything to D3D, use a DX7...

    So if I convert everything to D3D, use a DX7 interface I still get DD right?

    But I can't then tap into the D3D aspect right?

    So could I use both interfaces? a DX9 and DX7 and use the Dx9 for...
  11. Replies
    18
    Views
    3,203

    Well damn! Now I find out! Ah well, I'm not tooo...

    Well damn! Now I find out! Ah well, I'm not tooo choked!
  12. Replies
    18
    Views
    3,203

    I'm using DX7 because thats what Andrés book...

    I'm using DX7 because thats what Andrés book uses. I want to stay simple until I fully dive into 3D! ;) and keep everything coherant with the book
  13. Replies
    18
    Views
    3,203

    Thanks for the links man, but those were primarly...

    Thanks for the links man, but those were primarly D3D based. I was looking for somthing for DirectDraw...
  14. Replies
    18
    Views
    3,203

    Text engine

    How would I go about writing a text engine for my DirectDraw game? I don't really even know where to start other than GDI, which I've heard is slow...

    Cheers

    DW
  15. Replies
    5
    Views
    2,135

    Ok, I just tried that. I put breakpoints in all...

    Ok, I just tried that. I put breakpoints in all of the switch cases. And somthing is definatly wrong. It drops into the first switch like it should, excecuts the first statment, misses the second,...
  16. Replies
    5
    Views
    2,135

    That didn't seem to make a difference. Here are...

    That didn't seem to make a difference. Here are the array values/sizes


    class Tile
    {
    public:
    RECT src_rect, dest_rect; //source and dest rectangles
    LPDIRECTDRAWSURFACE7...
  17. are you realeasing in the opposite order you...

    are you realeasing in the opposite order you created them?

    ie: If you created x , y , z ----Realease in the order z , y , x


    Does this help?
  18. Replies
    5
    Views
    2,135

    OK, thx, I'll try that

    OK, thx, I'll try that
  19. Replies
    21
    Views
    3,593

    I would imagine people would be much more willing...

    I would imagine people would be much more willing to do this if you posted the source! ;) I know you don't want to, but this is an
    open source forum. Every app everyone posts has source included...
  20. Replies
    5
    Views
    2,135

    A switch that doesn't switch

    I'm trying to blt a surface depending on a value in an array, but nothing gets blted. Can anyone let me know whats wrong? Because I can't figure it out for the life of me! ;)
    BTW,...
  21. Replies
    21
    Views
    3,593

    Ouch.... :mad: Perhaps a little "Hey! yours...

    Ouch.... :mad:

    Perhaps a little "Hey! yours is good!" Or a "Good job"?
  22. Replies
    11
    Views
    1,854

    makes sense. I'm surprised we all missed that...

    makes sense. I'm surprised we all missed that actually! Its so obvious when I look at the code now...well, I guess I learnt me lesson!

    Thanks all
  23. Replies
    11
    Views
    1,854

    /bow Good man! Thanks a ton! I wasn't even...

    /bow

    Good man! Thanks a ton! I wasn't even looking there.....You sir, are my hero!

    I also figured out WTH that error code means. It meas "There is so much wrong with your programming....",...
  24. Replies
    11
    Views
    1,854

    Alright, thanks. That really is useless! ...

    Alright, thanks. That really is useless! :confused:
  25. Replies
    11
    Views
    1,854

    OK, finaly got off my ass, and I got the HRESULT....

    OK, finaly got off my ass, and I got the HRESULT. It is: 40006d09

    does this help?
Results 1 to 25 of 180
Page 1 of 8 1 2 3 4