Re: [Harbour] Moving externally dependent GTs

2008-08-23 Thread Lorenzo Fiorini
On 8/22/08, Szakáts Viktor <[EMAIL PROTECTED]> wrote: > These GTs would be involved in this move: > - gtalleg > - gtcrs > - gtsln > - gtxwc I agree for gtalleg. I strongly disagree for gtcrs, gtsln, gtxwc. In *nix ncurses, slang and X11 are as standard as gtwin or gtwvt are in Win. best regards

[Harbour] debugger hides global statics

2008-08-23 Thread bill robertson
Hi all, The debugger can't show the value of global statics. The following program in Harbour gives the value of n1 as nil in the command window. Clipper and xHarbour shows the correct value. Only the displayed value in the debug command window is wrong. Harbour uses the correct value in the pr

Re: [Harbour] 2008-08-23 19:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-23 Thread Xavi
Ok, thanks Viktor. ! strcpy() -> hb_strncpy() in spd.c Best regards, Xavi Szakáts Viktor escribió: 2008-08-23 19:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbwince.c ! strcpy() -> hb_strncpy() ; TOFIX: Only spd.c and dbgentry.c have some remaining strcpy()

Re: [Harbour] Off topic: VS 2005 running on older O/S versions

2008-08-23 Thread Phil Barnett
On Saturday 23 August 2008 02:13:55 am Phil Barnett wrote: > On Friday 22 August 2008 04:05:44 pm Randy Portnoff wrote: > > Hi all, > > > > Will a Harbour app build using VS 2005 still run on older versions of > > Windows (eg. 98, Me, 2000 and 2003)? > > It will require the same version of the .net

[Harbour] 2008-08-23 19:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-23 Thread Szakáts Viktor
2008-08-23 19:00 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/common/hbwince.c ! strcpy() -> hb_strncpy() ; TOFIX: Only spd.c and dbgentry.c have some remaining strcpy() calls. -- Brgds, Viktor ___ Harbour mailing l

[Harbour] 2008-08-23 16:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-23 Thread Szakáts Viktor
2008-08-23 16:52 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/multifnc/t0.prg * tests/multifnc/t1.prg * tests/multifnc/t2.prg * source/rdd/usrrdd/example/exmemo.prg * source/rdd/usrrdd/example/exhsx.prg * source/rdd/usrrdd/example/exfcm.prg * source/rdd/usrrdd/example

[Harbour] 2008-08-23 16:40 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-23 Thread Szakáts Viktor
2008-08-23 16:40 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbgt/Makefile * contrib/hbgt/common.mak - contrib/hbgt/strdiff.c + contrib/hbgt/strdiffg.c - contrib/hbgt/charmix.c + contrib/hbgt/charmixg.c - contrib/hbgt/asciisum.c + contrib/hbgt/asciisgt.c - co

[Harbour] 2008-08-23 13:05 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-23 Thread Szakáts Viktor
2008-08-23 13:05 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + contrib/hbnf/tests/ftgete.prg + Added test. * contrib/hbwhat32/Makefile * contrib/hbwhat32/common.mak + contrib/hbwhat32/whtbmp.c + contrib/hbwhat32/whtbrsh.c + contrib/hbwhat32/whtcall.c + contrib/hbwhat32

[Harbour] 2008-08-23 11:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

2008-08-23 Thread Szakáts Viktor
2008-08-23 11:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/pp/hbpp.c * source/vm/cmdarg.c * source/vm/memvars.c * source/rtl/dates.c * source/rtl/fstemp.c * source/rtl/gtchrmap.c * source/rtl/gtcrs/gtcrs.c * source/rtl/gtpca/gtpca.c * source/rtl/gtstd/gtstd.

Re: [Harbour] Off topic: VS 2005 running on older O/S versions

2008-08-23 Thread Szakáts Viktor
Hi Randy, Yes, it does work. Harbour MSVS builds don't rely on MSVS dynamic C RTL, so you don't even have to install any MSVS redistributables. Note, that you cannot use -DUNICODE builds of Harbour if you want to run the final apps on Win9x/ME systems. [ Maybe there is a workaround with unicows.