Sotnikov Alexander

Results 1 comments of Sotnikov Alexander

I did a little expamle, which represent my problem: There is dll: zmqctx.h: ``` #ifdef ZMQCTX_EXPORTS #define ZMQCTX_API __declspec(dllexport) #else #define ZMQCTX_API __declspec(dllimport) #endif extern "C" ZMQCTX_API void* create_ctx(); ```...