PDA

View Full Version : QSslsocket error



zgulser
8th March 2012, 09:52
Hi there,

I've recently faced with a problem regarding OpenSsl.

I firstly install Visual Studio 2005 and Qt 4.4.0

Then I intergrate Qt and Visual Studio

After I checkout the code I work on.

I use built.xml to build my project through Ant from the command prompt of Visual Studio 2005.

And I open Visual Studio 2005 I push build button to build the whole project but I get QSslSocket undefined error.

What I don't understand is it supposed to load required files when I did ant command.

So, I want to ask could the problem have been occured because of the Qt and Visual Studio integration?


King Regards

zgulser
8th March 2012, 22:14
I'm receiving excatly the following error;

error C2079: 'error' uses undefined class 'QSslError' though it's defined and included...isn't odd?

Added after 44 minutes:

If I disintegrate Qt from Visual Studio 2005, it works fine! But if I reintegrated Qt into Visual Studio 2005, it won't compile and I get the error in the upper thread.