I am trying to build a project to learn the SDL libraries but Im getting these errors:

[Linker error] undefined reference to `SDL_RWFromFile'
[Linker error] undefined reference to `SDL_LoadBMP_RW'
[Linker error] undefined reference to `SDL_DisplayFormat'
...

I am including "SDL\SDL.h" but according to the documentation it should work.
Any ideas?

Nevermind I figured it out! Thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.