Page 1 of 1

La función GetHostByName() funciona en FWPPC ?

PostPosted: Tue Oct 17, 2006 11:57 pm
by Vikthor
Hola a todos.

Me esta devolviendo siempre 0.0.0.0

PostPosted: Wed Oct 18, 2006 4:39 pm
by Antonio Linares
Vikthor,

Tienes bien configurado el acceso a red de la Pocket PC ó del emulador ?

PostPosted: Wed Oct 18, 2006 7:35 pm
by Vikthor
Antonio Linares wrote:Vikthor,

Tienes bien configurado el acceso a red de la Pocket PC ó del emulador ?


Si , lo tengo bien configurado, incluso también con una BenQ P50 me devuelve 0.0.0.0

PostPosted: Thu Nov 06, 2008 7:42 pm
by JmGarcia
Al usar la función GetHostByName() me da estos errores:
Code: Select all  Expand view
FiveCEC.lib(WINSOCK.obj) : error LNK2005: HB_FUN_INET_ADDR already defined in PingPPC.obj
FiveCEC.lib(WINSOCK.obj) : warning LNK4006: HB_FUN_INET_ADDR already defined in PingPPC.obj; second definition ignored
   Creating library PingPPC.lib and object PingPPC.exp
PingPPC.exe : fatal error LNK1169: one or more multiply defined symbols found


He añadido estas LIB:
Code: Select all  Expand view
echo %vcdir%\lib\arm\icmplib.lib >> msvc.tmp
echo %vcdir%\lib\arm\winsock.lib >> msvc.tmp