La función GetHostByName() funciona en FWPPC ?

Post Reply
User avatar
Vikthor
Posts: 271
Joined: Fri Oct 07, 2005 5:20 am
Location: México

La función GetHostByName() funciona en FWPPC ?

Post by Vikthor »

Hola a todos.

Me esta devolviendo siempre 0.0.0.0
Vikthor
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Vikthor,

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

Antonio Linares
www.fivetechsoft.com
User avatar
Vikthor
Posts: 271
Joined: Fri Oct 07, 2005 5:20 am
Location: México

Post 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
Vikthor
User avatar
JmGarcia
Posts: 654
Joined: Mon May 29, 2006 3:14 pm
Location: Madrid - ESPAÑA

Post by JmGarcia »

Al usar la función GetHostByName() me da estos errores:

Code: Select all

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

echo %vcdir%\lib\arm\icmplib.lib >> msvc.tmp
echo %vcdir%\lib\arm\winsock.lib >> msvc.tmp
Mi abuelo decía: Los aviones vuelan porque Dios quiere, y los helicópteros ni Dios sabe porque vuelan.
FWH 16.02, xHarbour 1.2.3, Harbour 3.2.0, WorkShop 4.5, AJ Make 0.30, Borlan BCC 7.00, VisualStudio 2013
Post Reply