texture mapping

i am getting an initialization error when running my code from nehe’s tutorials. do i need to insert the bitmap image? if so does anyone know where i can find the crate.bmp? thanx

If I remember correctly the BMP should be in the zip file.
The bitmap file is in a directory called data.

the program directory should look like this:

lesson(dir)
lesson0X.exe
data(sub dir)
crate.bmp

Originally posted by reps4ta@aol.com:
i am getting an initialization error when running my code from nehe’s tutorials. do i need to insert the bitmap image? if so does anyone know where i can find the crate.bmp? thanx