Hi , just that ![]()
Vikthor
Hi , just that ![]()
function Main()
WSAStartup()
MsgInfo( GetHostByName( "www.fivetechsoft.com" ) )
WSACleanup()
return nilPerdon por la Ignorancia pero
¿cuando es cuando debemos usar?
WSAStartup() y WSACleanup()
¿Es solo en Windows Mobile Verdad?
Antonio Linares wrote:Vikthor,
If your Pocket PC network is properly setup, then this code should work fine:
function Main() WSAStartup() MsgInfo( GetHostByName( "www.fivetechsoft.com" ) ) WSACleanup() return nil
Ignacio,
Solo es preciso usar esas funciones (en FWH también) si no usas la clase TSocket, ya que esta hace las llamadas automaticamente.