Crabtree, Chad wrote:
Ok. Thank you that worked however I'd like to ask some questions. I tried
to find the answer by looking at the source code however I'm confused by
this code
abcd:=PABCD(phe^.h_addr_list[0])^;
I beleive this automaticly parses h_addr_list[0] into the record. Not sur
Ok. Thank you that worked however I'd like to ask some questions. I tried
to find the answer by looking at the source code however I'm confused by
this code
abcd:=PABCD(phe^.h_addr_list[0])^;
I beleive this automaticly parses h_addr_list[0] into the record. Not sure
why but that's ok.
Crabtree, Chad wrote:
Hello I am having a dikens of a time getting my IP address on the machine
that I am working on. I've looked in the mailing list and I found something
that I've been toying with but still I cannot get the xxx.xxx.xxx.xxx style
name I can only get my machine name. Here's what
Here's my code that I use:
>>uses sockets, errors, inet;
Well that is part of the problem I cannot compile Inet I'm using win2k
---
***National City made the following annotations
---
Crabtree, Chad wrote:
Hello I am having a dikens of a time getting my IP address on the machine
that I am working on. I've looked in the mailing list and I found something
that I've been toying with but still I cannot get the xxx.xxx.xxx.xxx style
name I can only get my machine name. Here's what
Hello I am having a dikens of a time getting my IP address on the machine
that I am working on. I've looked in the mailing list and I found something
that I've been toying with but still I cannot get the xxx.xxx.xxx.xxx style
name I can only get my machine name. Here's what I have which I can get