Search found 20 matches: sock

Return to advanced search

Re: Connection to XPlane Flight Simulator

sock.port = hb_parvni( 1, 1 );
strcpy( sock.xpIP , hb_parvc( 1, 2 ) ) ;
sock.xpPort = hb_parvni( 1, 3 );
sock.sock = hb_parvni( 1, 4 );
by Antonio Linares
Mon Jun 05, 2023 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 1010

Re: eShop sample and a DBF product file

Mark, did you run the file "AS ADMIN"? Best regards, Otto em Parar el servico corre como adm Yes. ? (but I tried again) C:\WINDOWS\system32>rem Parar el servico corre como adm C:\WINDOWS\system32>C:\Apache24\bin\httpd -k start (OS 10048)Elk socketadres (protocol/netwerkadres/poort) ...
by Marc Venken
Fri Apr 02, 2021 10:30 am
 
Forum: mod_harbour
Topic: eShop sample and a DBF product file
Replies: 11
Views: 1327

Re: eShop sample and a DBF product file

I had this text, but it seems to work. I can see stuff with localhost C:\WINDOWS\system32>rem Parar el servico corre como adm C:\WINDOWS\system32>C:\Apache24\bin\httpd -k start (OS 10048)Elk socketadres (protocol/netwerkadres/poort) kan normaal slechts ÚÚn keer worden gebruikt. : AH00072: make...
by Marc Venken
Fri Apr 02, 2021 10:16 am
 
Forum: mod_harbour
Topic: eShop sample and a DBF product file
Replies: 11
Views: 1327

Re: mod_harbour what to install

... is connected with SIM card with static IP to the internet. We use Archer MR200 Routers. We have added Virual Servers for following services: RDP, sock, http, https and mysql. As Internet Server we use Apache and and mod harbour. Speed is top. SSL certificate is working fine. Best regards Otto ...
by Otto
Thu Jul 11, 2019 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7138

Re: mod_harbour what to install

It is safe if you know what you are doing :-) You need some level of expertise to properly manage folders and files permissions and to properly configure Apache Ok, thank you! I try with apache and the browser give this error if I type the address http://localhost/modharbour_samples/ Forbidden You ...
by wartiaga
Tue Jul 02, 2019 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7138

Re: Docker quick guide

docker run -it -v /var/run/docker.sock:/var/run/docker.sock ubuntu:latest \ sh -c "apt-get update; \ apt-get install docker.io -y; \ apt-get install mc -y; \ apt-get install git -y; \ git clone https://github.com/termux/x11-packages; ...
by Antonio Linares
Sun Mar 17, 2019 3:34 pm
 
Forum: Utilities / Utilidades
Topic: Docker quick guide
Replies: 5
Views: 1132

Re: Docker quick guide

Docker in Docker:

docker run -it -v /var/run/docker.sock:/var/run/docker.sock ubuntu:latest sh -c "apt-get update ; apt-get install docker.io -y ; bash"
by Antonio Linares
Sun Mar 17, 2019 9:44 am
 
Forum: Utilities / Utilidades
Topic: Docker quick guide
Replies: 5
Views: 1132

Re: Server vs Notebook as Server for FW programms

... is connected with SIM card with static IP to the internet. We use Archer MR200 Routers. We have added Virual Servers for following services: RDP, sock, http, https and mysql. As Internet Server we use Apache and for data MySQL. Speed is top. Soon we will have a public web page on this server. ...
by Otto
Sat Jul 28, 2018 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 16934

Re: hbssl.lib

Ya he generado ssleay32.lib y libeay32.lib, añadiendo un guión bajo al inicio de los nombre de función en el archivo DEF, de todas las que me ha dado error al enlazar. Ahora sólo me queda esta función : Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc. Error: Unresol...
by gmart1
Wed Jun 13, 2018 9:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: hbssl.lib (SOLUCIONADO)
Replies: 9
Views: 1514

shutdown(sock,SD_SEND)

http://cboard.cprogramming.com/showthread.php?t=61375

google is your friend :-)
by Antonio Linares
Tue Aug 05, 2008 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enviar ( FLUSH ) Via SOCKET TCP/IP
Replies: 3
Views: 931

... HB_FUNC( XFNTEST ) { LPSTR lpStr = hb_parc( 1 ); int ret; ret = 0; //fnTest(lpStr); hb_retni( ret ); } HB_FUNC( IRDAPRINT ) // cText { SOCKET sock; // Socket bound to the server DEVICELIST devList; // Device list int iCount = 0, // Number of retries index = 0, // Integer index iDevListLen ...
by Arturo Lopesoria
Mon Dec 10, 2007 3:51 pm
 
Forum: FiveWin para Pocket PC
Topic: Impresion via IRDA
Replies: 23
Views: 9629

... este asunto del IRDA. La impresion por IRDA trabaja correctamente con el ejemplo de que hablabamos, unicamente cambie el archivo de cabecera: wnisock2 por winsock eso fue todo! y asunto solucionado. Saludos. Arturo, Esta es la línea que falla: if( ( sock = socket( AF_IRDA, SOCK_STREAM, 0 ) ) ...
by Arturo Lopesoria
Fri Dec 07, 2007 5:33 pm
 
Forum: FiveWin para Pocket PC
Topic: Impresion via IRDA
Replies: 23
Views: 9629

Asi es, al abrir el socket, el motivo aparentemente se describe asi: ERROR: WSAEAFNOSUPPORT 10047 Address family not supported by protocol family. An address incompatible with the requested protocol was used. All sockets are created ...
by Arturo Lopesoria
Mon Nov 12, 2007 6:27 pm
 
Forum: FiveWin para Pocket PC
Topic: Impresion via IRDA
Replies: 23
Views: 9629

Arturo,

Esta es la línea que falla:
if( ( sock = socket( AF_IRDA, SOCK_STREAM, 0 ) ) == INVALID_SOCKET )

a ver que podemos cambiar ahí...
by Antonio Linares
Mon Nov 12, 2007 5:56 pm
 
Forum: FiveWin para Pocket PC
Topic: Impresion via IRDA
Replies: 23
Views: 9629

... the code that could be tidied up too, including that I'm not sure why you set the linger mode to the 'abort/discard' mode. Anyway: 1. Change the socket to use IrLMP IrLPT uses IrLMP alone (note that the IAS attribute name used is, "IrDA:IrLMP:LsapSel") and not also the usual TinyTP layer. The ...
by Arturo Lopesoria
Mon Nov 12, 2007 3:05 am
 
Forum: FiveWin para Pocket PC
Topic: Impresion via IRDA
Replies: 23
Views: 9629
Next

Return to advanced search