2008-06-25 15:55 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])
* harbour/contrib/gtwvg/gtwvg.c
* Some futuristic additions and synchronization with GTWVT.
* harbour/contrib/gtwvg/tests/demowvg.prg
* Update to recognize all key events.
;DONE: I am done with the update og GTWVG.
O
Hi All,
Ok. I've found 'hbw32' in contrib.
Does it provide adequate OLE support for ADORDD?
TIA.
Roberto.
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
Hi All,
I continue testing Harbour RC1 MingW binaries published and I've found
that ADORDD samples are not working.
I've remembered that Beta 3 sources included two OLE library versions.
The 'old' harbour version and the xHarbour one. ADORDD required the new
(xHarbour) version.
Replacing t
Hi Viktor,
Ok, I think I know what is happening here and is partially my fault -
However, I still feel that extra protection needs to be added to this loop.
The picture is "(999) 999-"
When this endless loop occurs, I am doing this:
oGet:Pos := 1
oGet:DelEnd()
I say this is my fault sin
To whom should I sent rpms to upload to sf ?
Build on openSUSE 10.3.
Adam
--
ABIX - Linuksowe Systemy Wspomagania Biznesu | http://www.abix.info.pl
Skype : abix_adamj | Gadu-Gadu : 302315 | JabberID: [EMAIL PROTECTED]
Wsparcie aplikacji : http://groups-beta.google.com/group/abix-rcsoft?hl=pl
GnuP
Dnia środa, 25 czerwca 2008, Fritz Eichelhardt napisał:
> hi all,
Hi,
if you want explanation about libraries, please write down exactly which ones,
I or someone else try to explain to you. Because Harbour is cross platform,
some functions works only on Windows, some only on Linux/Unix, other on
2008-06-25 18:19 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbfimage/fi_winfu.c
* contrib/hbfimage/fi_wrp.c
! I cannot test it right now, but this should fix the
build problem for hbfimage under Linux.
--
Brgds,
Viktor
__
Hi Randy,
Probably. If we can get a small test case
together, I will add it to rto_get.prg, and
I can try it with Clipper too.
So, var is 20 chars string, picture is "(999) 999-".
What keys do you press to get into the endless loop?
Brgds,
Viktor
On 2008.06.25., at 18:04, Randy Portnoff wr
Hi all,
I think there is a bug in TGET's delEnd() method - The loop...
DO WHILE ::nPos > nPos
::backSpaceLow()
ENDDO
...can become endless in some circumstances. While I cannot reproduce
it in a DOS app, my GUI app (that implements its own masked edits
using TGET) can using a 20-character
hi all,
2 months ago i discoverd xharbour and installed in on my
opensuse 10.3
since then i'm a member of this list.
very often you mention files (libraries etc.) and almost all the time, i can't
find them on my machine.
i wonder, if those files are for windows only.
or are they for harbour a
On Sun, 22 Jun 2008, Szakáts Viktor wrote:
Hi Viktor,
> I see, in fact I also have the window painted then
> repainted in new size. Since this is a generic problem
> (albeit not a huge one IMO), we may think about some
> generic ways to avoid it (without special hacks that is).
There are also ot
2008-06-25 16:48 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbver.h
* removed unnecessary EOL inside comment
* harbour/contrib/hbodbc/odbc.c
! use valid integer type instead of explicit casting in function call.
Such casting is vary dangerous and may c
Enough to replace harbour with harbour-1.0.0RC1.
Or, you can get the RC1 source code from sf.net download page.
I've uploaded proper (I hope) LF delimited .gz/.bz2.
Brgds,
Viktor
2008/6/25 ABIX - Adam Jurkiewicz <[EMAIL PROTECTED]>:
> Dnia środa, 25 czerwca 2008, Szakáts Viktor napisał:
> > 2) Y
Okey. I had a similar feeling about it.
Let's leave it then, and update the code to use EMPTY().
(Notice that this also means that _application code_
directly using these MySQL API calls will also need
to be updated, since we will have to break compatibility.)
Brgds,
Viktor
On Wed, Jun 25, 2008
Szakáts Viktor wrote:
One possible solution is to allow to compare
pointers to zero using operators (p != 0,
p = 0, p == 0, and even p > 0, p < 0). Comparison
with any other values would return .F., also,
maybe NIL should be also allowed in place of 0,
and we may allow such construct too: IF p ;
Dnia środa, 25 czerwca 2008, Szakáts Viktor napisał:
> 2) You are trying with the main branch. In the main branch I've made
> some
> "deeper" changes since we had a not very well defined concept as
> to how
> to develop Harbour after RC1.
OK - everything now is clear. I think I'll wait f
2008-06-25 11:49 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/gtwvt/gtwvt.c
* Slightly changed the way CLOSE button works.
Now the close button, if enabled, will always
force a shutdown. So this setting is made independent
of SetCancel(). I choose this
tested in the last n years, plus it needs GTK lib.
Viktor, there is just one little thing, I don't understand.
In last few months I've made a lot of RPMs using hbgtmk.sh scripct
created by
Przemek. There were 0 (ZERO) problems with create RPMs, just one
with the
name harbour-1.0.0RC1, which s
Dnia środa, 25 czerwca 2008, Szakáts Viktor napisał:
> Hi Adam,
>
> This problem is caused by enabling all contribs
> by default, the one which fails was probably never
> tested in the last n years, plus it needs GTK lib.
Viktor, there is just one little thing, I don't understand.
In last few month
Paolo Russignan wrote:
>
> I can not understand where the error occurs and above all I can send the
> program.
>
Hi Paolo,
please see source fm.c
HB_EXPORT void * hb_xrealloc( void * pMem, ULONG ulSize ) /*
reallocates memory */
{
HB_TRACE_FM(HB_TR_DEBUG, ("hb_xrealloc(%p, %lu)", p
Hi Przemek,
Welcome back on board :) I hope you had a nice time.
as .T., non-0, non-NIL and a NULL as .F., 0, NIL on
.prg level.
EMPTY() function can be used for such testes, f.e.:
return iif( !empty(::nSocket), sqlGetErr(::nSocket), ;
"No connection to ser
On Wed, 25 Jun 2008, Szakáts Viktor wrote:
Hi Viktor,
> I'd prefer a solution which won't break existing
> .prg level code, yet allows to switch from longs
> to pointers on the .c level.
> One possible solution is to allow to compare
> pointers to zero using operators (p != 0,
> p = 0, p == 0, an
Hello Vicktor,
I can not understand where the error occurs and above all I can send the
program.
Hello
Paolo Russignan
Szakáts Viktor ha scritto:
Hi Paulo,
If it's Harbour code, please send a sample
to reproduce it.
Brgds,
Viktor
On 2008.06.18., at 15:06, Paolo Russignan wrote:
Hello eve
Hallo Massimo,
The error occurs in a program that automatically creates pdf, with
pdfcreator, and then sends them via email.
Use xharbour 1.0.0 + Minigui 1.52
Operating System Xp (service 2) or 2000 (Service Pack 4).
Paolo Russignan
Massimo Belgrano ha scritto:
What is happen? When (sta
Regarding development process, have the group considered creating
"experimental", or "incubator" branch to avoid outside patches ?
IMO it is important to push all proposals to the repository without delay.
This would make development process more agile.
Regards,
Ernad
- "Szakáts Viktor"
Ok I understand, you made correction in the core,
to provide compatibility with other contribs.
This leads me to another question:
why you just didn't push this change to the svn repository ?
To me it looks OK, but I'm waiting for feedback from
the group, before adding such an extension to core
Ok I understand, you made correction in the core,
to provide compatibility with other contribs.
This leads me to another question:
why you just didn't push this change to the svn repository ?
Regards,
Ernad
- "Szakáts Viktor" <[EMAIL PROTECTED]> wrote:
> >
> Hi Ernad,
>
> > The cause of
Hi Victor,
at moment, I am learning harbour through the conversion process
of our clipper applications.
I have tested mysql, because we have plan
to change database backend with an standard RDBMS.
You suggest changes in harbour core,
which is at this moment beyond my competence :).
Regards,
E
28 matches
Mail list logo