Setting up the Kyoto cabinet in Visual Studio

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?

+5
source share
1 answer

I have found a solution. We just need to create a new empty C ++ project in Visual Studio. Add header files and a static library from Win32 Kyoto Cabinet

→ → [/MT]

+3

All Articles