c++_fem 0 Newbie Poster

Hi,

I'm trying to write text using SDL_ttf
I've set up everything according to this tutorial on lazyfoo (http://lazyfoo.net/SDL_tutorials/lesson03/windows/msvsnet2010e/index.php)

but when I compile my program I keep getting this error:

fatal error LNK1104: cannot open file 'SDL_ttf.libkernel32.lib'

Did anyone have the same problem? I don't know what I'm doing wrong.

I'm using Microsoft Visual Studio 2010