Search found 399 matches: socket

Return to advanced search

Re: Error with UDP-socket

I have reported to group!
In the meanwhile i ported to Harbour and the error is gone....... :D
by byte-one
Mon Jan 18, 2016 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with UDP-socket (Only in xHarbour!)
Replies: 5
Views: 814

Re: Error with UDP-socket

Then it should be reported to the xHarbour devel group

thanks
by Antonio Linares
Sun Jan 17, 2016 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with UDP-socket (Only in xHarbour!)
Replies: 5
Views: 814

Re: Error with UDP-socket

Antonio, now i can compile with "old" xHarbour. If i use 582 all is ok but when i use 7 then the error occurs! Maybe in xHarbour wrong headerfiles are using! (winsock.h/winsock2.h) There are the IP_ADD_MEMBERSHIP are not the same!?
by byte-one
Sun Jan 17, 2016 5:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with UDP-socket (Only in xHarbour!)
Replies: 5
Views: 814

Re: Error with UDP-socket

Antonio, first i try return to the "old" xHarbour But the same. Now i do as you say, but linkerrors: Maybe you can see rapidly the reason!? :) c:\bcc582\bin\ilink32.exe -Gn -aa -Tpe -s -I. -x @make.tmp Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '...
by byte-one
Sat Jan 16, 2016 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with UDP-socket (Only in xHarbour!)
Replies: 5
Views: 814

Re: Error with UDP-socket

Günther,

Have you tried to use bcc582 to check if that makes a difference ?
by Antonio Linares
Sat Jan 16, 2016 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with UDP-socket (Only in xHarbour!)
Replies: 5
Views: 814

Error with UDP-socket (Only in xHarbour!)

Over years this is functioning.
Code: Select all  Expand view
pSocket := INetDGramBind( nPort , , .T., cIP_M  )
 
After updating to BCC7 and FWH 15/12 i become socket error 10042. Everyone has also this problem?
by byte-one
Fri Jan 15, 2016 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with UDP-socket (Only in xHarbour!)
Replies: 5
Views: 814

Re: Pasar cadenas XML socket directo

Buenas tardes:
En este mismo ejemplo que cita antonio, ¿cómo deberíamos hacerlos si no conocemos la IP del servidor, solo su nombre de dominio?.
Gracias
Un saludo
by groiss
Tue Sep 29, 2015 3:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pasar cadenas XML socket directo
Replies: 5
Views: 977

Problema al actualizar a Windows 10

... 0000000A (Basic), 80000008 (Extended). Logical to Physical Processor Map: *- Physical Processor 0 -* Physical Processor 1 Logical Processor to Socket Map: ** Socket 0 Logical Processor to NUMA Node Map: ** NUMA Node 0 No NUMA nodes. Logical Processor to Cache Map: *- Data Cache 0, Level 1, ...
by cnavarro
Thu Aug 20, 2015 8:49 pm
 
Forum: Off Topic / Otros temas
Topic: Problema al actualizar a Windows 10
Replies: 2
Views: 1085

código para ftp

... 02 CREATE CLASS TIPClientFTP FROM TIPClient 03 04 VAR nDataPort 05 VAR cDataServer 06 VAR bUsePasv INIT .T. 07 VAR RegBytes 08 VAR RegPasv 09 // Socket opened in response to a port command 10 VAR SocketControl 11 VAR SocketPortServer 12 13 METHOD New( oUrl, xTrace, oCredentials ) 14 METHOD Open( ...
by solving
Mon Jul 27, 2015 9:48 am
 
Forum: FiveTouch
Topic: código para ftp
Replies: 1
Views: 1540

Re: DONDE EJECUTAR LA APLICACION

... compartidas se tienen las sig altenativas Dbf ------ Ads server (comprado) Leto server (gratis) Netio (gratis) Estos usa conexion por purtos (socket) eliminando las carpetas compartidas. No dbf ------- Ado Dolphin Sqlrdd (comprada) Adordd Sqlmix Gracias Carlos Vargas, he estado migrando en ...
by ACC69
Tue Jul 21, 2015 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DONDE EJECUTAR LA APLICACION
Replies: 26
Views: 7437

Re: DONDE EJECUTAR LA APLICACION

... compartidas se tienen las sig altenativas Dbf ------ Ads server (comprado) Leto server (gratis) Netio (gratis) Estos usa conexion por purtos (socket) eliminando las carpetas compartidas. No dbf ------- Ado Dolphin Sqlrdd (comprada) Adordd Sqlmix
by carlos vargas
Tue Jul 21, 2015 12:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DONDE EJECUTAR LA APLICACION
Replies: 26
Views: 7437

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... and dbfcdxmt.lib. The full description of MT is beyond the scope of this document; see more in doc/thread.txt and doc/xhbt_internals.txt Portable Sockets Support: ------------------------- LOCAL Socket Socket := InetConnect( "www.host.com", nPort ) Socket := InetSend( "Hello from ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2327

Re: Duda HBQT + Harbour

TIPClientHTTP(): Es de harbour y no de QT Lautaro Alguna información sobre el uso de socket ya implementados con HBQT? En la documentacion que presentaste ya existe una clase para HTTP ROCEDURE Main() LOCAL oWnd, oImg LOCAL oHttp, cString oHttp := TIPClientHTTP():new( ...
by jnavas
Fri Jun 05, 2015 4:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda HBQT + Harbour
Replies: 8
Views: 1552

Re: Duda HBQT + Harbour

TIPClientHTTP(): Es de harbour y no de QT Lautaro Alguna información sobre el uso de socket ya implementados con HBQT? En la documentacion que presentaste ya existe una clase para HTTP ROCEDURE Main() LOCAL oWnd, oImg LOCAL oHttp, cString oHttp := TIPClientHTTP():new( ...
by jnavas
Fri Jun 05, 2015 4:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda HBQT + Harbour
Replies: 8
Views: 1552

Re: Duda HBQT + Harbour

Lautaro Alguna información sobre el uso de socket ya implementados con HBQT? En la documentacion que presentaste ya existe una clase para HTTP ROCEDURE Main() LOCAL oWnd, oImg LOCAL oHttp, cString oHttp := TIPClientHTTP():new( "http://www.televideo.rai.it/televideo/pub/tt4web/Nazionale/16_9_page-101.png" ...
by jnavas
Fri Jun 05, 2015 4:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Duda HBQT + Harbour
Replies: 8
Views: 1552
PreviousNext

Return to advanced search