[Harbour] 2008-09-06 11:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
2008-09-06 11:07 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vc.bat * contrib/mtpl_vc.bat + Added -nologo to nmake.exe command line. * source/vm/memvars.c * source/rtl/scroll.c * source/rtl/diskspac.c * source/rtl/console.c * source/rtl/philes.c * source/rtl/oldclear.c * source/rtl/oldbox.c * source/rtl/cdpapi.c * source/rtl/setpos.c * source/rtl/errorapi.c * source/rtl/setcolor.c * source/rtl/philes53.c * source/rtl/setkey.c * source/rtl/disksphb.c * source/rtl/shadow.c * source/rtl/hbhex.c * source/rtl/setcurs.c * source/rtl/dates.c * source/rtl/gtwvt/gtwvt.c * source/rtl/hbinet.c * source/rtl/hbffind.c * source/rtl/filesys.c * contrib/hbct/screen2.c * contrib/hbct/screen1.c * contrib/hbnf/fttext.c ! Fixed more MSVS 2008 -W4 warnings (about 100 of them). * contrib/hbnf/fttext.c ! Fixed C++ compile error after recently switching to Harbour API from Clipper one. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
[Harbour] 2008-09-06 12:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
2008-09-06 12:38 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/hbpcre/pcre.h * source/hbpcre/config.h + Upgraded PCRE lib to 7.8 release version. * contrib/hbct/token2.c * contrib/examples/pp/hbppcore.c * Minor formatting. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
[Harbour] 2008-09-07 01:44 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
2008-09-07 01:44 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbcurl/make_vc.bat ! Fixed external .lib handling for MSVC. * contrib/rddads/make_vc.bat ! Fixed external .lib handling for MSVC (for older ACE versions). * contrib/hbhpdf/make_b32.bat * contrib/hbhpdf/make_vc.bat + Added .lib/.dll support for libharu 2.1.0 binary distribution version. -- Brgds, Viktor ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour
[Harbour] HBTest - fail in TAEVSM
With BCB5.0, WinNT and ChangeLog 2008-09-07 01:44 UTC+0200 Viktor Szakats (r9329) ---tt44.prg--- PROC Test ? "N10N 9N 8N 7N 6N 5N 4N 3N 2N 1 0" // Clipper ? "N10N 9N 8N 7N 6 5" // Harbour ? TAEVSM() RETURN STATIC FUNCTION TAEVSM() LOCAL cString := "" LOCAL aArray := Array( 10 ) AFill( aArray, 0 ) AEval( aArray, {| x | cString += ValType( x ) + Str( Len( aArray ), 2 ), ASize( aArray, Len( aArray ) - 1 ) } ) RETURN cString + Str( Len( aArray ) ) -- bld_b32 tt44 /w/a/n tt44 Chen. ___ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour