PDA

View Full Version : help with error "Sending email using Qt"



mokhtarone
2nd August 2012, 05:33
hi !
i have tested this source http://www.qtcentre.org/threads/2221-Sending-email-using-Qt , and i have this problem . please help me


8085

ChrisW67
2nd August 2012, 09:35
Do you have "QT += network" in your .pro file?

mokhtarone
2nd August 2012, 10:36
i have been added this "QT += network" in my .pro , but i have many error now :confused:
8086

Viper666
2nd August 2012, 12:25
You can try delete in .pro QT += network and add QT += tcp

mokhtarone
2nd August 2012, 14:20
same error :(

spirit
2nd August 2012, 14:31
Did you try to rebuild you project from scratch?

mokhtarone
3rd August 2012, 05:48
no , how can do this ?

spirit
3rd August 2012, 07:16
Right click on your project in the Project Explorer, click on "Rebuild" in the appeared context menu.
PS. You'd better to read some docs before posting questions. Docs have everything you need in 99% cases. ;)

ChrisW67
3rd August 2012, 09:54
i have been added this "QT += network" in my .pro , but i have many error now :confused:
8086

The error message tells you exactly what the problem is: 3 != 4

mokhtarone
3rd August 2012, 11:45
i have recompiled my project , but i have the same error :confused: