Forgive me for all my dummy questions. But I really want to learn step by step. I want to use some functions such as PathFileExist() of shlwapi.h in visual studio 2012. I created a new windows console project and include the "shlwapi.h". I called PathFileExist() inside my main function once. However when i build the project, I got errors like unresolved external errors. I know that is because the compiler cant find the implementation of that function.
My question is: how to fix it? Do I need to download/install the library to make it work and HOW?