Function GetHostByName() is Working on FWPPC ?
Posted: Tue Oct 17, 2006 11:55 pm
Hi , just that
www.FiveTechSoft.com
https://fivetechsoft.com/forums/
Code: Select all
function Main()
WSAStartup()
MsgInfo( GetHostByName( "www.fivetechsoft.com" ) )
WSACleanup()
return nil
Antonio :Antonio Linares wrote:Vikthor,
If your Pocket PC network is properly setup, then this code should work fine:Code: Select all
function Main() WSAStartup() MsgInfo( GetHostByName( "www.fivetechsoft.com" ) ) WSACleanup() return nil