Hello, Syam ! <sya...@gmail.com> wrote: > On 12/19/2012 02:45 PM, Yuriy Rusinov wrote: >> for (int i=1; i<=na; i++) >> { >> char * colData = new char [nd2*sizeof (unsigned long)]; >> qint64 colLength = fData->readLine (colData, nd2*sizeof >> (unsigned long)); > > Why would you use readLine() for a binary file? > The concept of a 'line' is for text files. You should use read() instead.
I tried it, but nothing changes. -- Best regards, Sincerely yours, Yuriy Rusinov. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest