Recently recalled back into duty.

Share your advanced PureBasic knowledge/code with the community.
jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Recently recalled back into duty.

Post by jassing »

I was asked by an old client to make a minor update. The change was simple enough; but I m getting failures with my ping routines and unicode (they work in ascii mode, but I need them to work unicode.

VERY basic stuff -- resolve a name into an IP address; resolve an ip address into a name. "icmp" call ("ping")

My copy of pb was rather old; so I am now caught up on libraries (I hope I've got the right ones and cleaned out the bad ones) -- so Rather than post ol code - has anyone done any 'ping' type ip lookups & ping'ing the server that works on x64/unicode?

I'd be happy to post what I have... it's not pretty but it worked...
User avatar
Teddy Rogers
User
User
Posts: 98
Joined: Sun Feb 23, 2014 2:05 am
Location: Australia
Contact:

Re: Recently recalled back into duty.

Post by Teddy Rogers »

jassing
Addict
Addict
Posts: 1885
Joined: Wed Feb 17, 2010 12:00 am

Re: Recently recalled back into duty.

Post by jassing »

Thanks Ted -- that worked w/o a problem.
Post Reply