I am trying to set up the Kyoto cabinet in Visual Studio (VC ++). I added the source files and the kyotocabinet.lib static library
However, this gives me a LINK2005 link error. By default, the library is built with a binding to the LIBCMT.LIB' by the/ MT option . I also tried to restore the library with the `/ MD 'option. I still can't do this.
Has anyone tried to use it in Visual Studio?
source
share