On Saturday 13 September 2014 10:37:27 AM Geert Janssens wrote:
> On Wednesday 10 September 2014 21:25:30 Fernando Rodriguez wrote:
> > On Wednesday 10 September 2014 5:07:03 PM Fernando Rodriguez wrote:
> > > On Wednesday 10 September 2014 7:37:28 PM Geert Janssens wrote:
> > > > Hi,
> > > >
> >
On Saturday 13 September 2014 10:37:27 AM Geert Janssens wrote:
On Wednesday 10 September 2014 21:25:30 Fernando Rodriguez wrote:
> On Wednesday 10 September 2014 5:07:03 PM Fernando Rodriguez
wrote:
> > On Wednesday 10 September 2014 7:37:28 PM Geert Janssens wrote:
> > > Hi,
> > >
> > > I'm s
On Saturday 13 September 2014 4:21:18 PM Geert Janssens wrote:
> Thanks a lot !
>
> I'll try to apply a similar approach in gnucash for the
> home dir use case.
>
> For my second case, anybody know how to read an
> environment variable directly in win32 using wide char
> functions ?
>
>
> Geert
Thanks a lot !
I'll try to apply a similar approach in gnucash for the
home dir use case.
For my second case, anybody know how to read an
environment variable directly in win32 using wide char
functions ?
Geert
___
gtk-app-devel-list mailing list
g
OK, here is some example code (it's from 'tickr' application code).
On 09/13/2014 10:42 AM, Geert Janssens wrote:
On Thursday 11 September 2014 07:14:54 Emmanuel Thomas-Maurin wrote:
> I've had a similar problem previously, with non-ascii (for instance
> cyrillic) user names in app data dir
On Thursday 11 September 2014 08:12:52 z...@excite.it wrote:
> On Thursday 11 September 2014 07:14:54 Emmanuel Thomas-Maurin wrote:
> > I've had a similar problem previously, with non-ascii (for instance
> > cyrillic) user names in app data dir on windows. The trick was to
> > use
> > 'wide char' w
On Thursday 11 September 2014 07:14:54 Emmanuel Thomas-Maurin wrote:
> I've had a similar problem previously, with non-ascii (for instance
> cyrillic) user names in app data dir on windows. The trick was to use
> 'wide char' win32 API functions which all return UTF-16 encoded
> strings, then conver
On Wednesday 10 September 2014 21:25:30 Fernando Rodriguez wrote:
> On Wednesday 10 September 2014 5:07:03 PM Fernando Rodriguez wrote:
> > On Wednesday 10 September 2014 7:37:28 PM Geert Janssens wrote:
> > > Hi,
> > >
> > > I'm stuck on the following issue. Program is GnuCash on Windows.
> > >