Something Wrong with my .x object

I had created this model, simple cube for testing.
And its not working, i dont know if its fault how this cube is made or rendering engine messing something up.

Could someone check this for me?
Thanks!

In the rar file I had include blender file, .x file and texture.

You have not assigned material to the cube, so it can not have texture either.
UVs, Material, Textures - that’s the order to see it rendered correctly.
http://www.pasteall.org/blend/21438

Everything works fine now. Thanks.