hi i am trying to load an image. I made a program to do so. I get errors that say use of undeclared indentifier "sdl surface, hello, and null"
the errors are on lines 6,7 10, and 13. How do i declare the identifier then? Plz help . thanks
I think that the problem is that NULL is undefined name. You should include a corresponding header that contains definition of NULL. Or use 0 instead of NULL.