LibuvSharp
LibuvSharp copied to clipboard
Make a NuGet package!
Because that would be really useful
I will do so!
Thanks for the request, I feel honored to have an issue posted by the SignalR creator.
:smile:, I tried to build libuv and use it but I couldn't get the DllImport to work.
maybe you need to change the calling convention to: CallingConvention=CallingConvention.Cdecl
Didn't help, couldn't get this working on windows. Have you made any progress on the package?
open the microsoft visual studio console, go to the directory libuv (you should use the version I link in my repo) and execute the command "vacbuild.bat release shared", you will get a shared version which will work, but you have to rename it to uv.dll, because libuv.dll won't be detected by the .NET runtime. I did all this with VS2012 installed.
Haven't been for a long time on windows, need to fix up some faulty marshalling. Mono is in that regard more relaxed.
Do you want me to upload the uv.dll?