newLISP Fan Club

Forum => newLISP newS => Topic started by: Lutz on July 02, 2010, 05:50:49 AM

Title: newLISP development release v.10.2.10
Post by: Lutz on July 02, 2010, 05:50:49 AM
• bug fixes and adjustments for new IPv4/6 switching



files and CHANGES notes:

http://www.newlisp.org/downloads/development/
Title: Re: newLISP development release v.10.2.10
Post by: HPW on July 05, 2010, 04:34:17 AM
On my WIN2000 PROF box I get a error an starting newLISP:



Der Prozedureinsprungpunkt "freeaddrinfo" wurde in der "DLL WS2_32.dll" nicht gefunden.



On MSDN the doc of freeaddrinfo tells that WIN2K is supported.



Version 10.2.8 does not do this.



Some more info:



http://gobby.0x539.de/trac/ticket/425





Is it a bug or a new minimum system requirement?
Title: Re: newLISP development release v.10.2.10
Post by: Lutz on July 05, 2010, 05:45:41 AM
WSAStartup() now is changed to version 2.2 and based on this information:



http://msdn.microsoft.com/en-us/library/ms742213%28VS.85%29.aspx


QuoteWindows Sockets version 2.2 is supported on Windows Server 2008, Windows Vista, Windows Server 2003, Windows XP, Windows 2000, Windows NT 4.0 with Service Pack 4 (SP4) and later, Windows Me, Windows 98, and Windows 95 OSR2. Windows Sockets version 2.2 is also supported on Windows 95 with the Windows Socket 2 Update. Applications on these platforms should normally request Winsock 2.2 by setting the wVersionRequested  parameter accordingly.


We need this for the move to IPv6 during the next years.



But thanks for the link. There is a version made according to the recommendations in the link, here:



http://www.newlisp.org/downloads/development/inprogress/



Let me know if this works on your installation.
Title: Re: newLISP development release v.10.2.10
Post by: HPW on July 05, 2010, 06:48:28 AM
QuoteLet me know if this works on your installation.


Yes, 10.2.11 works again on all my office boxes. (WIN2K + WIN XP)