bvarga / delphizmq

0MQ Delphi binding
GNU Lesser General Public License v3.0
137 stars 63 forks source link

Linux64 bit fixes #2

Closed scarre closed 11 years ago

scarre commented 11 years ago

Used size_t mapped to platform dependant clong for zmq_getsockopt in FreePascal. Added FPCUnit test project. Removed code duplication in TZMQMessage.send, TZMQMessage.recv.