PDA

View Full Version : QWebView::Load problem



yogeshgokul
2nd December 2008, 11:11
I have a URL,

http://flickr.com/services/auth/?api_key=ff743da7544779780bdb279453d76880&perms=write&frob=72157610521212829-805d706df4f9c332-978861&api_sig=289197e66b6b8a261ac2003f606a28c4

I am calling QWebView::load(); To show this page.
This is showing page on some machines and not showing on others.

wysota
2nd December 2008, 13:49
Can you be more specific about the problem?

yogeshgokul
3rd December 2008, 10:28
Ohh, I resolved this issue. Problem was QWebView cannot show a webpage which is working on HTTPS protocol. We need to suppy 2 DLLs for that.
1. ssleay32.dll
2. libeay32.dll

If we copy these DLLs into working directory, the program runs well.