jedisct1/libsodium

/MT vs /MD pre-built libraries

ThibaultDECO opened this issue · 0 comments

It would be worth mentioning in the documentation (see here) that MSVC pre-built libraries are built with Multi-threaded (/MT) and not with Multi-threaded DLL (/MD). I'm a beginner in C++ and this got me into a bit of trouble.