Some Questions:

1.) When I use a bitmap file as a texture, it only works when I build and run the program within the compiler, but when I execute the program outside of the compiler, the program fails to load the .bmp file. Why is this so?

2.)Why do bitmap texture file sizes hafta be multliples of 64?