newLISP Fan Club

Forum => Anything else we might add? => Topic started by: ssqq on July 16, 2014, 08:55:13 PM

Title: Invalid function "net-ping" and "net-packet"
Post by: ssqq on July 16, 2014, 08:55:13 PM
newLISP v.10.6.0 32-bit on Win32 IPv4/6 libffi, options: newlisp -h
> (net-ping "192.168.1.253")

ERR: invalid function : (net-ping "192.168.1.253")
> (primitive? net-ping)
nil
> (net-packet)

ERR: invalid function : (net-packet)
> (primitive? net-packet)
nil
Title: Re: Invalid function "net-ping" and "net-packet"
Post by: TedWalther on July 16, 2014, 10:33:30 PM
I don't think those are supported on Windows.  The net-packet especially uses some Unix specific magic.  I think.