meiry / facebook-cpp-graph-api

Automatically exported from code.google.com/p/facebook-cpp-graph-api
2 stars 1 forks source link

Build errors from Qt creator. #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Does someone try to build the project with Qt creator and not Visual C++ 2008?

I am getting 2 errors when building the project from Qt creator
1. call of overloaded 'QBrush(NULL) is ambiguous'
2. 'QNetworkReply::Networkeror' is not a class or namespace.

Please help.
Thank you

Original issue reported on code.google.com by brigitte...@hotmail.com on 16 Nov 2010 at 1:52

GoogleCodeExporter commented 9 years ago
I got this error too.
Need some help please.

Original comment by flymetot...@gmail.com on 24 Nov 2010 at 11:14

GoogleCodeExporter commented 9 years ago
Up !

Original comment by boris.to...@gmail.com on 16 Dec 2010 at 3:53

GoogleCodeExporter commented 9 years ago
i will try to make port to Qt creator, and Linux soon 
im working on new version of the API.

Original comment by meiry242@gmail.com on 25 Jan 2011 at 10:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
For -  2. 'QNetworkReply::Networkeror' is not a class or namespace.
Try this
#include <QNetworkReply>
void MainWindowContainer::finishedSlot(QNetworkReply* reply)
{   
    QNetworkReply::NetworkError networkError;
    networkError = QNetworkReply::NoError;
....

Original comment by hiren.daftari on 10 Feb 2011 at 1:10

GoogleCodeExporter commented 9 years ago
updated the source , working with Qt creator also 

Original comment by meiry242@gmail.com on 21 Mar 2011 at 5:34