What Silverwarrior suggested :

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

should read :

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