Page 1 of 1

Invalid function "net-ping" and "net-packet"

Posted: Thu Jul 17, 2014 3:55 am
by ssqq

Code: Select all

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

Re: Invalid function "net-ping" and "net-packet"

Posted: Thu Jul 17, 2014 5:33 am
by TedWalther
I don't think those are supported on Windows. The net-packet especially uses some Unix specific magic. I think.