<div>Hello,<br>I use TagLib for the first time, and I am a bit stuck with how to use it with Visual C++  (win32)  or CodeBlocks or any other compiler / environment.<br>Would someone have a "step by step" procedure?<br>

<br>I have installed cmake, and I ran "cmake" in the TagLib folder, but then, what do I have to do for :<br>* letting Visual C++ know where to find the library? Which file is the "library file" of taglib? Where do I need to put it?<br>

* letting Visual C++ know where to find the headers => do I need to modify some PATH variable? Where? in order that Visual C++ can find the right .h files related to TagLib?<br><br>(PS: when I try to open examples/tagreader.cpp  and compile it, I got an error : "unable to find fileref.h"... => this tells me that VC++ cannot find taglib's  .h files... How to solve this?)<br>

<br>Thanks in advance, bkej<br></div>
<br>