[nanomsg] Re: Upgrade windows to 1.0 dll

  • From: Isaac Peterson <ridler77@xxxxxxxxx>
  • To: nanomsg@xxxxxxxxxxxxx
  • Date: Sun, 12 Jun 2016 12:32:12 -0700

Usually this command on Windows will build a release version using Visual
Studio.

Cake --build --config=Release .
On Jun 12, 2016 11:30 AM, "web user" <webuser1200@xxxxxxxxx> wrote:

Sorry sent to soon. The project compiled and ran fine when I just changed
the old nanomsg.dll with the new 1.0 dll.

When I ran:

cmake --build .

it created the nanomsg.dll in the Debug directory. How do I guild the
release versions of the dll?





On Sun, Jun 12, 2016 at 2:26 PM, web user <webuser1200@xxxxxxxxx> wrote:

Ok. I downloaded and built it myself. Everything went smoothly.  It turns
out the project is using the following bindings for csharp:


On Sat, Jun 11, 2016 at 2:15 PM, Garrett D'Amore <garrett@xxxxxxxxxx>
wrote:

just download and build it yourself. :)

Sent from my iPhone

On Jun 11, 2016, at 8:35 AM, web user <webuser1200@xxxxxxxxx> wrote:

Thanks. Do you know the best place to get an updated dll for version 1?

Regards,

Vineet


On Sat, Jun 11, 2016 at 10:33 AM, Garrett D'Amore <garrett@xxxxxxxxxx>
wrote:

i dont know anythink about the c sharp code.  my guess is that updating
the nanomsg.dll will be sufficient. But there have been some breaking API
changes in the past year so its not guaranteed even though likely that this
will work.

Sent from my iPhone

On Jun 11, 2016, at 6:05 AM, web user <webuser1200@xxxxxxxxx> wrote:

Hi,

I normally work in linux and don't know much about windows
development. I recently inherited a windows project that I have to
maintain. The project uses nanomsg and in the project folder there are two
dlls:

1. nanomsg.dll (128KB date 4/28/2015)
2. NNanomsg.dll (44kb date 8/30/2015)

And in the csharp project I have the following line:

using NNanomsg.Protocols;

Which of the dll files are used here?
Where can I get the latest 1.0 dll?
Is it going to be as simple as replacing the dll and compiling the
project?

Regards,

WU





Other related posts: