[GNC-dev] Bug with 3.1 version on windows 10 qif import?

2018-06-13 Thread jeffrey black
I have been out of the loop for several days.  Lightning took out DSL filter, modem and Ethernet port.  Temporarily have internet now part of the time. Just did a qif import into GnuCash 3.1 build 3.0-118-gd2ef5fd0f+ (2018-04-28), Windoze 10 - 1709.  The window to cancel or import was so

Re: [GNC-dev] gnucash maint: Bug 796484 - csv import: iostream error

2018-06-13 Thread John Ralls
Geert, I have mixed feelings about it too. Unfortunately there’s no way to use file streams with wchar_t paths with gcc. Visual C++’s c++ standard library naturally does support it, but it will take a lot of work to get GnuCash building with VC++. We could make a gnc_fopen copying the code

Re: [GNC-dev] gnucash maint: Bug 796484 - csv import: iostream error

2018-06-13 Thread Geert Janssens
I have mixed feelings about this fix. It's concise and does the job but on the other hand it reintroduces a dependency on glib in otherwise clean c++ code... Getting rid of glib is one of our long term goals. Is there a c++ alternative or would this require using the native Windows api in some