newLISP development release v.10.2.10

Started by Lutz, July 02, 2010, 05:50:49 AM

Previous topic - Next topic

Lutz

• bug fixes and adjustments for new IPv4/6 switching



files and CHANGES notes:

http://www.newlisp.org/downloads/development/">http://www.newlisp.org/downloads/development/

HPW

#1
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">http://gobby.0x539.de/trac/ticket/425





Is it a bug or a new minimum system requirement?
Hans-Peter

Lutz

#2
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">http://msdn.microsoft.com/en-us/library ... 85%29.aspx">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/">http://www.newlisp.org/downloads/develo ... nprogress/">http://www.newlisp.org/downloads/development/inprogress/



Let me know if this works on your installation.

HPW

#3
QuoteLet me know if this works on your installation.


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