[Mono-bugs] [Bug 621773] Entry point getaddrinfo not found in WS2_32.DLL in Windows 2000

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Tue Jul 13 15:02:48 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=621773

http://bugzilla.novell.com/show_bug.cgi?id=621773#c1


Zoltan Varga <vargaz at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vargaz at gmail.com

--- Comment #1 from Zoltan Varga <vargaz at gmail.com> 2010-07-13 19:02:47 UTC ---
Unlike freeaddrinfo, getaddrinfo is actually required by parts of mono so its
usage cannot be avoided without disabling some functionality. MSDN suggests
including Wspiapi.h, which we cannot do since it is part of MS's Platform SDK,
and it is not in cygwin/mingw, which we use for compiling releases of mono. So
you probably need to compile your own version of mono on windows and work
around these problems.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list