Jiri Daněk created DISPATCH-2272:
------------------------------------
Summary: Mark all functions called from Python with QD_EXPORT
Key: DISPATCH-2272
URL: https://issues.apache.org/jira/browse/DISPATCH-2272
Project: Qpid Dispatch
Issue Type: Sub-task
Affects Versions: 1.17.0
Reporter: Jiri Daněk
Dispatch requires that all C functions it calls be exported, because it looks
them up as if in a dynamic library. This is important on Windows, where
functions are unexported by default.
On Windows, use {{__declspec(dllexport)}} to turn on exporting. Without it, the
functions will not be found from Python.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]