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