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