Search found 71 matches: winsock

Return to advanced search

Re: Talking to your apps

In my case I managed to include it in my app, with another function name, because it clashed with winsock. I was able to use it with Windows 10, although I did have to activate it using the Windows key + h
by Boby6Muertos
Fri Mar 29, 2024 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talking to your apps
Replies: 20
Views: 3874

Re: DNS

WSACleanup() is responsible for performing cleanup tasks when your program is finished using Winsock functionality. Unloads Winsock DLLs: When called, WSACleanup() typically unloads any protocol-specific helper DLLs (Dynamic Link Libraries) that were loaded during the ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1022

Re: Error al compilar con VS2019

Muchas gracias estimado Joao con #define _WINSOCK_DEPRECATED_NO_WARNINGS Desapareció el error. FrpFecha en una función que utilizo para verificar la fecha del .EXE alojado en un FTP Si es diferente al que está en ejecución la descarga y lo reemplaza Function FtpFecha(cFile,cFtpSite,cUsuario,cPa...
by karinha
Sat Apr 08, 2023 5:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con VS2019
Replies: 26
Views: 1684

Re: Error al compilar con VS2019

Muchas gracias estimado Joao con #define _WINSOCK_DEPRECATED_NO_WARNINGS Desapareció el error. FrpFecha en una función que utilizo para verificar la fecha del .EXE alojado en un FTP Si es diferente al que está en ejecución la descarga y lo reemplaza Function FtpFecha(cFile,cFtpSite,cUsuario,cPas...
by acuellar
Sat Apr 08, 2023 5:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con VS2019
Replies: 26
Views: 1684

Re: Error al compilar con VS2019

#define _WINSOCK_DEPRECATED_NO_WARNINGS

definir _WINSOCK_DEPRECATED_NO_WARNINGS en linea superior del stdafx.h

y/ó

#include <WS2tcpip.h>

Que és,

FtpFecha ?


Regards, saludos.
by karinha
Sat Apr 08, 2023 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar con VS2019
Replies: 26
Views: 1684

Increse input Buffer in WebSocket

how can Increse input Buffer in WebSocket 8192 -> 32350 dont work ???? unpredictible results Sometimes OK, mostly fails winsock.c //----------------------------------------------------------------------------//HB_FUNC( RECV )  //  nSocket --> cResult{   LPBYTE buffer ...
by Damir
Wed May 20, 2020 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Increse input Buffer in WebSocket
Replies: 3
Views: 582

Re: how to update a remote DBF

... to handle - for small databases DBF is faster. More flexible (DBU vs myPHPAdmin ). No need for SQL server - also if it is free. Maybe ODBC or winsock is an option. Do you know if I can upload a dbf file with http in silent mode. FTP would be enough for my purpose. But FTP needs to be allowed ...
by Otto
Wed Jul 31, 2019 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to update a remote DBF
Replies: 17
Views: 2607

Tambien Saber Ip LOCAL

... : 30/07/2018 Todos los derechos reservados albeiroval@gmail.com Se llama asi.. IpLocal =:IPLOCAL() */ #include <Windows.h> #include <WinSock.h> #include <hbapi.h> HB_FUNC( IPLOCAL ) { WSADATA wsa_Data; WSAStartup( 0x101, &wsa_Data ); char szHostName[255]; gethostname(szHostName, ...
by Busmatic_wpb
Fri Dec 07, 2018 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Ip Publico
Replies: 1
Views: 607

NirSoft utilities for programmers

... allows you to delete an assembly the cannot be uninstalled in the regular way. SocketSniff SocketSniff allows you to watch the Windows Sockets (WinSock) activity of the selected process. For each created socket, the following information is displayed: socket handle, socket type, local and remote ...
by Baxajaun
Tue Jul 03, 2018 10:36 am
 
Forum: Utilities / Utilidades
Topic: NirSoft utilities for programmers
Replies: 1
Views: 1107

Re: help to compile ER

... C:\Entwicklung\xHarbour\Addons\tsmtp\TPOP3.PRG=24,.F.,0,0, C:\Entwicklung\xHarbour\Addons\tsmtp\WINSOCK.C=25,.F.,1,1, then I wish use tree of fw and not these C:\Entwicklung\FiveWin\Addons\TreeView5\SOURCE\TREEVIEW.PRG=19,.F.,100,1, C:\Entwicklung\FiveWin\Addons\TreeView5\SOURCE\TREELINK.PRG=20,.F.,0,0, ...
by Silvio.Falconi
Mon Feb 06, 2017 11:14 am
 
Forum: EasyReport, EasyDialog and EasyPreview
Topic: help to compile ER
Replies: 7
Views: 4450

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: 788

Re: Detectar parametros de red (IP, GateWay, Mascara de red...)

... GetHostByAddress(Ip) obtiene el nombre del equipo que tiene una IP GetServByName( <cServerName> ) –> nPort Tienes todas las funciones en winsock.c en FWH\SOURCE\WINAPI Espero te sirva
by cmsoft
Tue Sep 01, 2015 12:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar parametros de red (IP, GateWay, Mascara de red...)
Replies: 6
Views: 1421

Marvell, PXA310 Win CE 6.0

Hi. Many years ago i wrote some program for HP2790 with Win 6.5 with winsock and it was ok. Now i must do the same work with device Datalogic Memor X3 with processor Marvell PXA310 Win CE 6.0. I made some test on this device but programms can not be executed ...
by Eugeniusz Owsiak
Sun Oct 19, 2014 9:05 pm
 
Forum: FiveWin for Pocket PC
Topic: Marvell, PXA310 Win CE 6.0
Replies: 5
Views: 3599

Envio de Email sin autentificación

... algo como esto: http://www.recursosvisualbasic.com.ar/htm/trucos-codigofuente-visual-basic/imagenes/enviar-mail-con-el-control-winsock.gif Con TSMTP probe de la siguiente manera tomando como ejemplo Testsmtp.prg: #include "FiveWin.ch"STATIC oWnd//----------------------------------------------------------------------------//FUNCTION ...
by cuatecatl82
Fri Sep 20, 2013 3:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de Email sin autentificación
Replies: 5
Views: 1109
Next

Return to advanced search