when i include libxml library in my project.
i find that, after typing libxml2 in "project build option-> link setting -> link libraries"
the ld.exe would report error cannot find -lxml2. notice that lib was cutted automatically.
i tried many times, there are two ways to solve that.
1.rename the libxml2.lib file to xml2.lib.(path has already added to search directories)
2.type in full path of libxml2.lib.(this is not suitable for multi-developer case.)
above methods are not good enough.
how to solve this in a elegant way? is it a bug?