txdv / LibuvSharp

.NET bindings for libuv
176 stars 41 forks source link

Error Codes on Windows #11

Closed txdv closed 9 years ago

txdv commented 9 years ago

Error codes on windows seem to be totally different then what I compile into the library.

Under linux I generate the file containing the error codes https://github.com/txdv/LibuvSharp/blob/master/LibuvSharp/Internal/uv_err_code.cs and the error codes differ on windows.

related libuv issue: https://github.com/libuv/libuv/issues/283