hi, i am following nehe's tutorial on
texture mapping and loading a bmp file
whenver i do this and save it and compile, it compiles alright but gives me the link error that auxDIBImageLoad is an unresolved
external symbol. Also if i comment
out that line it compiles and links too
if (File){
fclose(File); //
return auxDIBImageLoad(Filename);
}
any suggestions will be appreciated