Página 1 de 1
LetoDB
Publicado: Mié Abr 16, 2008 2:50 pm
por Vladimir Miholic
Hi,
Is it somebody would make RDDleto.lib with xailer?
LetoDB from
http://sourceforge.net/project/showfile ... _id=216162
Regards,
Vladimir
LetoDB
Publicado: Mié Abr 16, 2008 7:25 pm
por George Abinader
This is a very important project that should be supported by us.
"Vladimir" <
Vladimir.Miholic@sk.htnet.hr> wrote in message
news:4805f60a$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Hi,
>
> Is it somebody would make RDDleto.lib with xailer?
> LetoDB from
http://sourceforge.net/project/showfile ... _id=216162
>
> Regards,
> Vladimir
>
>
LetoDB
Publicado: Mié Abr 16, 2008 7:25 pm
por George Abinader
This is a very important project that should be supported by us.
"Vladimir" <
Vladimir.Miholic@sk.htnet.hr> wrote in message
news:4805f60a$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Hi,
>
> Is it somebody would make RDDleto.lib with xailer?
> LetoDB from
http://sourceforge.net/project/showfile ... _id=216162
>
> Regards,
> Vladimir
>
>
LetoDB
Publicado: Mié Abr 16, 2008 7:51 pm
por Vladimir Miholic
This is good news,
have you time line for that support by Tim of xAiler.
LetoDB
Publicado: Mié Abr 16, 2008 7:51 pm
por Vladimir Miholic
This is good news,
have you time line for that support by Tim of xAiler.
LetoDB
Publicado: Jue Abr 17, 2008 9:28 am
por Oleg
Vladimir,
I tried to make console version of LetoDB server from sources (by Xailer's
xHarbour) and made some simple tests.
Simple tests are working fine when using Xailer's TCDXDataSource and
TDBFDataSet components with the following small correction:
CLASS TCDXDataSource FROM XCDXDataSource
PUBLIC:
PROPERTY cDriver INIT RddSetDefault()
ENDCLASS
But maybe the special version TLetoDataSource is needed for more full
support of LetoDB possibilities.
Regards, Oleg
LetoDB
Publicado: Jue Abr 17, 2008 9:28 am
por Oleg
Vladimir,
I tried to make console version of LetoDB server from sources (by Xailer's
xHarbour) and made some simple tests.
Simple tests are working fine when using Xailer's TCDXDataSource and
TDBFDataSet components with the following small correction:
CLASS TCDXDataSource FROM XCDXDataSource
PUBLIC:
PROPERTY cDriver INIT RddSetDefault()
ENDCLASS
But maybe the special version TLetoDataSource is needed for more full
support of LetoDB possibilities.
Regards, Oleg
LetoDB
Publicado: Sab May 10, 2008 3:53 pm
por Mario Angelini
I'm trying to compile the LetoDB but is accusing error.
Does anyone know the solution?
Thanks!
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -c -Iinclude;C:XHARBOURinclude -d -5 -OS -a8 -tWM -D__WIN32__ -D__WIN_DAEMON__
-oobjb32hbip.obj sourcecommonhbip.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
sourcecommonhbip.c:
Error E2451 sourcecommonhbip.c 699: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPRECV
Error E2451 sourcecommonhbip.c 699: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPRECV
Error E2451 sourcecommonhbip.c 715: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPRECVREADY
Error E2451 sourcecommonhbip.c 715: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPRECVREADY
Error E2451 sourcecommonhbip.c 731: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPSEND
Error E2451 sourcecommonhbip.c 731: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPSEND
Error E2451 sourcecommonhbip.c 746: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPSENDALL
Error E2451 sourcecommonhbip.c 746: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPSENDALL
Error E2451 sourcecommonhbip.c 763: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPSERVER
Error E2451 sourcecommonhbip.c 763: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPSERVER
Error E2451 sourcecommonhbip.c 788: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPACCEPT
Error E2451 sourcecommonhbip.c 788: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPACCEPT
Error E2451 sourcecommonhbip.c 822: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPCONNECT
Error E2451 sourcecommonhbip.c 822: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPCONNECT
Error E2451 sourcecommonhbip.c 837: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPDATAREADY
Error E2451 sourcecommonhbip.c 837: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPDATAREADY
Error E2451 sourcecommonhbip.c 862: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPCLOSE
Error E2451 sourcecommonhbip.c 862: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPCLOSE
*** 18 errors in Compile ***
** error 1 ** deleting objb32hbip.obj
LetoDB
Publicado: Sab May 10, 2008 3:53 pm
por Mario Angelini
I'm trying to compile the LetoDB but is accusing error.
Does anyone know the solution?
Thanks!
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -c -Iinclude;C:XHARBOURinclude -d -5 -OS -a8 -tWM -D__WIN32__ -D__WIN_DAEMON__
-oobjb32hbip.obj sourcecommonhbip.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
sourcecommonhbip.c:
Error E2451 sourcecommonhbip.c 699: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPRECV
Error E2451 sourcecommonhbip.c 699: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPRECV
Error E2451 sourcecommonhbip.c 715: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPRECVREADY
Error E2451 sourcecommonhbip.c 715: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPRECVREADY
Error E2451 sourcecommonhbip.c 731: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPSEND
Error E2451 sourcecommonhbip.c 731: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPSEND
Error E2451 sourcecommonhbip.c 746: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPSENDALL
Error E2451 sourcecommonhbip.c 746: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPSENDALL
Error E2451 sourcecommonhbip.c 763: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPSERVER
Error E2451 sourcecommonhbip.c 763: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPSERVER
Error E2451 sourcecommonhbip.c 788: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPACCEPT
Error E2451 sourcecommonhbip.c 788: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPACCEPT
Error E2451 sourcecommonhbip.c 822: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPCONNECT
Error E2451 sourcecommonhbip.c 822: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPCONNECT
Error E2451 sourcecommonhbip.c 837: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPDATAREADY
Error E2451 sourcecommonhbip.c 837: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPDATAREADY
Error E2451 sourcecommonhbip.c 862: Undefined symbol 'hb_errFuncName' in
function HB_FUN_HB_IPCLOSE
Error E2451 sourcecommonhbip.c 862: Undefined symbol
'HB_ERR_ARGS_BASEPARAMS' in function HB_FUN_HB_IPCLOSE
*** 18 errors in Compile ***
** error 1 ** deleting objb32hbip.obj
LetoDB
Publicado: Dom May 11, 2008 12:41 pm
por Oleg
Mario!
> I'm trying to compile the LetoDB but is accusing error.
> Does anyone know the solution?
> Thanks!
It seems that Xharbour binaries that comes with Xailer is incompatible with
new GT system used in LetoDB.
I was able to make LetoDB server some time ago only in console mode.
For this, set SRV_MODE = __CONSOLE__ in makefile.bc
Regards, Oleg
LetoDB
Publicado: Dom May 11, 2008 12:41 pm
por Oleg
Mario!
> I'm trying to compile the LetoDB but is accusing error.
> Does anyone know the solution?
> Thanks!
It seems that Xharbour binaries that comes with Xailer is incompatible with
new GT system used in LetoDB.
I was able to make LetoDB server some time ago only in console mode.
For this, set SRV_MODE = __CONSOLE__ in makefile.bc
Regards, Oleg
LetoDB
Publicado: Lun May 12, 2008 2:58 pm
por Mario Angelini
Good morning,
I replaced the xHarbour by Harbour and now the error is as follows:
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -c -Iinclude;C:HARBOURinclude -d -5 -OS -a8 -tWM -D__WIN32__ -D__WIN_DAEMON__
-oobjb32letofunc.obj sourceserverletofunc.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
sourceserverletofunc.c:
Warning W8012 sourceserverletofunc.c 1187: Comparing signed and unsigned
values in function HB_FUN_LETO_GETDRIVER
Warning W8065 sourceserverletofunc.c 1918: Call to function
'hb_dateTimeStampStr' with no prototype in function leto_UpdateRec
Error E2342 sourceserverletofunc.c 1918: Type mismatch in parameter
'szText' (wanted 'const signed char *', got 'int') in function
leto_UpdateRec
Warning W8004 sourceserverletofunc.c 2624: 'bTop' is assigned a value that
is never used in function leto_Skip
Warning W8057 sourceserverletofunc.c 3478: Parameter 'Cargo' is never used
in function thread2
Warning W8065 sourceserverletofunc.c 3501: Call to function 'sleep' with
no prototype in function leto_ScanUS
*** 1 errors in Compile ***
** error 1 ** deleting objb32letofunc.obj
"Oleg" <
info@cluster.samara.ru> escreveu na mensagem
news:4826cd53$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Mario!
>
>> I'm trying to compile the LetoDB but is accusing error.
>> Does anyone know the solution?
>> Thanks!
>
> It seems that Xharbour binaries that comes with Xailer is incompatible
> with new GT system used in LetoDB.
> I was able to make LetoDB server some time ago only in console mode.
> For this, set SRV_MODE = __CONSOLE__ in makefile.bc
>
> Regards, Oleg
>
>
LetoDB
Publicado: Lun May 12, 2008 2:58 pm
por Mario Angelini
Good morning,
I replaced the xHarbour by Harbour and now the error is as follows:
MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
bcc32 -c -Iinclude;C:HARBOURinclude -d -5 -OS -a8 -tWM -D__WIN32__ -D__WIN_DAEMON__
-oobjb32letofunc.obj sourceserverletofunc.c
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
sourceserverletofunc.c:
Warning W8012 sourceserverletofunc.c 1187: Comparing signed and unsigned
values in function HB_FUN_LETO_GETDRIVER
Warning W8065 sourceserverletofunc.c 1918: Call to function
'hb_dateTimeStampStr' with no prototype in function leto_UpdateRec
Error E2342 sourceserverletofunc.c 1918: Type mismatch in parameter
'szText' (wanted 'const signed char *', got 'int') in function
leto_UpdateRec
Warning W8004 sourceserverletofunc.c 2624: 'bTop' is assigned a value that
is never used in function leto_Skip
Warning W8057 sourceserverletofunc.c 3478: Parameter 'Cargo' is never used
in function thread2
Warning W8065 sourceserverletofunc.c 3501: Call to function 'sleep' with
no prototype in function leto_ScanUS
*** 1 errors in Compile ***
** error 1 ** deleting objb32letofunc.obj
"Oleg" <
info@cluster.samara.ru> escreveu na mensagem
news:4826cd53$[email=
1@ozsrv2.ozlan.local...]
1@ozsrv2.ozlan.local...[/email]
> Mario!
>
>> I'm trying to compile the LetoDB but is accusing error.
>> Does anyone know the solution?
>> Thanks!
>
> It seems that Xharbour binaries that comes with Xailer is incompatible
> with new GT system used in LetoDB.
> I was able to make LetoDB server some time ago only in console mode.
> For this, set SRV_MODE = __CONSOLE__ in makefile.bc
>
> Regards, Oleg
>
>