Re: [fpc-pascal]Local Ip Address

2004-02-23 Thread Michalis Kamburelis
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

RE: [fpc-pascal]Local Ip Address

2004-02-23 Thread Crabtree, Chad
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.

Re: [fpc-pascal]Local Ip Address

2004-02-23 Thread Michalis Kamburelis
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

RE: [fpc-pascal]Local Ip Address

2004-02-23 Thread Crabtree, Chad
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 ---

Re: [fpc-pascal]Local Ip Address

2004-02-23 Thread Jeremy Cowgar
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

[fpc-pascal]Local Ip Address

2004-02-23 Thread Crabtree, Chad
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