Giter Club home page Giter Club logo

qtsocketio's People

Contributors

kurtpattyn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

qtsocketio's Issues

Compilation Error

Compiling the project source throws the following message:
F:\QtSocketIo-master\src\socketio\qcallback.h:23: error: C2143: syntax error : missing ',' before '...'

It seems like the errors point to many instances like template <typename...> in qcallback.h where there are three dots in the brackets. Is it kinda new feature of C++? Thanks!
BTW: I'm using QtCreator 3.2.1 with VS2010 x64 compiler.

Can build module. But cannot use.

I have built the module with:
qmake
make
make install

However when I try to build my project using QSocketIo I receive alot of error messages in:

/usr/include/qt/QtSocketIo/qcallback.h:58: error: 'decltype' has not been declared
template static char test(decltype(&Func::operator()));

Other errors include:
/usr/include/qt/QtSocketIo/qcallback.h:58: error: 'decltype' has not been declared
template static char test(decltype(&Func::operator()));
^

/usr/include/qt/QtSocketIo/qcallback.h:70: error: '&' cannot appear in a constant-expression
enum { argument_count = function_traits<decltype(&Function::operator())>::argument_count };
^

I also get alot of warnings relating to c++ 11 only features.

QtCreator throws error while loading socketio.pro file

I'm using Qt Creator 3.2.1(MSVC 2010, 32bit) to open the project file socketio.pro.
But got the following Error message from Qt Creator:
Error while parsing file F:/QtSocketIo-master/src/imports/qmlsocketio/qmlsocketio.pro. Giving up.
Error while parsing file F:/QtSocketIo-master/src/socketio/socketio.pro. Giving up.
Project ERROR: Unknown module(s) in QT: socketio
Project ERROR: Project has no top-level .qmake.conf file.
Project ERROR: Module does not define version.
Project ERROR: Unknown module(s) in QT: socketio

Is this project still maintained?

Been looking for a Qt socket.io client without all the additional unnecessary dependencies and this project is a perfect fit!

However, it doesn't appear to support socket.io 2.0? Last commit is ~4 years ago so I'm wondering if it is maintained at all?

socket.io 1.x support

Hi,

Does this support socket.io 1.0 version or above? http://socket.io/
I want to implement mobile client with Qt and QML for SailfishOs. Sailfish using Qt5.2 currently and I was checking your QtSocketIo if I could use it. Server is implemented with node.js and I cannot much affect that implementation.

Br
-Samuli

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.