Re: [zeromq-dev] C# interface for Zmq 2.x

2010-03-18 Thread Jeff Dik
On Thu, Mar 18, 2010 at 3:23 AM, Martin Sustrik sust...@250bpm.com wrote: Hi Jeff, I made some C# bindings a few weeks ago, but just committed it and pushed it: http://github.com/s450r1/zeromq2/blob/master/bindings/clr/Zmq.cs Nice! Can you attach a licnese to the code so that it can be used

Re: [zeromq-dev] C# interface for Zmq 2.x

2010-03-18 Thread Martin Sustrik
Hi Jeff, I made some C# bindings a few weeks ago, but just committed it and pushed it: http://github.com/s450r1/zeromq2/blob/master/bindings/clr/Zmq.cs Nice! Can you attach a licnese to the code so that it can be used safely? LGPL would be preferable. I knew I was forgetting something.

[zeromq-dev] C# interface for Zmq 2.x

2010-03-17 Thread Yu, Alex (Equity Technology)
Hi Zmq dev, I am a new user for zmq and want to make use of the zmq 2.X in my C# project. I found that there is not c# wrapping for zmq 2.x. Is there any C# wrapping for 2.x just like that in 1.x? Please let me know! Thanks! Regards, Alex

Re: [zeromq-dev] C# interface for Zmq 2.x

2010-03-17 Thread Martin Sustrik
Hi Alex, I am a new user for zmq and want to make use of the zmq 2.X in my C# project. I found that there is not c# wrapping for zmq 2.x. Is there any C# wrapping for 2.x just like that in 1.x? No, the C# binding wasn't yet ported to 0MQ/2.0. However, it's a couple of hours' work. Would

Re: [zeromq-dev] C# interface for Zmq 2.x

2010-03-17 Thread Yu, Alex (Equity Technology)
[mailto:sust...@250bpm.com] Sent: Wednesday, March 17, 2010 6:12 PM To: Yu, Alex (Equity Technology) Cc: zeromq-...@mail.imatix.com; alexc...@gmail.com Subject: Re: [zeromq-dev] C# interface for Zmq 2.x Hi Alex, I am a new user for zmq and want to make use of the zmq 2.X in my C# project

Re: [zeromq-dev] C# interface for Zmq 2.x

2010-03-17 Thread Martin Sustrik
Hi Alex, Of coz I would like to tried it. But I know nth about c++ so tried to use SWIG to generate the C# interface last night and failed last night. Could you send me the binding for 1.0 so that I can port it to 2.0? Here's the code for C# binding in 0MQ/1.0:

Re: [zeromq-dev] C# interface for Zmq 2.x

2010-03-17 Thread Jeff Dik
Hi, I made some C# bindings a few weeks ago, but just committed it and pushed it: http://github.com/s450r1/zeromq2/blob/master/bindings/clr/Zmq.cs However, it's only been tested to work with the 0MQ from a few weeks ago, before the language bindings were kicked out of the core 0MQ repository :-)