mhowlett / NNanomsg

.NET binding for nanomsg
MIT License
179 stars 52 forks source link

Look for nanomsg.dll in the assembly directory also #11

Closed 2-5 closed 10 years ago

2-5 commented 10 years ago

NNanomsg should also look in the directory containing NNanomsg.dll.

mhowlett commented 10 years ago

looks good. currently travelling, will add when I get back.

kwpatrick commented 10 years ago

I merged this, seems like a good idea. Thanks adalq.

For more esoteric library scenarios, though, it might make sense to point people to the NanomsgLibraryLoader.CustomLoadLibrary delegate. This can be used to arbitrarily customize the load behavior.