On Saturday 25 October 2008 09:09:06 pm Pritpal Bedi wrote:
> Hello Przemek
>
> How this error can be generated:
> Open any TBrowse. I did with tests/wvtext.prg .
>
> Scroll down with down-arrow past last line by two records.
> Scroll up with up-arrow past first record.
> Scroll down with down-arro
On Sun, Oct 26, 2008 at 11:24 PM, Francesco Saverio Giudice
<[EMAIL PROTECTED]> wrote:
> if you added this function thinking that I miss it, note that correct
> hb_OutDebug() is in xhb lib and you need to add it to link phase.
> I think that we can move hblog.prg and hboutdbg.c in hbdbgfx lib.
As
On 25 Oct 2008 at 11:45, Pritpal Bedi wrote:
> > Mobile device and tomorrow internet will require this capability
> > Physical area is more small that logical
> > Gt window will USE horizontal and vertical scroll bar
> > As Physical SET BY HB_GTI_SETPOS (Have 10 row ,40 column)
> > As logical
Hi Viktor,
Il 26/10/2008 23.33, Szakáts Viktor ha scritto:
Hi folks,
As a rule of thumb xhb functions need to stay
in xhb lib, and other libs should never depend
on xhb lib. Replicating xhb functions in other
libs also don't look like a very good idea, as
this just leads to mutual exclusion of
Hi Viktor,
Il 23/10/2008 23.39, Szakáts Viktor ha scritto:
Hi Joel, Francesco,
Pls try with latest SVN, it should compile now fine.
I'd appreciate if your could report your results.
Confirmed, now it works.
Thank you
Best Regards
Francesco
___
H
Hi,
While experimenting with Darwin GTXWC build, I just
got the exact same error. (never ever got it before)
---
ErrorMessage= Error(2) BASE/1066 Argument error: conditional
ErrorCategory=EG_ARG (1)
ErrorOS= Nincs hiba (0)
ErrorArgs=NIL
ErrorFlags=
ErrorRetries= 0
Ca
2008-10-27 00:01 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/common/hbver.c
* Changed to include bitness even for DJGPP.
* Changed "(* bit)" to "(*-bit)"
; NOTE: We have __ARCH*BIT__ but this macro is misleading
and cannot be used properly on platforms where t
Hi Przemek,
Il 22/10/2008 13.21, Przemyslaw Czerpak ha scritto:
On Wed, 22 Oct 2008, Francesco Saverio Giudice wrote:
[snip]
The need is to permit assignment to a function assigning rvalue so:
o:AssignMethod := 1
it should be the same of
o:AssignMethod( 1 )
Unfortunately it is now and we
Hi folks,
As a rule of thumb xhb functions need to stay
in xhb lib, and other libs should never depend
on xhb lib. Replicating xhb functions in other
libs also don't look like a very good idea, as
this just leads to mutual exclusion of those libs,
unless the function names are made unique. In
thi
Hi Pritpal,
Il 26/10/2008 3.14, Pritpal Bedi ha scritto:
2008-10-25 19:10 UTC-0800 Pritpal Bedi ([EMAIL PROTECTED])
* harbour/contrib/hbdbgfx/dbgfx.c
+ HB_FUNC( HB_OUTDEBUG ).
May be I am missing something. Please correct.
Regards
Pritpal Bedi
if you added this function thinking
2008-10-26 22:25 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/common/hbfopen.c
* Changed hb_fopen() to use fopen_s(), secure version of
fopen() for MSVS 2005 and upper.
* source/common/hbstr.c
+ Added hb_snprintf() Harbour wrapper for snprintf() which
terminate
Hello
#include "hbclass.ch"
#command BEGINMENU [] => WITH OBJECT := MyMenu():New()
CREATE CLASS TThread
VAR a
ENDCLASS
Generates this error:
ERRCLASS.prg(7) Error E0030 Syntax error: "syntax error at 'ALWAYS'"
1 error
No code generated
Regards
Pritpal Bedi
--
View this message in cont
c3 by bruno cantero have three object Application, Screen, Printer
This idea can be interesting also for harbour
___
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour
In harbour nmi made by Przemyslaw Czerpak, we can have an interface to
Multiple windows.
It's an important piece of software because it ties the concept of a
nmiform in with everything you already know about an applications. These
rectangular shaped areas of the computer screen are called windows
Hi folks,
In latest Harbour (Darwin build):
---
#define DEF_A
#define DEF_B
#if defined( DEF_A ) && ! defined( DEF_B )
#error DEF_A AND NOT DEF_B
#endif
---
This would incorrectly (unless I'm missing
something obvious) print:
DEF_A AND NOT DEF_B
Brgds,
Viktor
__
15 matches
Mail list logo