Search:

Type: Posts; User: Oluf

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Heh i really like the pic with the "easy life"...

    Heh i really like the pic with the "easy life" shop :D
  2. Replies
    48
    Views
    10,847

    "You can't do anything about it." thats a...

    "You can't do anything about it."

    thats a pretty strange attitude to have imo ;)
  3. Thread: Help Web hosting

    by Oluf
    Replies
    5
    Views
    2,330

    www.b-one.net

    www.b-one.net
  4. Replies
    10
    Views
    4,289

    I am also a relative newbie to C++ and have also...

    I am also a relative newbie to C++ and have also read that book...I agree with Zeusbwr it is quite a good book. It explains things quite well for people who havent programmed before and so far I...
  5. Replies
    19
    Views
    6,457

    oh sorry I missed that part about the ISO on your...

    oh sorry I missed that part about the ISO on your last post ;)
  6. Replies
    19
    Views
    6,457

    hey, I know someone who also have a bad HD. I...

    hey,

    I know someone who also have a bad HD. I was wondering..where did you find that program? Tried a google but nothing really showed up
  7. Replies
    7
    Views
    2,022

    doh! Yes of cuase that should be a if...thanks...

    doh! Yes of cuase that should be a if...thanks for pointing it out...works now so thanks a lot :)

    btw...I might need some help later with figuering out how my box knows when it hits a pod but I...
  8. Replies
    7
    Views
    2,022

    Not sure what bit of code you are after.. but...

    Not sure what bit of code you are after.. but this is what I have done to make the textured ball





    glEnable (GL_TEXTURE_2D);
    glBindTexture(GL_TEXTURE_2D, texture[0]);
    glBegin(GL_QUADS);...
  9. Replies
    7
    Views
    2,022

    OpenGL / Moveing textures?

    Hey.

    I have been makeing a pong game in OpenGL (the first *real* thing i am making in openGL)
    I have been useing the Nehe basecode (nehe.gamedev.com) and have been able to make 2 pods wich I can...
  10. Thread: Crc error

    by Oluf
    Replies
    21
    Views
    2,863

    I found out what it was :) One of my ram...

    I found out what it was :)

    One of my ram blocks was the reason for all this...I got no idea why but I guess there is just something wrong with it
    So now my computer is working fine (only with...
  11. Thread: Defrag Error

    by Oluf
    Replies
    6
    Views
    1,425

    try and do a scandisk first and then defrag

    try and do a scandisk first and then defrag
  12. Thread: Crc error

    by Oluf
    Replies
    21
    Views
    2,863

    hm well if they are like above 10mb or something...

    hm well if they are like above 10mb or something like that i get these errors...if they are very small nothing is wrong
    And i use winrar, got xp, also tryed winzip but i still get errors
  13. Thread: Crc error

    by Oluf
    Replies
    21
    Views
    2,863

    one block of 256mb and one on 512bm, both...

    one block of 256mb and one on 512bm, both kingston 2700
  14. Replies
    14
    Views
    1,981

    a good sign that windows is not good for running...

    a good sign that windows is not good for running as a server is that micosoft themselves run linux servers.....
  15. Thread: Crc error

    by Oluf
    Replies
    21
    Views
    2,863

    did a virus scan and did 2 formats of the hard...

    did a virus scan and did 2 formats of the hard disk where windows is on
    (one of them was even from dos just to be sure it took it all away)

    I was more talking about some drivers problems...dont...
  16. Thread: Crc error

    by Oluf
    Replies
    21
    Views
    2,863

    Just checked....not to hot and the cables are...

    Just checked....not to hot and the cables are also ok
    Is there no chance that this might be a software problem?

    Oh, and thanks a lot for all your help with this :)
  17. Thread: Crc error

    by Oluf
    Replies
    21
    Views
    2,863

    Well the thing is that I already got 2 hard...

    Well the thing is that I already got 2 hard drives...one on 20gb and one on 80gb and I get these errors no matter where I try and install to

    I could of cuase try and install windows on the...
  18. Thread: Crc error

    by Oluf
    Replies
    21
    Views
    2,863

    Ah okay :) would you happen to know of a...

    Ah okay :)

    would you happen to know of a program that could check to see if that is the problem? Cause I am very low on money right now so I would rather not spend it on a harddisk unless there is...
  19. Thread: Crc error

    by Oluf
    Replies
    21
    Views
    2,863

    Well I did not change anything so I dont think...

    Well I did not change anything so I dont think so....

    I have been thinking about what might bee the problem and I came to think about the fact that a good while ago I got some new Ram, could they...
  20. Thread: Crc error

    by Oluf
    Replies
    21
    Views
    2,863

    no no I did not buy a new motherboard just...

    no no I did not buy a new motherboard just because of this error...I needed a new one anyway :)

    And no it is not becuase the Cds are dirty, as I said I have tryed with lots of cds and there is...
  21. Thread: Crc error

    by Oluf
    Replies
    21
    Views
    2,863

    Crc error

    I hope someone can help me out curz this thing is...hm...not funny ;)

    here goes :
    A while ago (4-5 weeks) I suddenly found out that I was not able to install any games on my computer at all,...
  22. Thread: OpenGL function

    by Oluf
    Replies
    20
    Views
    3,004

    damn...pointers...I hate them...however I know...

    damn...pointers...I hate them...however I know they are useful :)

    This is what you mean I should be looking for right silver?



    void glColor3fv(
    const GLfloat *v
    );
  23. Thread: OpenGL function

    by Oluf
    Replies
    20
    Views
    3,004

    Of curz not silvercord :) I just had no idea...

    Of curz not silvercord :)

    I just had no idea that you could check opengl stuff on msdn. thanks i will have a look for it right now
  24. Thread: OpenGL function

    by Oluf
    Replies
    20
    Views
    3,004

    I guess its better to post it all....might be...

    I guess its better to post it all....might be curz i messed around a bit with it all so :




    /*
    * This Code Was Created By Jeff Molofee 2000
    * A HUGE Thanks To Fredric Echols For Cleaning...
  25. Thread: OpenGL function

    by Oluf
    Replies
    20
    Views
    3,004

    Yep its from Nehe, but i made some edits in some...

    Yep its from Nehe, but i made some edits in some of it.
    As you can guess my entire code is kind of long, cant you explain what pit it is you think there is a bug in?
Results 1 to 25 of 53
Page 1 of 3 1 2 3