How to insert a .bmp format Image to my 3D applica

Hai all,

I am trying to insert an .bmp format image to my already developed 3D application by using opengl with MFC.Can any one tell what is the API used to insert an image into my application.

Because I’m beginner Plz tell some detail,It is very important to me.

Thanks in advance…

Hi,
go through this link http://nehe.gamedev.net/data/lessons/lesson.asp?lesson=06

Good luck

DevIL is an image loading library which interacts nicely with OpenGL. Check it there : http://openil.sourceforge.net/