In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

LetoDB

Xailer professional forum in English
Responder
Vladimir Miholic
Mensajes: 98
Registrado: Vie Feb 18, 2005 10:34 am

LetoDB

Mensaje por Vladimir Miholic »

Hi,
Is it somebody would make RDDleto.lib with xailer?
LetoDB from http://sourceforge.net/project/showfile ... _id=216162
Regards,
Vladimir
George Abinader
Mensajes: 64
Registrado: Mié Abr 16, 2008 7:25 pm

LetoDB

Mensaje 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
>
>
George Abinader
Mensajes: 64
Registrado: Mié Abr 16, 2008 7:25 pm

LetoDB

Mensaje 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
>
>
Vladimir Miholic
Mensajes: 98
Registrado: Vie Feb 18, 2005 10:34 am

LetoDB

Mensaje por Vladimir Miholic »

This is good news,
have you time line for that support by Tim of xAiler.
Vladimir Miholic
Mensajes: 98
Registrado: Vie Feb 18, 2005 10:34 am

LetoDB

Mensaje por Vladimir Miholic »

This is good news,
have you time line for that support by Tim of xAiler.
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

LetoDB

Mensaje 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
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

LetoDB

Mensaje 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
Mario Angelini
Mensajes: 41
Registrado: Sab May 10, 2008 3:53 pm

LetoDB

Mensaje 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
Mario Angelini
Mensajes: 41
Registrado: Sab May 10, 2008 3:53 pm

LetoDB

Mensaje 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
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

LetoDB

Mensaje 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
Oleg
Mensajes: 474
Registrado: Mié Jun 07, 2006 3:45 pm

LetoDB

Mensaje 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
Mario Angelini
Mensajes: 41
Registrado: Sab May 10, 2008 3:53 pm

LetoDB

Mensaje 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
>
>
Mario Angelini
Mensajes: 41
Registrado: Sab May 10, 2008 3:53 pm

LetoDB

Mensaje 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
>
>
Responder