Skip to content
New issue

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

Could not compile with msvc 2013 #6

Open
Ixsighter opened this issue Mar 10, 2015 · 0 comments
Open

Could not compile with msvc 2013 #6

Ixsighter opened this issue Mar 10, 2015 · 0 comments

Comments

@Ixsighter
Copy link

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: };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant