Search found 1322 matches: fast

Return to advanced search

Re: Slow EXE Launch.

... couldn't put that together. I purchased a new system i9 and all of the Windows Firewall, Virus were on. I have shut them down and it is lightning fast. What is strange is that compiling with xHB (Patrick Mast) it was still fast, only on Harbour was it slow. I will have to play around with settings ...
by byron.hopp
Tue May 07, 2024 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 235

Re: Question about wfReadUrl() - SOLVED

nageswaragunupudi wrote:Another alternative
Code: Select all  Expand view
function ValidURL( cUrl )

   local cIp

   WsaStartUp()
   cIp = GetHostByName( cUrl )
   WsaCleanUp()

return cIp != "0.0.0.0"


Does this work for you? If it is working is it fast in all cases?


I like it!
by Enrico Maria Giordano
Sun Apr 07, 2024 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2839

Re: Question about wfReadUrl() - SOLVED

Another alternative
Code: Select all  Expand view
function ValidURL( cUrl )

   local cIp

   WsaStartUp()
   cIp = GetHostByName( cUrl )
   WsaCleanUp()

return cIp != "0.0.0.0"


Does this work for you? If it is working is it fast in all cases?
by nageswaragunupudi
Sat Apr 06, 2024 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2839

RecordSet via Web

I have been using an ADODB RecordSet object to connect to my server over the internet. oRs:Open( cUrl ). Actually very fast, works well. What I don't know, or can't figure out is if I can use this on a secure site. Can't seem to get it to work. It works if I use Hamachi (VPN), but ...
by byron.hopp
Thu Mar 28, 2024 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RecordSet via Web
Replies: 0
Views: 282

Re: xHarbour.org updated!

intente compilar de la siguiente manera:

c:\xharbour\bin\harbour .\fast\FastRepH.prg /N /OObj\ /Ic:\fwh\include;c:\xharbour\include;c:\BCC77\include\windows
c:\BCC77\bin\bcc32 -c -b -tWM -Ic:\xharbour\include -oObj\FastRepH Obj\FastRepH.c

Se generó fastrep.c pero hubo un error al generar el obj.
by jair
Tue Mar 26, 2024 3:41 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 39208

Re: xHarbour.org updated!

intente compilar de la siguiente manera:
c:\xharbour\bin\harbour .\fast\FastRepH.prg /N /OObj\ /Ic:\fwh\include;c:\xharbour\include;c:\BCC77\include\windows
c:\BCC77\bin\bcc32 -c -b -tWM -Ic:\xharbour\include -oObj\FastRepH Obj\FastRepH.c

Se generó fastrep.c pero hubo un error al generar el obj.
by jair
Tue Mar 26, 2024 3:28 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 39208

Re: How to include hbCurl?

... the programs. Through modularization, one can have ChatGPT further develop parts of the program very effectively. This makes program creation very fast. Best regards, Otto https://mybergland.com/fwforum/webv.gif
by Otto
Thu Mar 07, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3036

Re: Data exchange between PC and Android device on the same loca

... My best wishes so that you can all take this leap and start a new era by sharing harbour code to use on the web. A final note… Can you see how fast RX moves? :D It's the magic of Harbour brought to the web, so you can fully trust it... Regards. C.
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 833

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

... a very complex program with over 100,000 lines of code, to use on a network , when it works perfectly on one now, is rock solid, incredibly fast, and completely satisfies my clients? How would they benefit? If it was a New program, fine, but I see no gain from doing all of that with this ...
by TimStone
Sat Feb 10, 2024 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 835

Re: USB reading/writing as Com port

... this and it is also on a USB, but I suppose that this is not the same. So If Coolterm is needed, I will have a txt/csv file that is updated very fast in realtime, and I can put my Arduino data into the file. How will FW capture the data from that file (this is updated) and show result in a FW ...
by Marc Venken
Thu Feb 08, 2024 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: USB reading/writing as Com port
Replies: 3
Views: 233

Re: RAO advice on using Mysql

I'm trying oCn:RecSet() and it's very, very fast, I noticed that certain methods that work with oCn:Rowset() with :RecSet() don't work.


What size of tables you tested?
by nageswaragunupudi
Thu Feb 01, 2024 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1024

Re: RAO advice on using Mysql

Thank Rao

I'm trying oCn:RecSet() and it's very, very fast, I noticed that certain methods that work with oCn:Rowset() with :RecSet() don't work.

Is it possible to have a list of :RecSet() methods?

Thank you
Maurizio
by Maurizio
Thu Feb 01, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1024

Re: RAO advice on using Mysql

... usual practice is not to open the full table but to open only the required part of a table using where clause. Still FWH RecSet class provides a fast way to open very large tables.
by nageswaragunupudi
Tue Jan 30, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1024

Re: I'm not asking for the moon...

... often the asterisks "***.**" were formed instead of numbers and this is a waste of time if we imagine that if the operator enters in a fast way where you always have to go back with the mouse. Please test this small test https://i.postimg.cc/tRZ43pKk/ju.png On Modify ...
by Silvio.Falconi
Fri Jan 19, 2024 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2286

Re: Problem with tget numeric

... types of bread and imagine for each shop the operator has to insert as many lines as the types of bread ordered, so the operation must be very fast and this operation is done every day now it is still done by hand with a pen on a paper model. It is not easy to understand the problem
by Silvio.Falconi
Tue Jan 16, 2024 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1447
Next

Return to advanced search