Code: Select all
addresses := SysGetIPAddresses()
msg := "IP addresses:`n"
for n, address in addresses
msg .= address "`n"
MsgBox msg
I get this error Using Win 11, also happens
Spoiler
Code: Select all
addresses := SysGetIPAddresses()
msg := "IP addresses:`n"
for n, address in addresses
msg .= address "`n"
MsgBox msg
Not using a v2.1X alpha btw?Error: Call to nonexistent function.
Specifically: SysGetIPAddresses()
Line#
---> 001: addresses := SysGetIPAddresses()
002: msg := "IP addresses:
"
003: For n,address in addresses
004: msg .= address "
"
005: MsgBox,msg
006: Exit
The program will exit.
Of course, this function doesn't exist in v1; and I don't see anything related in the SysGet docs.
in_addr is for ipv4 only.#ifdef IPV6STRICT
#error WINSOCK2 required.
Ran "ipconfig /all" via command which says there's one 192.168.X.X address under "Wireless LAN adapter Wi-Fi:"This function only returns the IP addresses of the computer's network adapters.