https://bugs.kde.org/show_bug.cgi?id=383044
--- Comment #11 from Ralf Habacker <ralf.habac...@freenet.de> --- (In reply to Evgeniy from comment #10) > >>kmymoney 4.8.0 looks to be compiled with MSVC2012, which uses msvcr120.dll. According to https://de.wikipedia.org/wiki/Visual_Studio#Versionsgeschichte the internal version is the number in the dll name. msvcr120.dll contains 12 which is MSVC2013, not MSVC2012. Sorry for the confusion. If the installer would not have a required msvc runtime included the error would be say that msvcr120.dll is missing and not msvcr100.dll. > According to the news: > https://kmymoney.org/news.php#itemKMyMoneygoescrossplatform > It's compiled with MSVC 2015, This statement does not refer to 4.8.0. This relates to the not released yet Qt5/KF5 based version of kmymoney. > Also, linking can be static, so the program can be a few files instead > of multi-branched Unix-like directory tree (I mean that 4.8.1 bundle). This depends on the library type and may also have drawbacks in terms of increased size or is simple impossible like Qt or KDE plugins, which are expected to be shared libraries. Think of libpng for example, which may be included in several packages. The windows build system on the open suse build service states that libpng is used in 105 packages (https://build.opensuse.org/package/live_build_log/windows:mingw:win32/mingw32-libpng/openSUSE_Leap_42.2/x86_64). > multi-branched not sure what you want to say here ? > I meant only they are not as pretty as standard QChart, compare this > (http://www.oldergeeks.com/downloads/gallery/KMyMoney9.png) and the > following links: > https://doc.qt.io/qt-5/qtcharts-linechart-example.html The only difference I see is that this chart has a grid, which could be switched on in kmymoney, see reports->configure->charts->Show grid lines Additional the point values could also be switched off, see reports->configure->charts->Draw values on chart > https://doc.qt.io/qt-5/qtcharts-piechart-example.html kmymoney uses the KDChart component, which also have several graphical look outs like shown at https://www.kdab.com/development-resources/qt-tools/kd-chart/. What else is 'awful' ? -- You are receiving this mail because: You are the assignee for the bug.