qt-interest@trolltech.com
[Top] [All Lists]

Re: File read problem

Subject: Re: File read problem
From: "Duane Hebert"
Date: Thu, 1 Mar 2007 11:47:49 -0500
>After you sending the technique of storing the buffer in a vector i was
able to get back the whole accumulated >buffer from the vector. In the
process I also accumulated the QString buffer I had, now when i retrieve the
>QString buffer I got less number of values compared to the vector buffer.So
it is obvious that the QString after >some limit avoids to append any
characters.

Have you debugged this yet to see where the problem is?
Do you have some nulls in the file that may be causing a problem
when converting from string to qstring?

No one seems to be able to duplicate your problem so you
may need to do some debugging to find the specific error.
Try inspecting each buffer that you're copying.

--
To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with 
"unsubscribe" in the subject or the body.
List archive and information: http://lists.trolltech.com/qt-interest/

<Prev in Thread] Current Thread [Next in Thread>