Search found 21 matches: wsa

Return to advanced search

WSL2 Darling - Soon to come MacOS apps from WSL2

... to WSL2, once we get that, MacOS software could also run on Windows... https://docs.darlinghq.org/wsl-build.html WSA (Windows subsystem for Android) also allows to use Android apps directly on Windows. Actually only available from US but with some tweaks you can ...
by Antonio Linares
Tue May 24, 2022 1:23 am
 
Forum: Off Topic / Otros temas
Topic: WSL2 Darling - Soon to come MacOS apps from WSL2
Replies: 0
Views: 355

Re: 64 bit

... (es decir sin usar Parallels, VirtualBox, etc) :-) El WSL2 es una maravilla. Ya ejecuta aplicaciones GUI de Linux directamente desde Windows y el WSA para ejecutar aplicaciones Android viene de camino !!! Ambos usan el HyperV de Windows por lo que funcionan muy rápido! Harbour y FWH funcionan ...
by Antonio Linares
Sat Oct 23, 2021 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 64 bit
Replies: 4
Views: 529

Tambien Saber Ip LOCAL

/* File : iplocal.cpp Autor : Albeiro Valencia Fecha : 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...
by Busmatic_wpb
Fri Dec 07, 2018 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Ip Publico
Replies: 1
Views: 607

Re: smtpserver

... to send mail via smtp error : session did not complete successfully STAGE : ST_INIT IP ADDRESS : could not establish connection to server de bell WSA ERROR CODE : 10060 can you held me donne la meme erreur (same error) function SendMail() local oOutMail, cIP, oOutMail1 oDlg:SetMsg( "Sending ...
by richard wilson
Wed Oct 05, 2016 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: smtpserver
Replies: 5
Views: 1365

Re: smtpserver

Error code WSA 10060 means Connection timed out. A connection attempt failed because the connected party did not properly respond after a period of time, or the established connection failed because the connected host has failed ...
by anserkk
Thu Sep 29, 2016 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: smtpserver
Replies: 5
Views: 1365

smtpserver

... mail via smtp error : session did not complete successfully STAGE : ST_INIT IP ADDRESS : could not establish connection to server1.activedata.ca WSA ERROR CODE : 10060 can you held me function SendMail() local oOutMail, cIP, oOutMail1 oDlg:SetMsg( "Sending Internet email..." ) WSAStartup() ...
by richard wilson
Wed Sep 28, 2016 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: smtpserver
Replies: 5
Views: 1365

Re: COMO SE PUEDE CREAR UN OBJETO

... XMLAddChild(doc,"soap:Header","",True) XMLAddAttribute(doc,"xmlns:wsa","http://www.w3.org/2005/08/addressing") XMLAddChild(doc,"wsa:Action","http://tempuri.org/IWcfCP/Autenticar") ...
by elmoiquique
Sat Jun 14, 2014 11:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO SE PUEDE CREAR UN OBJETO
Replies: 19
Views: 6072

Re: COMO SE PUEDE CREAR UN OBJETO

... xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:tem="http://tempuri.org/">'+; ' <soap:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:Action>http://tempuri.org/IWcfCP/Autenticar</wsa:Action><wsa:To>https://zofri.mekanosige.cl:2414/WcfCP.svc</wsa:To></soap:Header>'+; ...
by elmoiquique
Sat Jun 14, 2014 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO SE PUEDE CREAR UN OBJETO
Replies: 19
Views: 6072

WS-ADDRESSING, para WEB SERVICE

Estoy enviando un XML a un webservice HTTPS, y no me funciona, lo probe en el SOAPUI y al activar la casilla ADD DEFAULT WSA TO: funciona.... Como le puedo indicar al WS que mi XML va con esa condicion,, existe algun SETREQUESTHEADER???? u otra instruccion FUNCTION PRUEBA() cXmlBody ...
by elmoiquique
Wed May 21, 2014 9:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WS-ADDRESSING, para WEB SERVICE
Replies: 0
Views: 475

TSmtp, gmail, authentication

... the log shows, but I don't know where does the SSL port 465 come into play and where do you use it: 02/04/13 16:08:01: Connect Socket handle: 552 WSA Error: 0 02/04/13 16:08:01: Write Socket handle: 552 WSA Error: 0 02/04/13 16:08:01: Read Socket handle: 552 WSA Error: 0 02/04/13 16:08:01: 220 ...
by Luis Krause
Fri Mar 08, 2013 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSmtp, gmail, authentication
Replies: 3
Views: 930

TSMTP Luis Krauser

... la clase para realizar el cambio me encontré con que no alcanza a realizar la conexión. No encuentro cual es la falla, 1ro produjo un error WSA 10060 que se solucionó aumentando nDelay y nTimeOut. Igual no realiza la conexión. Por favor si me pueden ayudar con este tema porque no entiendo ...
by leondefrancia
Tue Jun 08, 2010 3:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSMTP Luis Krauser
Replies: 3
Views: 755

Re: Tsocket Bug

ok, this solves the endless loop (and even a problem with WSAGetLastError() that's called twice if logging is enabled): METHOD SendData( cData ) CLASS TSocket   local nSize := Len( cData )   local nLen  := nSize   local nSent := 0   local ...
by Davide
Wed Apr 21, 2010 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsocket Bug
Replies: 21
Views: 5241

Re: Tsocket Bug

... doesn't drop the connection down, but replies as expected. The Yahoo sample doesn't work because tSocket.prg doesn't correctly handle the 10057 WSA error. Thank you for posting your class, but tSocket is used by other classes, like tSmtp, tWebClient, etc. so I need to fix the original one shipped ...
by Davide
Mon Apr 19, 2010 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsocket Bug
Replies: 21
Views: 5241

Tsocket Bug

... the connection down, but that's not the problem (this is just a sample I made for you to understand the problem). The problem is that looks like a WSA error in SendData() like the above puts tSocket in an infinite loop instead of retrieving those 2 lines of text, that are informative and helpful ...
by Davide
Mon Apr 19, 2010 12:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tsocket Bug
Replies: 21
Views: 5241

Re: Descubrir dispositivos via Bluetooth

... a tu alcance: function main() WSAStartup() nWsaError:=WSALookupServiceBegin(@lphLookup) if nWsaError<>0 // Tenemos un error localizado en wsaError.h do case case nWsaError = WSASERVICE_NOT_FOUND msgalert("Posibles problemas de conexion:"+CRLF+"No se han encontrado dispositivos ...
by softruz
Wed Nov 18, 2009 4:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descubrir dispositivos via Bluetooth
Replies: 5
Views: 1318
Next

Return to advanced search