user1586641
user1586641

Reputation: 21

SDL_image Out of Scope

I'm trying to get off the ground with SDL. SDL by itself works fine, I got the basic Hello World setup to work. However, trying to use SDL_image has caused me a ton of headaches. My current code (below) gives me the error 'Img_Load' was not declared in this scope' at line 17.

Any and all help would be greatly appreciated!

Upvotes: 1

Views: 871

Answers (1)

dans3itz
dans3itz

Reputation: 1615

'IMG_Load' confirm case in your source file with the library reference when you reach errors like this.

Upvotes: 1

Related Questions