Re: [Harbour] SF.net SVN: harbour-project:[14527] trunk/harbour

2010-05-19 Thread vatzct
19.05.2010 11:39, vszak...@users.sourceforge.net написав(ла): Revision: 14527 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=14527view=rev Author: vszakats Date: 2010-05-19 08:39:51 + (Wed, 19 May 2010) ^^^ Author the vszakats but log message from

[Harbour] examples for ordbagname

2010-05-17 Thread vatzct
Hi! in doc\en\rddord.txt * $NAME$ * ORDBAGNAME() ... * $EXAMPLES$ * USE Tests VIA DBFCDX NEW * Set index to TESTs * ORDBAGNAME( TeName )// Returns: Customer * ORDBAGNAME( TeLast )// Returns: Customer * ORDBAGNAME( teZip ) //

Re: [Harbour] field type +

2010-05-14 Thread vatzct
13.05.2010 20:28, Itamar Lins написав(ла): Hi! Please inform the link or doc with structure of dbf supporting for harbour. Best regards, Itamar M. Lins Jr. ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org

Re: [Harbour] Error Building SVN 2010-17:24 18:23 UTC-0800

2010-05-12 Thread vatzct
12.05.2010 5:09, Mario H. Sabado написав(ла): Hi Przemek, I have encountered building latest Harbour SVN with the following error. I'm using WinXP/BCC58. - bcc32.exe -I.

Re: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread vatzct
01.04.2010 11:42, Horodyski Marek (PZUZ) написав(ла): hb_SetCodePage( 'UA866') Form Changelog: NOTE to users: Use HB_CDPSELECT() or SET( _SET_CODEPAGE ) instead. FUNC main() SET ALTERNATE TO cmonth.txt additive SET ALTERNATE ON SET DATE TO german REQUEST HB_CODEPAGE_UA866

Re: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread vatzct
01.04.2010 12:03, vatzct написав(ла): This is result of cpinfo from $Id: ChangeLog 14262 2010-03-30 19:55:52Z druzus $ The cpinfo.txt: 04/01/10 12:30:03 Windows XP 5.1.2600 Service Pack 1 Harbour 2.1.0dev (Rev. 14111) Character encoding: UA866

Re: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread vatzct
01.04.2010 13:19, Przemysław Czerpak написав(ла): On Thu, 01 Apr 2010, vatzct wrote: 01.04.2010 12:03, vatzct написав(ла): This is result of cpinfo from $Id: ChangeLog 14262 2010-03-30 19:55:52Z druzus $ The cpinfo.txt: 04/01/10 12:30:03 Windows XP 5.1.2600 Service Pack 1 Harbour 2.1.0dev

Re: [Harbour] lang_ua(ru) - different output to console and to file

2010-04-01 Thread vatzct
01.04.2010 16:59, Przemysław Czerpak написав(ла): , UA866 Thanks, now all ok. Regards, Alexey Myronenko ___ Harbour mailing list (attachment size limit: 40KB) Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour

Re: [Harbour] MemoEdit

2010-03-30 Thread vatzct
30.03.2010 11:26, Horodyski Marek (PZUZ) ???(??): I have tested now testprof.prg from tests folder in version : Harbour 2.0.1dev (Rev. 13492) And MemoEdit isn't worked. Can anybody confirm this ? Regards, Marek Horodyski ___ Harbour mailing

[Harbour] Error: Unresolved external '_HB_FUN_CURDRIVE'

2010-02-20 Thread vatzct
Hi!I can't build harbour $Id: ChangeLog 13933 2010-02-20 12:03:26Z vszakats $../../../../../bin/win/bcc/harbour.exe ../../../hbmk2.prg -i./../../../../include -n1 -q0 -w3 -es2 -kmo -i- -lbcc32.exe -I. -I../../../../../include -q -tWM -CP437 -w -w-sig- -Q -d -6 -O2 -OS -Ov -Oi -Oc

[Harbour] DOC for DIRREMOVE incorrect syntax in \doc\en-EN\file.txt

2010-02-10 Thread vatzct
Hi! /* $DOC$ * $TEMPLATE$ * Function * $NAME$ * DIRREMOVE() * $CATEGORY$ * API * $SUBCATEGORY$ * FileSys * $ONELINER$ * Attempt to remove an directory * $SYNTAX$ * DIRCHANGE( cDirectory ) -- nError Regards, Alexey Myronenko

[Harbour] Sorting the array

2009-12-03 Thread vatzct
See sample: func main() local atst:={{6.06,1,1},{9.92,1,2},{9.90,1,3},{9.34,1,4},{11.38,1,5}} local yy cls ?before sorting for yy :=1 to len(atst) ?yy,atst[yy,1],atst[yy,2],atst[yy,3] next asort(atst,{|x,y|x[2]y[2]}) ?after sorting for yy :=1 to len(atst) ?yy,atst[yy,1],atst[yy,2],atst[yy,3] next

Re: [Harbour] Sorting the array

2009-12-03 Thread vatzct
Mindaugas Kavaliauskas написав(ла): Hi, asort(atst,{|x,y|x[2]y[2]}) what rule asort use in this case? Just like always, it uses the 4th parameter of ASORT(). Regards, Mindaugas ___ Harbour mailing list (attachment size limit: 40KB)

[Harbour] Can't start the netio server on windows server 2003

2009-11-30 Thread vatzct
I'm trying to run C:\dev\harbour_svn\contrib\hbnetio\utils\netiosrv.exe on windows server 2003 R2 and get: Can't start the netio server. On win xp and win98 all ok. What should i do to run hbnetio server? C:\dev\harbour_svn\contrib\hbnetio\utils\harbour -build Harbour 2.0.0beta3 (Rev. 13064)

[Harbour] Unrecoverable error 9994: Harbour CP (UA866) initialization failure

2009-11-23 Thread vatzct
Hi! ! Building Harbour 2.0.0beta3 from source - http://www.harbour-project.org ! MAKE: mingw32-make 3.81 sh.exe clean install ! HB_INSTALL_PREFIX: c:\dev\harbour\ ! HB_BUILD_DLL: no ! HB_BUILD_SHARED: no ! HB_HOST_PLAT: win (x86) HB_SHELL: nt ! HB_PLATFORM: win (x86) (autodetected) !

Re: [Harbour] Unrecoverable error 9994: Harbour CP (UA866) initialization failure

2009-11-23 Thread vatzct
Przemysław Czerpak написав(ла): On Mon, 23 Nov 2009, vatzct wrote: Hi, ! Building Harbour 2.0.0beta3 from source - http://www.harbour-project.org ! MAKE: mingw32-make 3.81 sh.exe clean install ! HB_INSTALL_PREFIX: c:\dev\harbour\ ! HB_BUILD_DLL: no ! HB_BUILD_SHARED: no ! HB_HOST_PLAT: win

[Harbour] valtype and type

2009-11-23 Thread vatzct
Valtype and type show differrent result (sample below). Who is wrong me, valtype or type? FUNCTION main( ) LOCAL str_sep := (), yy_sep, xx_sep, xy local str_arr:='(ID,C,1,0)(CVAR,C,20,0)(ZVAR,C,100,0)' xx_sep := NumToken( str_arr, str_sep ) for ii := 1 TO xx_sep ss := token(

Re: [Harbour] cpinfo and UA codepage

2009-11-16 Thread vatzct
Przemysław Czerpak написав(ла): BTW I'm surprised that Ukrainian, Turkish, Serbian, Russian, Greek and some other users haven't reported the problems for such long time. best regards, Przemek ___ Harbour mailing list (attachment size limit: 40KB)

[Harbour] cpinfo and UA codepage

2009-11-11 Thread vatzct
Hi Przemek, This is the result of cpinfo with UA codepage: 11/11/09 15:52:00 Windows XP 5.1.2600 Service Pack 1 Harbour 2.0.0beta3 (Rev. 12818) Character encoding: UA1125 == letter 'џ' (159:AU ) is wrongly sorted letter 'Ї' (175:A L ) is

[Harbour] error while building harbour

2009-11-02 Thread vatzct
/* * $Id: ChangeLog 12815 2009-11-02 09:26:41Z vszakats $ */ ! Building Harbour 2.0.0beta3 from source - http://www.harbour-project.org ! MAKE: mingw32-make 3.81 sh.exe clean install ! HB_INSTALL_PREFIX: c:\dev\harbour\ ! HB_BUILD_DLL: no ! HB_BUILD_SHARED: no ! HB_HOST_PLAT: win (x86)

[Harbour] build harbour on Deli Linux

2009-10-14 Thread vatzct
Hi! I'm try to build harbour on Deli Linux 0.8 and get this error: sh-3.2# make ! Building Harbour 2.0.0beta3 from source - http://www.harbour-project.org ! MAKE: make 3.81 /bin/sh ! HB_HOST_PLAT: linux (x86) HB_SHELL: sh ! HB_PLATFORM: linux (x86) (autodetected) ! HB_COMPILER: gcc

[Harbour] error 87 while building harbour

2009-08-21 Thread vatzct
! MAKE: mingw32-make 3.81 install sh.exe ! HB_INSTALL_PREFIX: c:\dev\harbour_bcc\ ! HB_HOST_ARCH: win (x86) HB_SHELL: nt ! HB_ARCHITECTURE: win (x86) (autodetected) ! HB_COMPILER: bcc (autodetected) ... ..\..\..\..\..\source\vm\obj\win\bcc\memvclip_dyn.obj

[Harbour] Fatal: Unable to open file 'HARBOUR-20-BCC.LIB'...

2009-08-21 Thread vatzct
! MAKE: mingw32-make 3.81 install sh.exe ! HB_INSTALL_PREFIX: c:\dev\harbour_bcc\ ! HB_HOST_ARCH: win (x86) HB_SHELL: nt ! HB_ARCHITECTURE: win (x86) (autodetected) ! HB_COMPILER: bcc (autodetected) ... .\bin\postinst.bat ! Generating c:\dev\harbour_bcc\\bin\hbmk.cfg... ! Making shared version

Re: [Harbour] off topic - hb_storni

2009-06-23 Thread vatzct
Itamar Lins написав(ла): Hi! I get this is error: HWGUI MAKE Version 5.2 Copyright (c) 1987, 2000 Borland bcc32 -c -Iinclude;D:\DEV\HARBOUR\include -5 -6 -d -D__WIN32__ -g255 -oobj\b32\draw.obj source\draw.c Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland source\draw.c:

Re: [Harbour] Formatter error (hwgui's prg)

2009-06-02 Thread vatzct
Alexander! I can't build hwgui after reformat the hwinprn.prg, see below: MAKE Version 5.2 Copyright (c) 1987, 2000 Borland c:\dev\harbour\bin\harbour.exe -iinclude;c:\dev\harbour\include -n -q0 -w -es2 -gc0 source\hwinprn.prg -oobj\b32\hwinprn.c source\hwinprn.prg(290) Error E0020

Re: [Harbour] Formatter uploaded

2009-06-01 Thread vatzct
Viktor Szakáts написав(ла): Sorry, it was my omission, see it in latest commit. Brgds, Viktor On Mon, May 25, 2009 at 12:54 PM, Grigory Filatov gfila...@front.ru wrote: Hi Alexander, Please be so kind to upload a missing file hbformac.c with C-function RF_FILEREAD(). Thanks in advance!

Re: [Harbour] Formatter uploaded

2009-05-25 Thread vatzct
Alexander S.Kresin написав(ла): Hi All, Since the automated procedure has been mailed only the Changelog entry header here, I post the whole entry ( possibly it's needed to update the doc/howtosvn.txt ): 2009-05-25 10:30 UTC+0300 Alexander Kresin alex at belacy.belgorod.su +