Le Monday 25 August 2008, Aaron J. Seigo a écrit :
> On Monday 25 August 2008, Gerhard Gappmeier wrote:
> > Hi Aaron,
> >
> > I just took a quick look at the code.
> >
> > If noticed that readNumberFromFile() and readStringFromFile() are using
> > fopen to access the file.
>
> the only place that t
On Monday 25 August 2008, Gerhard Gappmeier wrote:
> Hi Aaron,
>
> I just took a quick look at the code.
>
> If noticed that readNumberFromFile() and readStringFromFile() are using
> fopen to access the file.
the only place that those are used is actually commented out right now; they
are used fo
On Monday 25 August 2008 08:14:19 Gerhard Gappmeier wrote:
> If noticed that readNumberFromFile() and readStringFromFile() are using
> fopen to access the file.
> 1.) For passing the filename as character string, it uses
> QString::toLatin1()
> This will not work if the filename has any special cha
Hi Aaron,
I just took a quick look at the code.
If noticed that readNumberFromFile() and readStringFromFile() are using
fopen to access the file.
1.) For passing the filename as character string, it uses
QString::toLatin1()
This will not work if the filename has any special characters that don't