Is someone can explain to me why sometime I can get Cvb::String as std::string and sometime as std::wstring in the same computer and by upgrading or downgrading CVB installion ? I don’t understand why.
I am working on a R&D computer where I install various CVBB versions for my test.
CMake is used to build your applications and its project related configurations, not for installing CVB. Look at a sample programs (e.g. in %CVB%\Tutorial\Image Manager\Cvb++\CppCompositeStreamHandler\CMakeLists.txt) on how to setup a build of a cvb-powered application. Inside this script you are able to define the above mentioned flag.