Menu

3d texture and DEV-C++

2002-10-23
2012-09-26
  • Nobody/Anonymous

    I made few 3d texture tests. I wrote the texture creation within the code. Everything's fine. Then I loaded the texture from file. Just fine. But then I went back where I started from and created the texture from the code. Now DEV loads the texture file every time even if I deleted the "texture=load_bitmap("texture.bmp",default_palette);" line. And to crown it all some nagging :"Clock skew detected. Your build may be incomplete." And the texture from file appeares onto screen. What sould I do ?

    Real Dummy

     
    • Nobody/Anonymous

      HI,
      It may be that you had created a good .EXE file that worked the way you wanted it to. 
      You then made some changes. I guess you clicked the button that compiles, links and runs your program.
      This has gotten my many, many times.  If the program compiles OK but does not link correctly, DEV-C++ will still run the .EXE...the old one..not the new one because the new one could not be created because of the linking error.
      If you delete the current .EXE and compile, link then you may see this more clearly.

      Then again there could be another problem.
      Regards,
      ChuckB

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.