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

For the Compleat Fan
Locked
ssqq
Posts: 88
Joined: Sun May 04, 2014 12:49 pm

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

Post 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

TedWalther
Posts: 608
Joined: Mon Feb 05, 2007 1:04 am
Location: Abbotsford, BC
Contact:

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

Post by TedWalther »

I don't think those are supported on Windows. The net-packet especially uses some Unix specific magic. I think.
Cavemen in bearskins invaded the ivory towers of Artificial Intelligence. Nine months later, they left with a baby named newLISP. The women of the ivory towers wept and wailed. "Abomination!" they cried.

Locked