On Sat, 2010-11-20 at 23:04 +0000, Rui Lopes wrote: > Hi, > > On Sat, Nov 20, 2010 at 21:14, Michael Compton > <[email protected]> wrote: > > On Sat, 2010-11-20 at 19:37 +0000, Rui Lopes wrote: > >> I've just created [0] a NuGet package for clrzmq2 [1]. Currently, it > >> bundles libzmq 2.0.10 (x86) and todays version of the clrzmq2 library. > >> This should make it easy to get ZMQ running on .NET Windows, and > >> particularly in Visual Studio based projects (where you can use the > >> NuGet package manager that ships with ASP.NET MVC 3). > >> > >> Enjoy. > >> > >> Best regards, > >> > >> -- RGL > > > > Sounds good Rui. > > > > If this is a windows x86 only package you may want to remove the > > cross-platform build configurations to remove any confusion issues. > > > > Just a suggestion, and maybe you have done so already. > > It's x86 only because I didn't manage to build a x64 version of the > native libzmq.dll library :-( > > But, I'm not sure what you mean; what cross-platform configurations? > Please note that the package does not have any build configurations, > it just bundles the binaries. > > -- RGL > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev
Ah, if it's the binaries then there will be no problems. It's just that clrzmq2 tries to support both Windows (.NET) and *nix (Mono), as well as both 32bit and 64bit build environments. There is various configurations in the clrzmq2 solution for these. _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
