Skip to content

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

Description

@mvidelgauz

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions