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

CDECL calling convention is not explicitly specified in zmq.h #103

Open
mvidelgauz opened this issue Jan 11, 2015 · 0 comments
Open

CDECL calling convention is not explicitly specified in zmq.h #103

mvidelgauz opened this issue Jan 11, 2015 · 0 comments

Comments

@mvidelgauz
Copy link

If a client application is built with "stdcall" calling convention and links with ZMQ it gets "unresolved external symbols" errors (at least in Visual Studio)

The problem can be solved by providing explicit "cdecl" specification in all external ZMQ functions prototypes in "zmq.h"

(actually, that's the way the problem is solved in our stdcall-compiled project - by manual editing "zmq.h")

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