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

Miguel Cardenas mfcardenas at gmail.com
Sat Jan 30 01:08:53 CET 2010


Hello

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...

My previous doubt about WS2_32.lib and WSAStartup() is still unresolved, do
I have to link that library and initialize sockets or not? I did it that way
with my QFtp program and it is working, don't want to move nothing to avoid
fixing it again, but are they necesary or not? Sorry, never have used socket
connection services via Qt...

-- 
Miguel Cardenas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100129/8399e47e/attachment.html 


More information about the Qt-interest-old mailing list