Search found 49 matches: endless

Return to advanced search

Re: CLASS fwTVCL for IP-TV

... / Mouse "down" from ActiveX e.g. right-click for POPUP Menu --- normal a "Stream" have no "Duration", it run endless when play a Media it will end after "Duration" and here VLCstate() can help            CASE nPlayState = VLC_INPUT_STATE_PLAYING  ...
by Jimmy
Tue Aug 02, 2022 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 735

WSL2 Darling - Soon to come MacOS apps from WSL2

When Windows implemented WSL and WSL2 it opened the Pandora Box... :-) Having the power of Linux inside Windows opens endless possibilities. One operating system to rule them all ;-) Now we can have all sort of Linuxes ready to use them from Windows, making so easy to use Linux besides ...
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: 350

Re: A big hit: Neither Apache and mod_harbour are needed

... too :-) A simple class that turns your desktop app into a web server too. So we can have the best of both desktop and web in our apps. This opens endless possibilities... No need to install Apache, mod_harbour, etc... just keep coding using Harbour as usual, the language that we use and love :-) ...
by Antonio Linares
Wed Apr 27, 2022 8:46 am
 
Forum: mod_harbour
Topic: A big hit: Neither Apache and mod_harbour are needed
Replies: 61
Views: 15361

Re: memowrit() file type DOS or UNIX

... 13 ) + Chr( 10 ), Chr( 10 ) ) to go from Windows to Linux but to go from Linux to Windows I think you can not use StrTran() or you will go into an endless loop as it will never stop: StrTran( cText, Chr( 10 ), Chr( 13 ) + Chr( 10 ) ) So from Linux to Windows you may do: local aLines := hb_ATokens( ...
by Antonio Linares
Mon Feb 14, 2022 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: memowrit() file type DOS or UNIX
Replies: 6
Views: 418

Re: To James Bott - Error Using TData

... class that couldn't work. But you insisted you wanted to force me to rewrite my application by changing the fields of the archives and getting an endless series of problems. I just had to convert my education from single user to multi user I didn't have to make a new application today I'm rewriting ...
by Silvio.Falconi
Wed May 29, 2019 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5102

Re: Harbour for the web

... does whatever processing is required and return a result as HTML (FiveWeb uses "bootstrap" to ease the HTML generation). This opens endless possibilities. There is no need at all for xbase++, and you can keep using your Harbour apps ;-)
by Antonio Linares
Sun Aug 12, 2018 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour for the web
Replies: 12
Views: 4634

New FTDN April/Abril 2018 (FWH 18.04)

... ) works now when code is defined as CHAR(n). (Not VarChar(n)) * BITMAP.PRG When a non-existant bitmap file is specified, paint() method enters an endless loop. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=18&t=35670 * Updated function SOURCEEDIT with new screen and new parameters ...
by Antonio Linares
Mon Jun 04, 2018 6:34 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2018 (FWH 18.04)
Replies: 1
Views: 2160

Re: Harbour 3.2 Borland 7 32bits 2018/01/27

cnavarro wrote:Other compilers do not warn that their code produces an endless loop?
I prefer that the compiler warn me


No, why should it be? Endless loops are useful sometimes. Anyway, neither Harbour warns on that. It warns the use of the same index variable in nested loops.

EMG
by Enrico Maria Giordano
Mon Jan 29, 2018 5:52 pm
 
Forum: WhatsNew / Novedades
Topic: Harbour 3.2 Borland 7 32bits 2018/01/27
Replies: 9
Views: 2900

Re: Harbour 3.2 Borland 7 32bits 2018/01/27

Enrico Maria Giordano wrote:It was only a sample. The point is that there is no valid reason to issue a warning in this case and no compiler in any language issues it.

EMG


Other compilers do not warn that their code produces an endless loop?
I prefer that the compiler warn me
by cnavarro
Mon Jan 29, 2018 4:29 pm
 
Forum: WhatsNew / Novedades
Topic: Harbour 3.2 Borland 7 32bits 2018/01/27
Replies: 9
Views: 2900

Re: TensorFlow DLL for Windows (64 bits)

... https://www.theverge.com/2016/1/21/10805398/friends-neural-network-scripts Possibilities are endless :-)
by Antonio Linares
Thu Jun 08, 2017 6:49 pm
 
Forum: TensorFlow.dll for Harbour and FWH
Topic: TensorFlow DLL for Windows (64 bits)
Replies: 28
Views: 14645

Re: Create a file with a stored procedure in Advantage Database

... data. The best way to receive notifications at the workstation is to execute the sp_WaitForEvent() stored procedure from the client on an endless loop but on a separate thread. sp_WaitForEvent() returns immediately informing if the event has occurred. However, it is also possible to have ...
by reinaldocrespo
Fri Jan 20, 2017 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a file with a stored procedure in Advantage Database
Replies: 21
Views: 6436

Re: multiple defintions, forst defined here

... * * * * * * * * * * * * * * * * * * * * * * * * * * HERE IS THE PRIMARY FUNCTION FOR THIS SYSTEM. NOTE THAT IT IS NOTHING BUT AN * EVENT HANDLING ENDLESS LOOP - WELCOME TO THE WINDOWS JUNGLE!!!!!!!!!!!!!!!!! * * * * * * * * * * * * * * * * * * * * * * * * * * * PARAMETERS FREEMEGS LOCAL SAYLIST ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20171

Re: Need CURL syntax with fivewin using HBCURL LIB?

... 45 /* CURLOPT_INTERFACE failed */ #define HB_CURLE_OBSOLETE46 46 /* NOT USED */ #define HB_CURLE_TOO_MANY_REDIRECTS 47 /* catch endless re-direct loops */ #define HB_CURLE_UNKNOWN_OPTION 48 /* User specified an unknown option */ #define HB_CURLE_UNKNOWN_TELNET_OPTION HB_CURLE_UNKNOWN_OPTION ...
by ADutheil
Tue Nov 01, 2016 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 10
Views: 4800

Re: hb_xrealloc can't reallocate memory

It's not necesary to be in an endless loop or sth like that to be in trouble with memory reallocation. Clipper and [x]Harbour do a great job managing memory for us. Those who have written programs in low level languages as C or Pascal know ...
by Carlos Mora
Wed Sep 02, 2015 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7221

Re: hb_xrealloc can't reallocate memory

Tim,

If the memory was allocated from an endless loop then you could experience that error
by Antonio Linares
Wed Sep 02, 2015 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7221
Next

Return to advanced search