topic
stringlengths
1
63
text
stringlengths
1
577k
getcommerror como tratar el resultado?
Ok, però, se io ho questa catena (lunga 12 caratteri) con il risultato come faccio a sapere per esempio se la porta aspetta il CTS? cComStat := "€\{ " #define CSTF_CTSHOLD 1 // 0x01 devo fare cosi? nAnd( cComStat, CSTF_CTSHOLD ) o con il primo carattere della catena, o quale? Grazie.
getcommerror como tratar el resultado?
Devi considerare ogni carattere come se fosse un byte. Quindi, dato il formato della struttura, immagino che si debbano prendere in considerazione solo i primi 5 caratteri. Il primo sarebbe status, il secondo e il terzo sarebbe cbInQue e il quarto e il quinto sarebbe cbOutQue. Nel tuo caso lo status dovrebbe essere 12...
getcommerror como tratar el resultado?
Grazie.
getcurdir() y cgetfile()
Hola a todos, el siguiente código: Msgalert('Paso1: ' + getcurdir() ) cdesti := cGetFile('Archivos Excel (*.xls) | *.xls','Guardar libro',,,.t.,.t.,2,cname) Msgalert('Paso2: ' + getcurdir() ) En el paso 1 me muestra el directorio de la aplicación, pero en el paso 2 me muestra la carpeta que haya elegido en el dialogo...
getcurdir() y cgetfile()
talbéz: [code=fw:1a79ifnu]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; &nbsp;cPath := CURDRIVE<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> + <span style="color: #ff0000;">":<span style="color: #000000;">\"</span> + GETCURDIR()<br /></span></div...
getcurdir() y cgetfile()
Para obtener el directorio de la aplicacion deberias acerlo así: [code=fw:30yfxvsh]<div class="fw" id="{CB}" style="font-family: monospace;">Msgalert<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">'Paso2: '</span> + cFilePath<span style="color: #000000;">&#40;</span> GetModuleFileName<span styl...
getcurdir() y cgetfile()
Bueno, gracias por contestar, pero no se si me he explicado bien. No se trata de obtener el path de la aplicación, de lo que se trara es de que curdir() devuelva lo mismo antes y después de llamar a cgetfile(), o si no hay más remedio, alguna función para que curdir() devuelva el path de la aplicación. Muchas funcione...
getcurdir() y cgetfile()
Creo sea esto: [code=fw:266fhgcd]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> XBLITE<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> &nbsp;<span style="color: #B900B9;">//->MAIN()</span><br /><br />&nbsp; &nbsp; MEMVAR...
getcurdir() y cgetfile()
Gracias Karinha, La función lchdir() es la que buscaba (nunca hasta ahora había tenido necesidad de utilizarla). Pero insisto en que cgetfile() no debería cambiar el path (también cambia el SET DEFAULT), en su lugar me he hecho una functión llamada Getfile(), para sustiruirla: function Getfile(cFileMask, cTitle, nDe...
getftime() does not work...Heres a workaround
I contacted james Bott to check my concern that getFtime() produces the wrong time. His was off 16hrs mine was 8 hrs. Thanks to james here is a workaround. [code=fw:25g1sqz5]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// File time</span><br /><span style="color: #B900B9;">/...
getip() returen 0.0.0.0
Estimados La funcion GetIp() return 0.0.0.0 cuando la direccion es estatica, hay alguna manera de repararlo adjunto la funcion [code=fw:3cu1bdb8]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">&#40;</span> GETIP <span style="color: #...
getip() returen 0.0.0.0
Estimados lo he resuelto con la funcion [b:1xjahryk]GetNetCardInfo()[/b:1xjahryk]
getip() returen 0.0.0.0
gracias por compartirlo <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
getip() returen 0.0.0.0
Buen dia Patricio Una consulta, De donde puedo bajar esa funcion GetNetCardInfo(), pues al compilar me sale error Gracias Lubin
getip() returen 0.0.0.0
[quote="lubin":3t8r2x95]Buen dia Patricio Una consulta, De donde puedo bajar esa funcion GetNetCardInfo(), pues al compilar me sale error Gracias Lubin[/quote:3t8r2x95] C:\FWH..\SAMPLES\GETMAC.PRG salu2.
getip() returen 0.0.0.0
Gracias Patricio Pero lamentablemente <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> creo que mi version no la incluye, no cuento con esa carpeta en Samples, Alguna otra alternativa usando harbour Lubin
getip() returen 0.0.0.0
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=21651">viewtopic.php?f=3&t=21651</a><!-- l --> Salu2
getkeystate(16) es para el shift cual numero es para altGr
getkeystate(16) es para el shift, cual numero es para altGr ? Si alguien tine la respuesta Muchas Gracias y si no la tiene tambien Gracias por participar!
getkeystate(16) es para el shift cual numero es para altGr
ya lo encontre es el 18 <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
gets.. eval... lostfocus..
Hola. Tengo un array de oGets que necesito acumular los valores pero solo de ciertos ogets cuando pierde el foco: [quote:1wgy6rd7]aeval(::aGets, { |o, x| iif(x in {1,4,6}, ::sumar(),)})[/quote:1wgy6rd7] ahora no puedo usar mas el "in" en harbourd... Alguna ayuda? gracias.
gets.. eval... lostfocus..
"in" ??? Un ejemplo simples, para testes, hay? Regards, saludos.
gets.. eval... lostfocus..
No recuerdo si in es aceptado en harbour, talvez agregando la libreria xhb y hbcompat.ch
gets.. eval... lostfocus..
termino de intentarlo pero no da. Karina: suponte que tenes un array con estos valores 1, 4, 6, 7 y vos queres saber si un numero "x" existe en ese array, en xharbor yo hacia esto: [code=fw:6pw8mm4c]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> <span style="color...
gets.. eval... lostfocus..
Usa hb_ascan() si existe te devuelve la posicion si no 0 if hb_ascan(...) > 0 msg( "existe" )
getting started with linux (fwlinux)
Hello , I plan to start working with Linux and fw i have no linux equipment at all at the moment. I have vista and xp pcs, i would like your advice, a new computer dedicated to linux ? what capacity memory, hard disk ? an external bootable hd where a linux system is installed can be another option ? Is there a w...
getting started with linux (fwlinux)
Richard, There are several possibilities as you comment. My advise is to add a new internal harddisk and use it for Linux, having dual boot. Its quite easy to do it, and then you can run Linux with its real speed (no emulators, etc.). In my computers I use five different operating systems (in three different harddi...
getting started with linux (fwlinux)
Hi RichardWelcome to the club!Dual booting works OK but at the price of PC hardware these days why not just use a separate PC to run linux if you are going to use it a fair bit.Are you planning to migrate existing FiveWin code to FiveLinux? There are a few differences (depending upon how you coded in FiveWin) and a fe...
getting started with linux (fwlinux)
Hi DougYes i intend to join the club,I will purchase a new hardware this week for this purpose. I am brand new to linux i will certainely have "beginners" questions, bare with me.I intend to port my application (if possible) to have a linux version. This is the ultimate objective.I will certainely be looking forward fo...
getting started with linux (fwlinux)
Doug,The pixel clause is supported since long time ago <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Please review my other post related with this issue, thanks
getting unresolved external using fwh 1109 and xhb 1109
Below are the externals still unresolved even after linking xhb2.obj as specified in another thread. Thanks in advance for the help. xLINK: error: Unresolved external symbol '_OleUIPasteSpecialA referenced from Fivehcm.lib(RICHEDIT.obj)'. xLINK: error: Unresolved external symbol '_GetFileVersionInfoSizeA referenced f...
getting unresolved external using fwh 1109 and xhb 1109
Dionie, <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=83275#p83275">viewtopic.php?p=83275#p83275</a><!-- l -->
gifts animados
Hola estoy cambiando los animate del shell32 (dbcopy(),etc) ya que en windows 7 no funcionan, pero me esta costando un poco EL prg es el siguiente [code=fw:2s7acxrw]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">FUNCTION</span> WaitOn<span style="color: #000000;">&#40;</...
gifts animados
Luis, Llevo un par de dias intentando revisar esto, pero no he tenido tiempo literalmente. Lo revisamos cuanto antes, disculpa la demora <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
gifts animados
Gracias Antonio Luis
gifts animados
Luis, Prueba este ejemplo (desde la carpeta FWH\samples), que te muestra como hacerlo: [code=fw:144v4zmg]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Animated GIFs support for FWH</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;...
gifts animados
Antonio de hecho el gif en todos los casos en que son bucles (dónde puedo hacer sysrefresh()) funciona, en el único caso en que no funciona es cuando llamo waiton() append from .... waitoff() [code=fw:217cue1p]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <...
gifts animados
Luis, Puedes enviarme el GIF que quieres usar ? gracias En relación al APPEND FROM ... veamos si permite alguna cláusula en la que se pueda proporcionar un codeblock que llame a SysRefresh()
gifts animados
Gracias Antonio te en envío el enlace de dos de la imágenes <!-- m --><a class="postlink" href="https://drive.google.com/file/d/0B8UT409V4x1mMHdoVXItN2NDV0k/edit?usp=sharing">https://drive.google.com/file/d/0B8UT40 ... sp=sharing</a><!-- m --> <!-- m --><a class="postlink" href="https://drive.google.com/file/d/0B8UT4...
give pointer in dll
how may I give pointer as parameter to function in DLLp1,p2 - pintererr:=_OWersja(p1,p2)......???declare DLL_TYPE_BYTE _OWersja(DLL_TYPE_LPCSTR CFILE1, DLL_TYPE_LPCSTR CFILE2) in WinIP.Dll
give pointer in dll
Kajot,strings are automatically managed as pointers (their addresses is supplied, not their content).For numbers you have to supply them by reference using @If the function is not working as expected, its a good idea to access it using C code instead of using DLL FUNCTION, just to locate where the problem may come from...
give pointer in dll
any samples
give pointer in dll
Here you have a working example that shows how strings are managed as pointers:[code:tz3vwre9] #include "FiveWin&#46;ch" function Main&#40;&#41; local cIn &#58;= "Hello world!" local cOut &#58;= Space&#40; Len&#40; cIn &#41; &#41; Test&#40; cIn, cOut &#41; MsgInfo&#40; cOut &#41; return nil #pragma BE...
give pointer in dll
thansI get errorMissing prototype for 'strupr'
give pointer in dll
#include <hbapi.h> char * strupr( char * );...
give pointer in dll
next errorunresolved external symbol '_strupr'
give pointer in dll
What C compiler are you using ?Here it works fine using Borland C 5.5
give pointer in dll
I am usingvxHarbour Compiler build 1.0.0 (SimpLex)Copyright 1999-2007, <!-- m --><a class="postlink" href="http://www.xharbour.org">http://www.xharbour.org</a><!-- m --> <!-- m --><a class="postlink" href="http://www.harbour-project.org/">http://www.harbour-project.org/</a><!-- m -->
give pointer in dll
Both Harbour and xHarbour generate a C output file that has to be compiled with a C compiler.Are you using Borland or Microsoft C compiler to compile the output .C ?Are you using xHarbour commercial ?
give pointer in dll
yes, I am using commercial
give pointer in dll
Kajot,Then add this code to the PRG:[code:30s8m00c] #pragma BEGINDUMP #include "string&#46;h" #include "ctype&#46;h" char * strupr&#40; char * string &#41; &#123; char c, * p = string; while&#40; &#40; c = * p &#41; != '\0' &#41; * &#40; p++ &#41; = _toupper&#40; c &#41;; return string; &#125; #pra...
give pointer in dll
thanksI got worningmissing prototype for '_toupper'
give pointer in dll
Try this one:char _toupper( char );[code:2k6uqd43] #pragma BEGINDUMP #include "string&#46;h" #include "ctype&#46;h" char _toupper&#40; char &#41;; char * strupr&#40; char * string &#41; &#123; char c, * p = string; while&#40; &#40; c = * p &#41; != '\0' &#41; * &#40; p++ &#41; = _toupper&#40; c ...
give pointer in dll
I change toupper(c)and is OKbut I got worning indeclare DLL_TYPE_BYTE _OWersja(DLL_TYPE_LPCSTR cfile1, DLL_TYPE_LPCSTR cfile2) in WinIP.Dllsyntax error: "parse error at 'CFILE1'"
give pointer in dll
> declare DLL_TYPE_BYTE _OWersja(DLL_TYPE_LPCSTR cfile1, DLL_TYPE_LPCSTR cfile2) in WinIP.Dll This is not FiveWin syntax. What is it ?
give pointer in dll
this isDLL32 FUNCTION _OWersja(cFile1 AS LPSTR, cFile2 AS LPSTR ) AS WORD PASCAL LIB "WinIP.Dll"if function _toupper() this the same function toupper() from ctype.h
give pointer in dll
> if function _toupper() this the same function toupper() from ctype.hYes, probably
give pointer in dll
if I try char _toupper( char ); I get worningunresolved external symbol '__toupper'
give pointer in dll
Then try with toupper() without the underscore
give the setfocus to getbar
I would like to give the getbar the focus because at the beginning the user presses the button to display the getbar and the focus is not on the get [img:1y8w6e36]https&#58;//i&#46;postimg&#46;cc/KjLjZbc9/cerca&#46;png[/img:1y8w6e36] wich is the command ? I allready tried with [b:1y8w6e36] IIf(oBrowse:lGetBar, oBr...
give the setfocus to getbar
Now I found perhaps some solutions :aCols[ 1 ]:lBarGetOnKey := .t. // after having setfocus the oBrowse object, the end user can insert the characters directly into the get :aCols[ 1 ]:cBarGetBmp := hBmp // this for show the Bitmap on the get :aCols[ 1 ]:bBarGetAction := { || ...
give the setfocus to getbar
found a solution !!! I sent the modification to Nageswarao,Antonio and Cristobal [img:644sg9zn]https&#58;//i&#46;postimg&#46;cc/50b6zZjK/good&#46;jpg[/img:644sg9zn]
give the setfocus to getbar
Thanks. Your suggestion implemented in FWH2004.
gmail
Hi All Is it possible to access email and attachments in a gmail account from a fivewin/xHarbour app. Cheers Colin
gmail
Colin, I use this for an account of gmail and it works perfectly : [code=fw:19lgvkq3]<div class="fw" id="{CB}" style="font-family: monospace;"><br />MsgRun<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Enviando correo, espere..."</span>, oApp:<span style="color: #000000;">EmpresaName</span>...
gmail
Ariel, I think Colin meant to read emails not send them. James
gmail
Hi Ariel and James I do need to read and save emails/attachments but also to send emails - so thanks for the code Ariel. Regards Colin
gmail : Less Secure App will stop May 30 2022 *Fixed*
Dear All, I've used Gmail account to send mail from my program for many years but Google show the message below in Gmail account setup. It means, we have to find the way to send email with Google "security standards". How do we solve this issue? [quote:10k30zna]Less secure apps & your Google Account To help keep you...
gmail : Less Secure App will stop May 30 2022 *Fixed*
maybe in the future, test please: [url:2gjoi8ee]https&#58;//mail&#46;yandex&#46;com/[/url:2gjoi8ee] Configuration, use the google traductor, please; [url:2gjoi8ee]https&#58;//fiodevida&#46;com/como-acessar-uma-conta-yandex-mail-em-programas-de-e-mail-usando-imap/[/url:2gjoi8ee] Regards, saludos.
gmail : Less Secure App will stop May 30 2022 *Fixed*
Dear Karinha, Thank you for an idea. I try [url:3iq3wnw3]http&#58;//www&#46;mailjet&#46;com[/url:3iq3wnw3]. It works fine but free with condition 200/day, 6,000/month and gmail.com will receive to Promotion mailbox. I still love gmail, if we can still use after May 30, 2022. [quote="karinha":3iq3wnw3]maybe in the f...
gmail : Less Secure App will stop May 30 2022 *Fixed*
Hi, Is it possible to use the same code with Hotmail / Outloo ? Some simple ? Thanks
gmail : Less Secure App will stop May 30 2022 *Fixed*
I use imap with Thunderbird to read my mails on Gmail. Some time ago I received a warning about the end of the support of "less secure" apps. I disabled the less secure apps on Gmail and changed the protocol to OAuth 2. It worked flawlessly to receive the mails. As I don't use Gmail SMTP I don't know if it works to sen...
gmail : Less Secure App will stop May 30 2022 *Fixed*
Dear Jack, Sorry Jack, Hotmail is the same as Google. I try mailjet.com, it works fine without changing the program but register is a bit more gmail. [quote="Jack":2ukctb3g]Hi, Is it possible to use the same code with Hotmail / Outloo ? Some simple ? Thanks[/quote:2ukctb3g]
gmail : Less Secure App will stop May 30 2022 *Fixed*
Dear ADutheil, The way out is OAuth2 for Gmail. How can I use OAuth2 protocol? Can you show me the sample please? Thanks in advance, [quote="ADutheil":32cxth6f]I use imap with Thunderbird to read my mails on Gmail. Some time ago I received a warning about the end of the support of "less secure" apps. I disabled the...
gmail : Less Secure App will stop May 30 2022 *Fixed*
Sorry I can't help with that, as I said I use it with Thunderbird not Harbour. At the moment I have no spare time to dig a solution.
gmail : Less Secure App will stop May 30 2022 *Fixed*
Dear ADutheil, No problem, Thanks for an idea. [quote="ADutheil":3u0gphrl]Sorry I can't help with that, as I said I use it with Thunderbird not Harbour. At the moment I have no spare time to dig a solution.[/quote:3u0gphrl]
gmail : Less Secure App will stop May 30 2022 *Fixed*
Dear Dutchman, you were able to develop OAuth2 for sending mails?. Thank you Regards Horacio
gmail : Less Secure App will stop May 30 2022 *Fixed*
Not yet. I gonna move to other choice (mailjet.com). [quote="horacio":3l6yonk2]Dear Dutchman, you were able to develop OAuth2 for sending mails?. Thank you Regards Horacio[/quote:3l6yonk2]
gmail : Less Secure App will stop May 30 2022 *Fixed*
Dear Dutch, did you find a solution or more information about gmail smtp for less secure apps? Regards, Detlef
gmail : Less Secure App will stop May 30 2022 *Fixed*
Dear Detlef, I move to mailjet.com. It can send almost the same as smtp.gmail.com, the limitation is 200/day = 6,000/month. I try and work well. [quote="Detlef":ts754oed]Dear Dutch, did you find a solution or more information about gmail smtp for less secure apps? Regards, Detlef[/quote:ts754oed]
gmail : Less Secure App will stop May 30 2022 *Fixed*
Thank you, Dutch. Unfortunately my client wants to stay at gmail.com to send invoices to her customers. I' ll try to convince her to change to a service like mailjet.com as you did. Have a nice weekend. Regards, Detlef
gmail : Less Secure App will stop May 30 2022 *Fixed*
Dear Detlef, If the customer still need to use, I think. They just buy Google Workspace "Business Starter" 6US$/month. [quote:y1vgmg0y]Please note this deadline does not apply to Google Workspace or Google Cloud Identity customers. The enforcement date for these customers will be announced on the Workspace blog at ...
gmail : Less Secure App will stop May 30 2022 *Fixed*
Dear Detlef, I got the new solution for smtp.gmail.com now. 1. 2 Step Verification (2SV) 2. App Password 2.1 Generate password with Select app: "Mail", Select device: "Windows Computer" 2.2 Get 16 digits password. 2.3 Use this password instead of gmail's password. done. [quote="Detlef":2mqw0p1b]Thank you, Dut...
gmail : Less Secure App will stop May 30 2022 *Fixed*
Uups! I didn't see your new post, Dutch. <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> Many thanks for it. I'll give it a try. Regards, Detlef
gmail : Less Secure App will stop May 30 2022 *Fixed*
Hi, I try it and it works as expected. Thanks for the feeback Philippe
gmail : Less Secure App will stop May 30 2022 *Fixed*
Muchas gracias por tan buen aporte. thank you very much for such a good contribution!!
gmail : Less Secure App will stop May 30 2022 *Fixed*
Hello dutch Have you any example in harbour to implement your solution? Thank you in advance [quote="dutch":11vaapvt]Dear Detlef, I got the new solution for smtp.gmail.com now. 1. 2 Step Verification (2SV) 2. App Password 2.1 Generate password with Select app: "Mail", Select device: "Windows Computer" 2.2 Ge...
gmail : Less Secure App will stop May 30 2022 *Fixed*
Hi hidroxid, Have you ever send email via gmail account? If so, just change password to "App Password". That's it. [code=fw:1cbkccp9]<div class="fw" id="{CB}" style="font-family: monospace;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;:<span style="color: #000000;">Item</span><span style="color: #000000;">&#40;</span> <span s...
gmapd
Hola, compilo el gmapd de los samples y cuando lo ejecuto me tira error del script, alguien sabe que puede ser? Gracias!
gmapd
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=31830&start=0&hilit=google+maps">viewtopic.php?f=6&t=31830&start=0&hilit=google+maps</a><!-- l -->
gml-viewer
Hello, Did anyone already have created a gml-file viewer in FW? I know there are viewers I can call from FW that create a SVG, and then show it in FW, that's how I do it now. But maybe there is already some code that draw it direct in FW. Thanks
go.bat y make para VS 2013 xpress
Estimados amigos: Intento compilar con VS 2013 express y necesito ayuda. Necesito el Go.bat y el make para VS 2013 Harbour para VS2013 Librerias de ADS Muchas gracias. Intentaré hacer un template para xMate.
go.bat y make para VS 2013 xpress
Ruben, Lo necesitas para 32 bits, si ? Podrias usar el que he publicado para 64 bits, pero haciéndole unos pequeños cambios. Has revisado el que he publicado para 64 bits ?
go.bat y make para VS 2013 xpress
Gracias Antonio, es para 32 bits, si. Pruebo el de 64. Pense que habian librerias diferentes. Gracias. Necesito el Harbour para MS VS 2013. Saludos.
go.bat y make para VS 2013 xpress
Ruben, Estas versiones de Harbour deben funcionar correctamente con Visual Studio 2013 (cualquier versión, "Express" ó no): [url:2g7zhivu]https&#58;//code&#46;google&#46;com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_msvc2012_20131007_2&#46;zip[/url:2g7zhivu] (versión de 32 bits) [url:2g7zhivu]https...
go.bat y make para VS 2013 xpress
Gracias Antonio, excelente. Otra pregunta, como haco RddAds.lib y Ace32.lib para Ms VS 2013.? Gracias.
go.bat y make para VS 2013 xpress
Ruben, <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=115693#p115693">viewtopic.php?p=115693#p115693</a><!-- l --> Ahora no estoy en la oficina, luego te ayudo con la otra libreria
go.bat y make para VS 2013 xpress
Gracias Maestro. Saludos.
go64.bat to build Harbour for 64 bits
Using the new 2015, Visual Studio Community edition: go64.bat [code=fw:3mn18zlm]<div class="fw" id="{CB}" style="font-family: monospace;">call <span style="color: #ff0000;">"%ProgramFiles(x86)%<span style="color: #000000;">\M</span>icrosoft Visual Studio 14.0<span style="color: #000000;">\V</span>C<span style="color: ...
google Maps and tSockest (via / TCP) and java scrip
Greetings friends, well I tell you that I can use a window window to mount an activex and run with the browser from a .htm page and see in real time the global position of mobile units (buses). Also activating the server with the tSockest (via / TCP) that works excellent. [img:3dr0etht]http&#58;//www&#46;busmaticcr&#4...
google and insecure applications
Dear Armando, [url:2xvoyoyf]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=3&t=41496&start=15&sid=e1553de27485ea120e3161ba9aaaa260[/url:2xvoyoyf] [quote="Armando":2xvoyoyf]Dear Friends: If I remember correctly, as of Jun/2022, google will not allow its use for sending emails to insecure application...