Why msvc package don't contain debug and release dll and lib ? It look to contain only a release one with debug information. Why ? Can we have a package with the debug lib and dll and release one too in 2 different folder ? With actual package we cannot build in debug (std::string crash imediatly in Ogre) because ogre dll is in release.
Thanks.