Why msvc package don't contain debug and release dll ?

Discussion area about developing or extending OGRE, adding plugins for it or building applications on it. No newbie questions please, use the Help forum for that.
JFM
Gnoblar
Posts: 5
Joined: Wed Feb 22, 2023 6:13 pm

Why msvc package don't contain debug and release dll ?

Post by JFM »

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.