[Qt-interest] Qt network @ windows solved, but...

Markus Goetz Markus.Goetz at nokia.com
Sun Jan 31 15:23:48 CET 2010


ext Miguel Cardenas wrote:
> My problem is now solved, QFtp is okay... it was due a big size fixed 
> buffer char[1000000] to load the file to send into memory, but the 
> read() function crashed the program when passing such buffer, I did it 
> dynamic by calling 'new' and the program works now with windows...
Why do you need that? You should upload a QFile object, not read a huge 
file into memory :)

Markus




More information about the Qt-interest-old mailing list