Revision: 10568
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10568&view=rev
Author: vszakats
Date: 2009-03-08 15:04:18 + (Sun, 08 Mar 2009)
Log Message:
---
2009-03-08 15:56 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* utils/hbmk2/hbmk2.prg
Revision: 10569
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10569&view=rev
Author: vszakats
Date: 2009-03-08 17:11:19 + (Sun, 08 Mar 2009)
Log Message:
---
2009-03-08 18:04 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* INSTALL
+ Added short
dbskip(0) will move the record pointer to phantom record (honoring the
scope). other RDDS don't do that
--
#include "ads.ch"
proc main()
rddregister( "ADS", 1 )
rddsetdefault( "ADSCDX" )
set server local
adslocking( .f. )
adssetfiletype(ADS_CDX)
adslocking( .f. )
dbcreate("test
can the following be an option in inkey.ch ( it's from xHarbour)
/* New control keys that do not overlap with other codes */
#define K_CTRL_A513 /* Ctrl-A */
#define K_CTRL_B514 /* Ctrl-B */
#define K_CTRL_C
Hi all,
Sometime it would be good to branch code depending
on presence of header file (which would also imply the
presence of related lib file). One good example is
uhttpd, and one if its modules.
To make build as easy as possible, the source code
could automatically detect the presence of these
d
Revision: 10570
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10570&view=rev
Author: vszakats
Date: 2009-03-08 18:34:43 + (Sun, 08 Mar 2009)
Log Message:
---
2009-03-08 19:29 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/examples/uhttpd/u
Hello Viktor
Viktor Szakáts wrote:
>
> Hi all,
> Sometime it would be good to branch code depending
> on presence of header file (which would also imply the
> presence of related lib file). One good example is
> uhttpd, and one if its modules.
>
Good thinking.
If this part is touched, I have
Hi Przemek,
Il 08/03/2009 3.26, Przemyslaw Czerpak ha scritto:
I have to revert partially this code and corrected it, because with your
changes s_aRunningThreads and s_aServiceThreads will never reduced in case
of single thread end and leaving finished threads up and running.
I'm sorry but I
>
> Good thinking.
>
> If this part is touched, I have another wish:
>
> Command line switch -di[.ch file name].
>
> Right now we can only issue -d__SOMEDEFINE__ but cannot
> supply a .ch file containing as many defines we wish.
> At times I feel a limitation of it, right now much more than ever.
On Sun, 08 Mar 2009, Francesco Saverio Giudice wrote:
Hi,
>>
>> I'm sorry but I do not understand the above answer yet.
>> Can you define more precisely the conditions which creates
>> any anomalies and how can I replicate them?
>> Probably I do not understand something in this code.
> Simply usi
Revision: 10571
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10571&view=rev
Author: druzus
Date: 2009-03-08 23:15:18 + (Sun, 08 Mar 2009)
Log Message:
---
2009-03-09 00:19 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbthr
11 matches
Mail list logo