You can subscribe to this list here.
2008 |
Jan
|
Feb
(5) |
Mar
(52) |
Apr
(12) |
May
(2) |
Jun
(6) |
Jul
(11) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
(2) |
Mar
(2) |
Apr
(20) |
May
(19) |
Jun
(21) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(7) |
Nov
(5) |
Dec
(2) |
2010 |
Jan
(8) |
Feb
(2) |
Mar
|
Apr
(6) |
May
(5) |
Jun
(26) |
Jul
(14) |
Aug
(5) |
Sep
(3) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
2011 |
Jan
(1) |
Feb
(4) |
Mar
(1) |
Apr
(13) |
May
(10) |
Jun
(10) |
Jul
(7) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
|
2012 |
Jan
(4) |
Feb
(8) |
Mar
(6) |
Apr
(1) |
May
(2) |
Jun
(4) |
Jul
(2) |
Aug
(8) |
Sep
(6) |
Oct
(1) |
Nov
(5) |
Dec
(6) |
2013 |
Jan
(5) |
Feb
|
Mar
(12) |
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(4) |
Oct
(2) |
Nov
(6) |
Dec
(27) |
2014 |
Jan
(13) |
Feb
(6) |
Mar
(8) |
Apr
(2) |
May
|
Jun
(6) |
Jul
(2) |
Aug
(1) |
Sep
(1) |
Oct
(2) |
Nov
(5) |
Dec
(1) |
2015 |
Jan
(6) |
Feb
(7) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
(10) |
Jul
(21) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(15) |
Nov
(2) |
Dec
(4) |
From: Alexander S.K. <al...@be...> - 2010-06-15 09:49:13
|
2010-06-15 13:50 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/letofunc.c * source/server/server.prg * leto_GetAppOptions() has been added to eliminate usage of HApp variables in prg level functions. 2010-06-15 13:20 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/letofunc.c * source/server/server.prg * leto_SetAppOptions() changed a bit, new parameter - nDriver - has been added. Regards, Alexander. |
From: Pavel T. <tp...@ma...> - 2010-06-14 17:17:30
|
2010-06-14 20:20 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) + source/utils/letotray.prg + added sample utility for start/stop letodb server under windows It's should be compiled with hwgui library * source/client/leto1.c ! fixed dbRLock(<nRec>), if nRec is not equal with current record * source/server/letofunc.c * changed error handling for "lock required" error * source/server/server.prg * fixed minor typo Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-06-10 17:53:31
|
2010-06-10 20:50 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/letomgmn.c * source/server/letofunc.c * LETO_FRENAME(), LETO_FERASE() now can use the default connection, and small changes with 2nd parameter of LETO_FRENAME evaluation Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2010-06-10 12:43:39
|
2010-06-10 16:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/common/hbip.c * #include of threads headers has been added - maybe, it's helpful for mt safe sockets. * source/server/letofunc.c * source/server/letocore.c * Some logic to exit threads has been added. 2010-06-10 12:50 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/letofunc.c ! Bug fixed in leto_intro() Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-06-10 05:13:25
|
2010-06-10 09:10 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) + source/server/letocore.c * source/server/letofunc.c * letodb.hbp * Makefile.linux * makefile.bc * makefile.vc * makefile.gcc * The letofunc.c has been splitted to 2 files: letocore.c - the kernel of the server ( initialization, threads manage, connections accepting ) and letofunc.c - the set of function, which provides server functionality. This separation of a cernel is made to make it more convenient to experiment with other cernel implementations. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-06-08 07:53:23
|
2010-06-08 11:50 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/letofunc.c ! Now after calling hb_ipRecv() the return value is checked; this, probably, will help to fix some problems with threads cooperation. 2010-06-07 15:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/letovars.c ! Few fixes Regards, Alexander. |
From: Pavel T. <tp...@ma...> - 2010-06-05 11:11:36
|
2010-06-05 14:10 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg * source/client/leto1.c * Readme.txt * readme_rus.txt * leto_sum has been extended: now it can evaluate comma separated fields as first parameter: leto_sum("Sum1,Sum2", cFilter, cScopeTop, cScopeBottom) return an array with values of sum fields Sum1 and Sum2. If "#" symbol passed as field name, leto_sum returns a count of evaluated records, f.e: leto_sum("Sum1,Sum2,#", cFilter, cScopeTop, cScopeBottom) --> {nSum1, nSum2, nCount} If only one field name is passed, leto_sum() returns a numeric value Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-06-03 17:27:02
|
2010-06-03 20:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * source/server/server.prg ! fixed bug, related with codepage set in intro command and use/create operations * utils/manager/bld.bat * added missing libraries for xharbour Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2010-06-03 06:42:39
|
2010-06-03 10:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/common/hbip.c ! An important fix, which, if it is really correct, will prevent many sitations with server crash. Regards, Alexander. |
From: vatzct <va...@po...> - 2010-06-02 11:16:37
|
02.06.2010 14:05, Alexander S.Kresin написав(ла): > vatzct ?????: > >> In test_ta.prg i add dbskip() >> >> ... >> AddNakl( 1, Date(), { 1400.5, 28632.28, 800.51 } ) >> AddNakl( 2, Date(), { 58003, 930.5 } ) >> ? "Records has been added" >> dbskip() >> ... >> >> and get >> [ ... ] >> > ??????????: > > 2010-06-02 14:33 UTC+0300 Alexander Okhotniov (alxokhotnikov/at/gmail.com) > * source/server/letofunc.c > * small fixes > > P.S. There is an active thread about letodb on http://clipper.borda.ru ( > Russian language clipper/[x]Harbour forum ) - maybe, it'll be > interesting for you. > > Regards, Alexander. > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Letodb-developers mailing list > Let...@li... > https://lists.sourceforge.net/lists/listinfo/letodb-developers > > Thanks, now ok. I know about clipper.borda.ru and read this forum a long ago. Regards, Alexey Myronenko |
From: Alexander S.K. <al...@be...> - 2010-06-02 11:06:02
|
vatzct ?????: > In test_ta.prg i add dbskip() > > ... > AddNakl( 1, Date(), { 1400.5, 28632.28, 800.51 } ) > AddNakl( 2, Date(), { 58003, 930.5 } ) > ? "Records has been added" > dbskip() > ... > > and get > [ ... ] ??????????: 2010-06-02 14:33 UTC+0300 Alexander Okhotniov (alxokhotnikov/at/gmail.com) * source/server/letofunc.c * small fixes P.S. There is an active thread about letodb on http://clipper.borda.ru ( Russian language clipper/[x]Harbour forum ) - maybe, it'll be interesting for you. Regards, Alexander. |
From: vatzct <va...@po...> - 2010-06-02 09:43:27
|
In test_ta.prg i add dbskip() ... AddNakl( 1, Date(), { 1400.5, 28632.28, 800.51 } ) AddNakl( 2, Date(), { 58003, 930.5 } ) ? "Records has been added" dbskip() ... and get Error LETO/1000 Data type error Called from DBSKIP(0) Called from MAIN(27) HwGUI 2.17 Harbour 2.1.0beta1 (Rev. 14656) Date:06/02/10 Time:12:38:33 and letodb_crash.log User: 127.0.0.1 NON test_ta.exe Command: skip;513;1;0;data;@; Table: \temp\nakl1.dbf Unrecoverable error 6005: Exception error: %s Exception Code:C0000005 Exception Address:004995EA EAX:0012FC9C EBX:0012FC9C ECX:00000001 EDX:00000001 ESI:00DB0000 EDI:0012FC9C EBP:0012FC60 CS:EIP:001B:004995EA SS:ESP:0023:0012FC58 DS:0023 ES:0023 FS:003B GS:0000 Flags:00010202 CS:EIP: F3 A4 5F 5E 5D C3 55 8B EC 56 57 8B 7D 08 8B 75 SS:ESP: 00DA0504 00000001 0012FC7C 004015D3 0012FC9C 00DB0000 00000001 0012FC90 00DA3234 0012FC9C 00409E91 0012FC9C 00000000 00000001 00000018 00000000 C stack: EIP: EBP: Frame: OldEBP, RetAddr, Params... 004995EA 0012FC60 0012FC7C 004015D3 0012FC9C 00DB0000 00000001 0012FC90 00DA3234 004015D3 0012FC7C 0012FC9C 00409E91 0012FC9C 00000000 00000001 00000018 00000000 40E638C0 00409E91 0012FC9C 6F74004C 20424420 76726553 76207265 392E302E 3B4E3B35 00000000 004C3FDC 0012FCE4 004A74B4 Modules: 0x00400000 0x000D5000 C:\dev\letodb\bin\letodb.exe 0x7C900000 0x000B0000 C:\WINDOWS\system32\ntdll.dll 0x7C800000 0x000F8000 C:\WINDOWS\system32\kernel32.dll 0x7E360000 0x00091000 C:\WINDOWS\system32\USER32.DLL 0x77F10000 0x00049000 C:\WINDOWS\system32\GDI32.dll 0x71A90000 0x00017000 C:\WINDOWS\system32\WS2_32.DLL 0x77DC0000 0x000AC000 C:\WINDOWS\system32\ADVAPI32.dll 0x77E70000 0x00092000 C:\WINDOWS\system32\RPCRT4.dll 0x77FE0000 0x00011000 C:\WINDOWS\system32\Secur32.dll 0x77C00000 0x00058000 C:\WINDOWS\system32\msvcrt.dll 0x71A80000 0x00008000 C:\WINDOWS\system32\WS2HELP.dll 0x71A30000 0x00040000 C:\WINDOWS\system32\mswsock.dll 0x698B0000 0x00058000 C:\WINDOWS\system32\hnetcfg.dll 0x71A70000 0x00008000 C:\WINDOWS\System32\wshtcpip.dll 0x699D0000 0x00016000 C:\WINDOWS\system32\faultrep.dll 0x77BF0000 0x00008000 C:\WINDOWS\system32\VERSION.dll 0x769A0000 0x000B5000 C:\WINDOWS\system32\USERENV.dll 0x76330000 0x00010000 C:\WINDOWS\system32\WINSTA.dll 0x5BD50000 0x00055000 C:\WINDOWS\system32\NETAPI32.dll 0x76F40000 0x00008000 C:\WINDOWS\system32\WTSAPI32.dll 0x77910000 0x000F4000 C:\WINDOWS\system32\SETUPAPI.dll 0x77F60000 0x00076000 C:\WINDOWS\system32\SHLWAPI.dll Regards, Alexey Myronenko |
From: vatzct <va...@po...> - 2010-06-02 09:27:49
|
02.06.2010 11:43, Alexander S.Kresin написав(ла): > > [ ... ] > >> source\client\leto1.c: >> Error E2140 source\client\leto1.c 713: Declaration is not allowed here >> in function leto_PutRec >> *** 1 errors in Compile *** >> source\client\letomgmn.c: >> > > [ ... ] > > Fixed: > > 2010-06-02 12:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) > * source/client/leto1.c > ! Bug fixed > > Regards, Alexander. > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Letodb-developers mailing list > Let...@li... > https://lists.sourceforge.net/lists/listinfo/letodb-developers > > Now OK. Thanks. Regards, Alexey Myronenko |
From: Alexander S.K. <al...@be...> - 2010-06-02 08:44:01
|
> [ ... ] > source\client\leto1.c: > Error E2140 source\client\leto1.c 713: Declaration is not allowed here > in function leto_PutRec > *** 1 errors in Compile *** > source\client\letomgmn.c: > [ ... ] Fixed: 2010-06-02 12:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c ! Bug fixed Regards, Alexander. |
From: vatzct <va...@po...> - 2010-06-02 07:32:38
|
Hi! hbmk2: Processing configuration: c:\dev\harbour\bin\hbmk.cfg hbmk2: Processing: rddleto.hbc hbmk2: Compiling Harbour sources... hbmk2: Harbour compiler command (embedded): (c:\dev\harbour\bin\harbour.exe) -n1 source\client\rddsys.prg -n -w -q0 -es2 -olib\.hbmk\win\bcc\ -ic:\dev\borland\bcc55\Include -ic:\dev\harbour\include -iinclude hbmk2: Compiling... hbmk2: C/C++ compiler command: bcc32.exe -c -q -d -6 -O2 -OS -Ov -Oi -Oc -tWM -w -Q -w-sig- -nlib\.hbmk\win\bcc -Ic:\dev\borland\bcc55\Include -Ic:\dev\harbour\include -Iinclude lib\.hbmk\win\bcc\rddsys.c source\client\leto1.c source\client\letomgmn.c source\common\blowfish.c source\common\common_c.c source\common\hbip.c source\common\net.c lib\.hbmk\win\bcc\rddsys.c: source\client\leto1.c: Error E2140 source\client\leto1.c 713: Declaration is not allowed here in function leto_PutRec *** 1 errors in Compile *** source\client\letomgmn.c: Warning W8075 source\client\letomgmn.c 618: Suspicious pointer conversion in function HB_FUN_LETO_VARSET Warning W8075 source\client\letomgmn.c 625: Suspicious pointer conversion in function HB_FUN_LETO_VARSET Warning W8080 source\client\letomgmn.c 791: 'cType' is declared but never used in function HB_FUN_LETO_VARINCR Warning W8080 source\client\letomgmn.c 829: 'cType' is declared but never used in function HB_FUN_LETO_VARDECR Warning W8080 source\client\letomgmn.c 861: 'lValue' is declared but never used in function HB_FUN_LETO_VARDEL Warning W8080 source\client\letomgmn.c 861: 'cType' is declared but never used in function HB_FUN_LETO_VARDEL Warning W8075 source\client\letomgmn.c 866: Suspicious pointer conversion in function HB_FUN_LETO_VARGETLIST Warning W8080 source\client\letomgmn.c 950: 'ui' is declared but never used in function HB_FUN_LETO_VARGETLIST source\common\blowfish.c: source\common\common_c.c: source\common\hbip.c: Warning W8084 source\common\hbip.c 180: Suggest parentheses to clarify precedence in function hb_ipInit source\common\net.c: hbmk2: Error: Running C/C++ compiler. 1 bcc32.exe -c -q -d -6 -O2 -OS -Ov -Oi -Oc -tWM -w -Q -w-sig- -nlib\.hbmk\win\bcc -Ic:\dev\borland\bcc55\Include -Ic:\dev\harbour\include -Iinclude lib\.hbmk\win\bcc\rddsys.c source\client\leto1.c source\client\letomgmn.c source\common\blowfish.c source\common\common_c.c source\common\hbip.c source\common\net.c Regards, Alexey Myronenko |
From: Alexander S.K. <al...@be...> - 2010-06-01 09:21:19
|
2010-06-01 13:20 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/letofunc.c * source/client/leto1.c * include/rddleto.h * New function added - leto_CloseAll( [cPath] ), it is recommended instead of dbCloseAll(), because it uses only one call to server, while dbCloseAll() calls the server for every opened area. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-06-01 09:08:34
|
2010-06-01 13:05 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/letomgmn.c * source/server/letovars.c * tests/test_var.prg * readme_rus.txt * readme.txt * leto_varGetList() has been extended - second optional parameter nMaxLen has been added. If it is used, the function returns names and values of variables, values are limited to nMaxLen characters. 2010-05-31 11:45 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * utils/manager/manage.prg ! Small fixes Regards, Alexander. |
From: Pavel T. <tp...@ma...> - 2010-05-28 18:59:35
|
2010-05-28 22:00 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/letofunc.c * small fix * source/server/server.prg * reverted last changes for compatibility with harbour Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-05-28 15:24:35
|
2010-05-28 18:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/funcleto.h * changed ERRCODE declaration for older xharbour versions * source/server/letofunc.c * fix for compatibility with older xHarbour versions * source/server/server.prg * source/client/leto1.c * changed error handling for open/create operations: error genCode, subCode, osCode and FileName is passed from server to client Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2010-05-27 18:29:41
|
2010-05-27 21:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) + readme_rus.txt + added russian documentation Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2010-05-26 11:35:58
|
2010-05-26 15:35 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/srvleto.h * source/server/letovars.c * source/server/letofunc.c * Some changes in variables handling Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-05-25 07:41:35
|
2010-05-25 11:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c ! Some fixes for relations * source/server/letofunc.c ! Few fixes * source/common/hbip.c * inet_ntoa() call is replaced by mt safe code. Regards, Alexander. |
From: vatzct <va...@po...> - 2010-04-28 13:10:15
|
> It's, probably, fixed. Try with the latest code: > > 2010-04-27 17:00 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) > * include/funcleto.h > ! Reverted last fix > > Regards, Alexander. > > ------------------------------------------------------------------------------ > _______________________________________________ > Letodb-developers mailing list > Let...@li... > https://lists.sourceforge.net/lists/listinfo/letodb-developers > > Thanks, now OK. Regards, Alexey Myronenko |
From: Alexander S.K. <al...@be...> - 2010-04-28 13:02:04
|
> Hi! > Right now i updated code from cvs and get error: > > hbmk2: Processing configuration: c:\dev\harbour\bin\hbmk.cfg > hbmk2: Processing: rddleto.hbc > hbmk2: Compiling... > hbmk2: C/C++ compiler command: > gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W > -Wall -pipe -Ic:/dev/harbour/include -Iinclude source/client/leto1.c -o > lib/.hbmk/win/mingw/leto1.o > source/client/leto1.c:136: error: syntax error before "commonError" > [...] It's, probably, fixed. Try with the latest code: 2010-04-27 17:00 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/funcleto.h ! Reverted last fix Regards, Alexander. |
From: vatzct <va...@po...> - 2010-04-28 11:10:52
|
Hi! Right now i updated code from cvs and get error: hbmk2: Processing configuration: c:\dev\harbour\bin\hbmk.cfg hbmk2: Processing: rddleto.hbc hbmk2: Compiling... hbmk2: C/C++ compiler command: gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe -Ic:/dev/harbour/include -Iinclude source/client/leto1.c -o lib/.hbmk/win/mingw/leto1.o source/client/leto1.c:136: error: syntax error before "commonError" source/client/leto1.c:138: warning: return type defaults to `int' source/client/leto1.c: In function `commonError': source/client/leto1.c:139: error: `ERRCODE' undeclared (first use in this function) source/client/leto1.c:139: error: (Each undeclared identifier is reported only once source/client/leto1.c:139: error: for each function it appears in.) source/client/leto1.c:139: error: syntax error before "errCode" source/client/leto1.c:152: error: `errCode' undeclared (first use in this function) source/client/leto1.c: At top level: source/client/leto1.c:957: error: syntax error before "letoBof" source/client/leto1.c:958: warning: return type defaults to `int' source/client/leto1.c:970: error: syntax error before "letoEof" source/client/leto1.c:971: warning: return type defaults to `int' source/client/leto1.c:983: error: syntax error before "letoFound" source/client/leto1.c:984: warning: return type defaults to `int' source/client/leto1.c:994: error: syntax error before "letoGoBottom" source/client/leto1.c:995: warning: return type defaults to `int' source/client/leto1.c:1019: error: syntax error before "letoGoTo" source/client/leto1.c:1020: warning: return type defaults to `int' source/client/leto1.c:1042: error: syntax error before "letoGoToId" source/client/leto1.c:1043: warning: return type defaults to `int' source/client/leto1.c:1060: error: syntax error before "letoGoTop" source/client/leto1.c:1061: warning: return type defaults to `int' source/client/leto1.c:1132: error: syntax error before "letoSeek" source/client/leto1.c:1133: warning: return type defaults to `int' source/client/leto1.c:1191: error: syntax error before "letoSkipFilter" source/client/leto1.c:1192: warning: return type defaults to `int' source/client/leto1.c:1200: error: syntax error before "letoSkipRaw" source/client/leto1.c:1201: warning: return type defaults to `int' source/client/leto1.c:1356: error: syntax error before "letoAddField" source/client/leto1.c:1357: warning: return type defaults to `int' source/client/leto1.c:1366: error: syntax error before "letoAppend" source/client/leto1.c:1367: warning: return type defaults to `int' source/client/leto1.c:1385: error: syntax error before "letoDeleteRec" source/client/leto1.c:1386: warning: return type defaults to `int' source/client/leto1.c:1414: error: syntax error before "letoDeleted" source/client/leto1.c:1415: warning: return type defaults to `int' source/client/leto1.c:1427: error: syntax error before "letoFlush" source/client/leto1.c:1428: warning: return type defaults to `int' source/client/leto1.c:1446: error: syntax error before "letoGetMemoValue" source/client/leto1.c:1447: warning: return type defaults to `int' source/client/leto1.c:1498: error: syntax error before "letoGetValue" source/client/leto1.c:1499: warning: return type defaults to `int' source/client/leto1.c: In function `letoGetValue': source/client/leto1.c:1548: warning: passing arg 3 of `hb_strnToNum' from incompatible pointer type source/client/leto1.c: At top level: source/client/leto1.c:1711: error: syntax error before "letoPutMemoValue" source/client/leto1.c:1712: warning: return type defaults to `int' source/client/leto1.c:1789: error: syntax error before "letoPutValue" source/client/leto1.c:1790: warning: return type defaults to `int' source/client/leto1.c: In function `letoPutValue': source/client/leto1.c:1792: warning: unused variable `uiSize' source/client/leto1.c: At top level: source/client/leto1.c:2141: error: syntax error before "letoRecall" source/client/leto1.c:2142: warning: return type defaults to `int' source/client/leto1.c:2169: error: syntax error before "letoRecCount" source/client/leto1.c:2170: warning: return type defaults to `int' source/client/leto1.c:2187: error: syntax error before "letoRecInfo" source/client/leto1.c:2188: warning: return type defaults to `int' source/client/leto1.c: In function `letoRecInfo': source/client/leto1.c:2190: error: `ERRCODE' undeclared (first use in this function) source/client/leto1.c:2190: error: syntax error before "uiRetVal" source/client/leto1.c:2238: error: `uiRetVal' undeclared (first use in this function) source/client/leto1.c: At top level: source/client/leto1.c:2254: error: syntax error before "letoRecNo" source/client/leto1.c:2255: warning: return type defaults to `int' source/client/leto1.c:2266: error: syntax error before "letoRecId" source/client/leto1.c:2267: warning: return type defaults to `int' source/client/leto1.c: In function `letoRecId': source/client/leto1.c:2268: error: `ERRCODE' undeclared (first use in this function) source/client/leto1.c:2268: error: syntax error before "errCode" source/client/leto1.c:2273: error: `errCode' undeclared (first use in this function) source/client/leto1.c: At top level: source/client/leto1.c:2278: error: syntax error before "letoSetFieldExtent" source/client/leto1.c:2279: warning: return type defaults to `int' source/client/leto1.c:2299: error: syntax error before "letoClose" source/client/leto1.c:2300: warning: return type defaults to `int' source/client/leto1.c:2479: error: syntax error before "letoCreate" source/client/leto1.c:2480: warning: return type defaults to `int' source/client/leto1.c:2591: error: syntax error before "letoInfo" source/client/leto1.c:2592: warning: return type defaults to `int' source/client/leto1.c:2650: error: syntax error before "letoNewArea" source/client/leto1.c:2651: warning: return type defaults to `int' source/client/leto1.c: In function `letoNewArea': source/client/leto1.c:2652: error: `ERRCODE' undeclared (first use in this function) source/client/leto1.c:2652: error: syntax error before "errCode" source/client/leto1.c:2656: error: `errCode' undeclared (first use in this function) source/client/leto1.c: At top level: source/client/leto1.c:2663: error: syntax error before "letoOpen" source/client/leto1.c:2664: warning: return type defaults to `int' source/client/leto1.c:2855: error: syntax error before "letoStructSize" source/client/leto1.c:2856: warning: return type defaults to `int' source/client/leto1.c:2864: error: syntax error before "letoSysName" source/client/leto1.c:2865: warning: return type defaults to `int' source/client/leto1.c:2875: error: syntax error before "letoPack" source/client/leto1.c:2876: warning: return type defaults to `int' source/client/leto1.c:2910: error: syntax error before "letoZap" source/client/leto1.c:2911: warning: return type defaults to `int' source/client/leto1.c:2941: error: syntax error before "letoChildEnd" source/client/leto1.c:2942: warning: return type defaults to `int' source/client/leto1.c: In function `letoChildEnd': source/client/leto1.c:2943: error: `ERRCODE' undeclared (first use in this function) source/client/leto1.c:2943: error: syntax error before "uiError" source/client/leto1.c:2948: error: `uiError' undeclared (first use in this function) source/client/leto1.c: At top level: source/client/leto1.c:2955: error: syntax error before "letoChildStart" source/client/leto1.c:2956: warning: return type defaults to `int' source/client/leto1.c:2964: error: syntax error before "letoChildSync" source/client/leto1.c:2965: warning: return type defaults to `int' source/client/leto1.c:2976: error: syntax error before "letoForceRel" source/client/leto1.c:2977: warning: return type defaults to `int' source/client/leto1.c:2997: error: syntax error before "letoClearRel" source/client/leto1.c:2998: warning: return type defaults to `int' source/client/leto1.c:3012: error: syntax error before "letoSetRel" source/client/leto1.c:3013: warning: return type defaults to `int' source/client/leto1.c:3026: error: syntax error before "letoOrderListAdd" source/client/leto1.c:3027: warning: return type defaults to `int' source/client/leto1.c:3084: error: syntax error before "letoOrderListClear" source/client/leto1.c:3085: warning: return type defaults to `int' source/client/leto1.c:3144: error: syntax error before "letoOrderListFocus" source/client/leto1.c:3145: warning: return type defaults to `int' source/client/leto1.c:3199: error: syntax error before "letoOrderListRebuild" source/client/leto1.c:3200: warning: return type defaults to `int' source/client/leto1.c:3216: error: syntax error before "letoOrderCreate" source/client/leto1.c:3217: warning: return type defaults to `int' source/client/leto1.c: In function `letoOrderCreate': source/client/leto1.c:3223: error: `ERRCODE' undeclared (first use in this function) source/client/leto1.c:3223: error: syntax error before "errCode" source/client/leto1.c:3237: error: `errCode' undeclared (first use in this function) source/client/leto1.c: At top level: source/client/leto1.c:3329: error: syntax error before "letoOrderDestroy" source/client/leto1.c:3330: warning: return type defaults to `int' source/client/leto1.c:3340: error: syntax error before "letoOrderInfo" source/client/leto1.c:3341: warning: return type defaults to `int' source/client/leto1.c:3656: error: syntax error before "letoClearFilter" source/client/leto1.c:3657: warning: return type defaults to `int' source/client/leto1.c:3677: error: syntax error before "letoSetFilter" source/client/leto1.c:3678: warning: return type defaults to `int' source/client/leto1.c:3718: error: syntax error before "letoRawLock" source/client/leto1.c:3719: warning: return type defaults to `int' source/client/leto1.c:3803: error: syntax error before "letoLock" source/client/leto1.c:3804: warning: return type defaults to `int' source/client/leto1.c:3834: error: syntax error before "letoUnLock" source/client/leto1.c:3835: warning: return type defaults to `int' source/client/leto1.c:3856: error: syntax error before "letoInit" source/client/leto1.c:3857: warning: return type defaults to `int' source/client/leto1.c:3867: error: syntax error before "letoExit" source/client/leto1.c:3868: warning: return type defaults to `int' source/client/leto1.c:3906: error: syntax error before "letoRddInfo" source/client/leto1.c:3907: warning: return type defaults to `int' source/client/leto1.c: In function `letoRegisterRDD': source/client/leto1.c:4146: error: `ERRCODE' undeclared (first use in this function) source/client/leto1.c:4146: error: syntax error before "errCode" source/client/leto1.c:4150: error: `errCode' undeclared (first use in this function) source/client/leto1.c: At top level: source/client/leto1.c:4177: error: syntax error before "letoUpdArea" source/client/leto1.c:4178: warning: return type defaults to `int' source/client/leto1.c:4186: error: syntax error before "letoUnLockRec" source/client/leto1.c:4187: warning: return type defaults to `int' source/client/leto1.c: In function `HB_FUN_LETO_BEGINTRANSACTION': source/client/leto1.c:4204: warning: passing arg 1 of `hb_rddIterateWorkAreas' from incompatible pointer type source/client/leto1.c: In function `HB_FUN_LETO_ROLLBACK': source/client/leto1.c:4231: warning: passing arg 1 of `hb_rddIterateWorkAreas' from incompatible pointer type source/client/leto1.c: In function `HB_FUN_LETO_COMMITTRANSACTION': source/client/leto1.c:4249: warning: passing arg 1 of `hb_rddIterateWorkAreas' from incompatible pointer type source/client/leto1.c:4262: warning: passing arg 1 of `hb_rddIterateWorkAreas' from incompatible pointer type source/client/leto1.c: In function `HB_FUN_LETO_SUM': source/client/leto1.c:4343: warning: passing arg 3 of `hb_valStrnToNum' from incompatible pointer type hbmk2: Error: Running C/C++ compiler. 1 gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe -Ic:/dev/harbour/include -Iinclude source/client/leto1.c -o lib/.hbmk/win/mingw/leto1.o Regards, Alexey Myronenko |