Having experience with Win32, I think I know what Ion wants with his patch: the 
ability to compile and use 0MQ as a DLL or a static library:


  1.  When compiled as a static library, declarations should not have any 
__declspec(dllexport) or  __declspec(dllimportport) modifiers.
  2.  When compiled as a dynamic library, declarations should have a 
__declspec(dllexport) modifier.
  3.  When used as a dynamic library, declarations should have a 
__declspec(dllimport) modifier.


Gonzalo Diethelm

________________________________
From: [email protected] 
[mailto:[email protected]] On Behalf Of [email protected]
Sent: Wednesday, 02 March, 2011 07:15
To: [email protected]
Subject: [zeromq-dev] [PATCH] ZMQ_NOT_LIBRARY option: when use ZMQ source code 
in other projects not as a library.

Please applyt this patch

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to