Search found 16 matches: interference

Return to advanced search

Re: SayBarCode control

... on a CD-ROM or DVD, such as a traditional bar code label (rectangular), would lead to an imbalance in the support: this imbalance introduces an interference in the reading of the information that can deteriorate the quality of the audio / video reproduced, limiting the speed in extracting information ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 5887

Re: FiveWin/3 Cannot create Dialog Box on slow network.

... of dialogs. In that case they do not produce Fivewin/3 error, but the program either crashes or shows wrongly. Maybe is a Windows issue?. Some interference with other software?. Also, maybe in dialog.prg you could modify to repeat the operation an extra attempt before calling to CreateDlgError() ...
by lucasdebeltran
Wed Feb 06, 2013 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin/3 Cannot create Dialog Box on slow network.
Replies: 18
Views: 4679

Re: Download internet file without interference

Hi,

I did not tried but I think You can search "Last-Modified:" instead of "Content-Length:" and extract the date and time.

It should be return like this format:

Last-Modified: Wed, 15 Nov 1995 04:58:08 GMT

Good Luck.
by Horizon
Sun Sep 26, 2010 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8545

Re: Download internet file without interference

Hi, FiveWinners. in the example of the previous post, Horizon, tell us how to get the file size over http. this is the code: cRequest := "HEAD "+oUrl:BuildAddress() + " HTTP/1.1" + CRLF + ; "Host: "+oUrl:cServer+ CRLF + ; "User-Agent: HTTP-Get-File-Size" + CRL...
by devtuxtla
Sat Sep 25, 2010 7:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8545

Re: Download internet file without interference

Antonio,

Compiles great now, Thanks :D
by Dave Zowasky
Tue May 26, 2009 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8545

Re: Download internet file without interference

Antonio => Thanks a lot :D
by Carles
Mon May 04, 2009 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8545

Re: Download internet file without interference

Dave,

You need to link XHB.lib
by Antonio Linares
Mon May 04, 2009 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8545

Re: Download internet file without interference

Hi !,

Can somebody send me the HBTIP.LIB for Harbour and their sources? I cna't connect to CVS... :(

Regards.
by Carles
Mon May 04, 2009 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8545

Re: Download internet file without interference

Antonio,

hbpcre.lib fixed my problem, however now getting:

HB_FUN_INETINIT'
HB_FUN_INETCONNECT
HB_FUN_INETERRORCODE
HB_FUN_INETERRORDESC

I have hbtip.lib linking in.
I thought hbtip.lib had these functions?

Thanks
by Dave Zowasky
Sun May 03, 2009 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8545

Re: Download internet file without interference

Was anybody able to run the example "horizon" posted?
For me it returns "Downloaded" but nothing wa sactualy downloaded.
by codemaker
Sun May 03, 2009 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8545

Re: Download internet file without interference

Dave,

You have to link Harbour hbpcre.lib
by Antonio Linares
Sun May 03, 2009 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8545

Re: Download internet file without interference

Hello All, I am on Harbour 1.1.0dev (Rev. 10716) I have hbtip.lib in my buildh.bat and all programs compile ok except when I try to add turl code to my program. If I add this to my program: oConn := TipClientHttp():New(TURL():New(cUrl)) I get this error: Error: Unresolved external '_pcre_config' ref...
by Dave Zowasky
Fri May 01, 2009 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8545

Slow reading on XP sp3 network drive

... higher then the writing time (see XP tests) Note that I used a server the same computer (it has a dual boot XP/ Vista) so there isn't an hardware interference to analize the tests) Any ideas about this high reading time on XP ? I optimized the windows registry using the xharbour function os_netregok() ...
by Marco Turco
Wed Mar 25, 2009 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow reading on XP sp3 network drive
Replies: 2
Views: 1770

Re: Download internet file without interference

How can I download a file in "http:\\200.150.20.14\f_080714.xml" and save the same in folder "f:\Sistem\xml" without interference of user ? I am using: cLink = "http:\\200.150.20.14\f_080714.xml" ShellExecute(GetActiveWindow(),nil,cLink,"","",5) ...
by Patrick Mast
Mon Jul 14, 2008 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Download internet file without interference
Replies: 31
Views: 8545
Next

Return to advanced search