I'm trying to link libsndfile http://www.mega-nerd.com/libsndfile/ to visual studio 2010 express so I can extract wav file samples and load them into an array. However, I have been completely unsuccessful in linking it. I've scoured tthe internet and tried various different ways, but none of them have worked. I keep getting this error

error LNK2019: unresolved external symbol _sf_open referenced in function _main

sfopen is a function in libsndfile that I'm trying to use. If anyone could provide instructions for linking libsndfile to visual studio, I would be very appreciative.