Search found 2896 matches: external

Return to advanced search

GetImage on fiveh.lib

... was carrying out a small procedure, a strange error appeared, basically asking for these functions whe we use getimage function Error: Unresolved external '_HB_FUN_BETAVERSION' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|ereport Error: Unresolved external '_HB_FUN_SHOWGRID' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|ereport ...
by Silvio.Falconi
Thu May 09, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage on fiveh.lib
Replies: 0
Views: 17

Re: get your external IP



Simple
Code: Select all  Expand view
function PublicIP()
return WebPageContents( "https://www.fivetechsoft.com/getip.php" )
 
by nageswaragunupudi
Mon May 06, 2024 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 176

Re: get your external IP

Fixed for Windows 11. Solucionado:

Se incluye en el próximo build de FWH

Code: Select all  Expand view
function LocalIP()

   local cIP

   WSASTARTUP()
   cIP = GetHostByName( GetHostName() )
   WSACLEANUP()

return cIP
by Antonio Linares
Mon May 06, 2024 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 176

Re: get your external IP

Code: Select all  Expand view
GetHostByName( GetHostName() )

gives us the local IP of our PC in the Local Area Network.
Not the Public IP of our router
by nageswaragunupudi
Mon May 06, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 176

Re: get your external IP

I am using Windows 11 Pro, Version 23H2

I am getting the local IP via GetHostByName( GetHostName() )
by anserkk
Mon May 06, 2024 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 176

Re: get your external IP

Saludos Antonio

Para obtener la direccion IP local utilizo: GetHostByName( GetHostName() ) y en Win10 funcion Ok, el resultado lo comprado con IpConfig y me da lo mismo.
Pero con Win11, me da un valor distinto al que me retorna IpConfig ... creo que algo ahi no esta Ok ...
Gracias
by Enrrique Vertiz
Mon May 06, 2024 3:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 176

Re: get your external IP

Gracias !!!
by Enrrique Vertiz
Mon May 06, 2024 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 176

Re: get your external IP

Greetings, question and how will the IPV4 be obtained?
Thank you
by Enrrique Vertiz
Mon May 06, 2024 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 176

Re: get your external IP

Nice, thanks.

Using this info
Code: Select all  Expand view
function PublicIP()
return BeforAtNum( "</span>", AfterAtNum( [-ip">], WebPageContents( "https://ifconfig.co/" ), 1 ), 1 )
by nageswaragunupudi
Mon May 06, 2024 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 176

get your external IP

hi,

Code: Select all  Expand view
curl -4 ifconfig.co/json

or try
https://ifconfig.co/
by Jimmy
Sun May 05, 2024 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 9
Views: 176

Re: Crear Archivo Json y Enviarlo vía POST

Que libereias tengo que enlazar con XHARBOUR y FiveWin for xHarbour 64 parar incluir estos funciones? Error: Unresolved external '_HB_FUN_HB_BASE64ENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ Error: Unresolved external '_HB_FUN_HB_JSONENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ ...
by PAUL SIMM
Sun May 05, 2024 10:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2403

Re: Crear Archivo Json y Enviarlo vía POST

Que libereias tengo que enlazar con XHARBOUR y FiveWin for xHarbour 64 parar incluir estos funciones? Error: Unresolved external '_HB_FUN_HB_BASE64ENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ Error: Unresolved external '_HB_FUN_HB_JSONENCODE' referenced from C:\FIVEWIN21\FWH\SAMPLES\APP1API.OBJ ...
by PAUL SIMM
Sun May 05, 2024 10:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Archivo Json y Enviarlo vía POST
Replies: 19
Views: 2403

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

I found it and had removed my post ... builds are now fine.
by TimStone
Fri Apr 26, 2024 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 247

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

Dear Tim,

uxtheme.lib belongs to the C compiler
by Antonio Linares
Fri Apr 26, 2024 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 247
Next

Return to advanced search

cron