About aux again

Started by
4 comments, last by Felon_pro 17 years, 6 months ago
OK.. here's context.. i try a program and i get this error error : #include "aux.h" - access denied in Dev c++ 4.0 and then i am not able to execute this program
Advertisement
Don't have the file open with another program at the same time you're trying to compile.
One a side note, you could have continued your other thread. We are not that bad at reading existing threads [smile]
no, it was the first time i heard about a file called "aux.h".
if i didn't know about it's very existence, how would i keep it open and try compiling another program with reference to it?
GLaux is long dead and buried. People mostly used it for its bitmap loader code. A replacement iis available if you really need one.
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
Ok, then how do i load *.bmp without GLaux then? Is there an easier way?

This topic is closed to new replies.

Advertisement