Small icon handle is no longer equal to large if Icon::ApplicationIcon() is called
cppkore uses string/wstring as StringBase while we use std::string/std::wstring as string/wstring. Changed all types in cppkore to String/WString instead.