Viktor
>It's highly unlikely that function names or namespaces
>are copyrighted.
I too think so. Otherwise clones to the other compilers
would not been in existance.
<<<
This is rather a design and package management issue.
If you use original Xbase++ names, you create a
potential name collisio
Revision: 10218
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10218&view=rev
Author: vszakats
Date: 2009-02-10 03:19:10 + (Tue, 10 Feb 2009)
Log Message:
---
2009-02-10 03:52 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbssl/Makefile
Hi Pritpal,
It's highly unlikely that function names or namespaces
are copyrighted.
This is rather a design and package management issue.
If you use original Xbase++ names, you create a
potential name collision with another tool trying to implement
the same thing. In practice this could be a prob
Revision: 10217
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10217&view=rev
Author: druzus
Date: 2009-02-10 03:10:57 + (Tue, 10 Feb 2009)
Log Message:
---
2009-02-10 04:15 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/cla
Hi everyone,
Who has what pending items (fixes, new development, TODOs)
before the 1.1 release?
This is my list for 1.1:
- gtwvt: add HB_GTI_BOXCP support to change hard-wired "EN" CP.
- core: HB_MD5() incompatible modification.
- contrib: openssl GNU-make detection.
- core: hb_snprintf() switch?
Hi Everybody
I need some clarification on the issue
related with function names used from one
compiler in another.
I am implementing Xbase++ parts in GTWVG and
all classes have a prefix of WVG*(). In Xbase++ naming
of classes is prefixed with Xbp*(). This necessiates
an a .ch #xtranslating WVG
Hi Pritpal,
Sorry to jump it but I fail to see why should we rush a new proprietary type
into the core, while it has a
proper 3rd party solution.
There could be lots of other types introduced into
core by this reasoning.
Datetime's only "merit" seems that some proprietary
xbase dialects have alr
Revision: 10216
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10216&view=rev
Author: vszakats
Date: 2009-02-10 01:54:27 + (Tue, 10 Feb 2009)
Log Message:
---
2009-02-10 02:53 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* ChangeLog
* contrib/rdd
Hello Przemek
Can we have Date type as DateTimeStamp?
Francesco has sent me a solution to retrieve
datetime value from an com object but it returns it
as an object. This forces me to rewrite code
employing active-x controls.
This is the only feedback from my users
whenever they use my extende
Revision: 10215
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10215&view=rev
Author: vszakats
Date: 2009-02-10 01:35:15 + (Tue, 10 Feb 2009)
Log Message:
---
2009-02-10 02:34 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* include/hbapigt.h
* sou
Variable number of parameters is a nice idea, BTW.Would make the whole
function pretty generic.
Brgds,
Viktor
On Tue, Feb 10, 2009 at 2:31 AM, Viktor Szakáts wrote:
> Hi Przemek,
>
>
>> It's not clear for me why we need this parameter.
>> So far we were checking for NULL in pNewVal.
>> Should we
Hi Przemek,
> It's not clear for me why we need this parameter.
> So far we were checking for NULL in pNewVal.
> Should we now update the whole code which uses pNewVal to 1-st
> check if nPCount >= 1 and code which uses pNewVal2 to check
> if nPCount >= 2?
> I'm finding it redundant and confusi
Revision: 10214
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10214&view=rev
Author: vszakats
Date: 2009-02-10 01:27:54 + (Tue, 10 Feb 2009)
Log Message:
---
2009-02-10 02:04 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* doc/whatsnew.txt
* incl
On Mon, 09 Feb 2009, vszak...@users.sourceforge.net wrote:
Hi Viktor,
> 2009-02-10 00:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
> * include/hbapigt.h
> * source/rtl/gtfunc.c
> + Extended HB_GT_INFO structure with nPCount member.
It's not clear for me why we need this parameter.
S
Revision: 10213
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10213&view=rev
Author: vszakats
Date: 2009-02-10 00:47:50 + (Tue, 10 Feb 2009)
Log Message:
---
2009-02-10 01:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* doc/whatsnew.txt
* incl
Revision: 10212
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10212&view=rev
Author: fsgiudice
Date: 2009-02-10 00:39:40 + (Tue, 10 Feb 2009)
Log Message:
---
2009-02-10 01:38 UTC+0100 Francesco Saverio Giudice (info/at/fsgiudice.com)
* harbour/cont
Revision: 10211
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10211&view=rev
Author: vszakats
Date: 2009-02-09 23:51:00 + (Mon, 09 Feb 2009)
Log Message:
---
2009-02-10 00:50 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* ChangeLog
* Updated [
Revision: 10210
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10210&view=rev
Author: vszakats
Date: 2009-02-09 23:44:49 + (Mon, 09 Feb 2009)
Log Message:
---
2009-02-10 00:39 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* include/hbapigt.h
* sou
Przemek,
Thank you so much for your explanation. Excellent!
I now have one C function working, so I am on the way! :-)
I now need to use another thread for timing / sampling loop - I have
made a test like this:-
/* ttest.prg */
func main
PUBLIC SampleCsecs:=1, ShutDown:=.F.
//Start Thread 2 t
On Mon, 09 Feb 2009, Massimo Belgrano wrote:
Hi Massimo,
> Without a sample feature like this are impossible tu use for me
> Is possible post ultra little sample in changelog
I'm afraid I do not understand what you are asking for.
The documentation and examples for HSX indexes you can
find in th
Without a sample feature like this are impossible tu use for me
Is possible post ultra little sample in changelog
2009/2/9
>
> Revision: 10209
>
> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10209&view=rev
> Author: druzus
> Date: 2009-02-09 13:55:30 + (Mo
On Mon, 09 Feb 2009, Barry Jackson wrote:
Hi Barry,
> I have a library of functions to control a data acquisition card via USB
> which is written for Linux. I want to access these functions from Harbour.
> Is there a "How To" anywhere that would help me to achieve this?
> I have tried simply ca
I have a library of functions to control a data acquisition card via USB
which is written for Linux. I want to access these functions from
Harbour. Is there a "How To" anywhere that would help me to achieve this?
I have tried simply calling the functions in my .prg and linking the C
library, but
Revision: 10209
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10209&view=rev
Author: druzus
Date: 2009-02-09 13:55:30 + (Mon, 09 Feb 2009)
Log Message:
---
2009-02-09 15:00 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rdd/hs
Revision: 10208
http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10208&view=rev
Author: vszakats
Date: 2009-02-09 11:43:46 + (Mon, 09 Feb 2009)
Log Message:
---
2009-02-09 12:43 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/fstemp.c
!
Hi Chen,
Yes, we either need to convert or cast when dealing with the outside world.
Not just OS APIs,
but any 3rd party APIs.
This is what we do now, but in the future we can
add more built-in APIs for conversion, if our
internal representation becomes better defined
and/or more sophisticated.
26 matches
Mail list logo