Results 1 to 10 of 31

Thread: Game Developement

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by phibermon View Post
    What Silverwarrior suggested :

    Tex[1]:=IMG_LoadTexture(PChar(Ren,path+'\monster.bmp'));

    should read :

    Tex[1]:=IMG_LoadTexture(Ren,PChar(path+'\monster.bmp'));
    You are absolutely correct. How could I have made such trivial mistake

  2. #2
    Ok, in the end i mananged to find out how to make it work with paths, thanks to both of you
    Another question: I've heard from my teacher that in the Pascal IDE are some options or something like that to show the amount of memory and time execution of a program. Can you tell me how to make use of them?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •