Setting Visual Studio 2005

Hi, i just learned most of the basic stuff (up to pointers, classes, polymorphism etc.) in C++ and I need to use the windows sdk to craete a simple bluetooth application.

now i need to link against irprops.lib and before i can even start i get the error
LINK : fatal error LNK1104: cannot open file 'irprops.lib'
i tried to add the .lib file from the linker options and using
#pragma comment(lib, "irprops.lib")
but it seems visual studio can't find it

so i installed sdk 3.5 from microsoft and now need to know how to set the correct path of the new sdk

thanks
Topic archived. No new replies allowed.