The problem is that header files aren't enough. All they do is tell you what functions are avialable but they don't provide the functions themselves. For that you'll need the library file and then you'll have to link in that file.

Now if you explain what you want to do then maybe we can point you in the right direction.