We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error 13 error C2275: 'zmq_pollitem_t' : illegal use of this type as an expression R:\zwssock-master\src\CZMQ-ZWSSock\zwssock.c 435 1 CZMQ-ZWSSock
434: // We always poll all three sockets 435: zmq_pollitem_t pollitems[] = { 436: { self->control, 0, ZMQ_POLLIN, 0 }, 437: { self->stream, 0, ZMQ_POLLIN, 0 }, 438: { self->data, 0, ZMQ_POLLIN, 0 } 439: };
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Error 13 error C2275: 'zmq_pollitem_t' : illegal use of this type as an expression R:\zwssock-master\src\CZMQ-ZWSSock\zwssock.c 435 1 CZMQ-ZWSSock
434: // We always poll all three sockets
435: zmq_pollitem_t pollitems[] = {
436: { self->control, 0, ZMQ_POLLIN, 0 },
437: { self->stream, 0, ZMQ_POLLIN, 0 },
438: { self->data, 0, ZMQ_POLLIN, 0 }
439: };
The text was updated successfully, but these errors were encountered: