Search found 12 matches: sendto

Return to advanced search

Re: Issue with TSOCKET()

... not connected. A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using sendto) no address was supplied. Any other type of operation might also return this error—for example, setsockopt setting SO_KEEPALIVE if the connection ...
by Antonio Linares
Wed Jan 14, 2015 5:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with TSOCKET()
Replies: 3
Views: 692

Re: una pequeña duda

... 0x0007 // Start Menu\Programs\Startup #define CSIDL_RECENT 0x0008 // <user name>\Recent #define CSIDL_SENDTO 0x0009 // <user name>\SendTo #define CSIDL_BITBUCKET 0x000a // <desktop>\Recycle Bin #define CSIDL_STARTMENU 0x000b // <user name>\Start Menu #define CSIDL_MYDOCUMENTS ...
by cnavarro
Sun Feb 23, 2014 6:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: una pequeña duda
Replies: 5
Views: 2150

Compilando updftp.prg MVC 2010

... vinculación distinta C:\VC2010\SDK\Include\winsock.h(818) : vea la declaración de 'send' C:\VC2010\SDK\Include\winsock2.h(1970) : error C2375: sendto' : nueva definición; vinculación distinta C:\VC2010\SDK\Include\winsock.h(824) : vea la declaración de 'sendto' C:\VC2010\SDK\Include\winsock2.h(1996) ...
by nnicanor
Tue Apr 17, 2012 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando updftp.prg MVC 2010
Replies: 1
Views: 730

Re: Carpetas especiales en Windows?

... CSIDL_RECENT equ 08h ; 98 xp "C:\Documents and Settings\user\Recent" CSIDL_SENDTO equ 09h ; 98 xp "C:\Documents and Settings\user\SendTo" CSIDL_BITBUCKET equ 0Ah ;*98 xp CSIDL_STARTMENU equ 0Bh ; 98 xp "C:\Documents and Settings\user\Start Menu" CSIDL_MYDOCUMENTS ...
by FiveWiDi
Sat Nov 20, 2010 6:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Carpetas especiales en Windows?
Replies: 6
Views: 1146

Error ole send mail

... Normal (Default) local nSensitivity := 0 // Normal (Default) local nNotify := 0 // None (Default) local lSentOk local cSubject local cText local cSendTo := alltrim(lower(oArqMail:BACKUP)) local cMailFrom := alltrim(lower(oArqMail:EMAIL)) oMail := CreateObject("OSSMTP.SMTPSession") oMail:Server ...
by Wanderson
Fri Sep 24, 2010 6:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error ole send mail
Replies: 0
Views: 385

... es la misma. BINDTOPORT menos parametros. RECV menos parametros y no existe la recvFROM. SOCKETSEND/SENDBINARY menos parametros y no existe la sendTO. SETSOCKOPT menos parametros y no existe la GETsockopt. Yo lo que he hecho es WRAPEAR las funciones del API de Windows, en su mayoria de la wsock32.dll, ...
by JmGarcia
Tue Mar 04, 2008 5:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Estructuras dentro de estructuras, y ademas con arrays...
Replies: 12
Views: 2924

... WINDOW oMain ; ON INIT IIF( LEN( aImageImp ) >0 , imp_image(aImageImp) , ) FUNCTION imp_image start automatically IF I run program from SendTo etc. etc. with selected files Is very useful for a lot of works Have a nice weekend to all
by MarcoBoschi
Tue Dec 18, 2007 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like winzip
Replies: 18
Views: 3336

... WINDOW oMain ; ON INIT IIF( LEN( aImageImp ) >0 , imp_image(aImageImp) , ) FUNCTION imp_image start automatically IF I run program from SendTo etc. etc. with selected files Is very useful for a lot of works Have a nice weekend to all
by MarcoBoschi
Fri Dec 14, 2007 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like winzip
Replies: 18
Views: 3336

I found that the easier solution is using the "sendto" directory. Any program link placed inside that directory will receive all the selected file names as parameters.

EMG
by Enrico Maria Giordano
Fri Dec 14, 2007 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Like winzip
Replies: 18
Views: 3336

... if an incorrect protocol is explicitly requested in the socket call, or if an address of the wrong family is used for a socket, for example, in sendto Ahora mismo estoy incluyendo los cambios que en el foro de origen hizo AlanMcFlane respecto del protocolo, para atacar todo junto de una vez. ...
by Arturo Lopesoria
Mon Nov 12, 2007 6:27 pm
 
Forum: FiveWin para Pocket PC
Topic: Impresion via IRDA
Replies: 23
Views: 9627

... puras. Me quedan todavia WSACleanup, MemCopy, socket, setsockopt, getsockopt, htonl, htons, bind, inet_addr, WSAAsyncSelect, recv, recvfrom, send, sendto, etc... Supongo que si pudiera disponer de la clase de harbour que maneja las estructuras podriamos sacar algo.... Existe un documento "cstruct.txt" ...
by JmGarcia
Thu May 24, 2007 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con estructuras de datos y sockets
Replies: 5
Views: 1275

... DLL32 FUNCTION send(s AS LONG, Buf AS LPSTR, buflen AS LONG, flags AS LONG) AS LONG PASCAL FROM "send" LIB "wsock32.dll" DLL32 FUNCTION sendto(s AS LONG, Buf AS LPSTR, buflen AS LONG, flags AS LONG, addr AS LPSTR, i AS LONG) AS LONG PASCAL FROM "sendto" LIB "wsock32.dll" Ejemplos de ...
by JmGarcia
Thu Apr 05, 2007 7:00 pm
 
Forum: FiveWin para Pocket PC
Topic: Soporte de sockets !!!
Replies: 4
Views: 2350

Return to advanced search