LetoDB

Post Reply
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

LetoDB

Post by Jeff Barnes »

Does anyone have a compiled version of LetoDB for xHarbour 1.2.1 / BCC582 (exe and lib)?

I have tried running the make file and get nothing but errors.
Manually edited the files to make sure paths are correct and still no luck.
Thanks,
Jeff Barnes

(FWH 12.01, xHarbour 1.2.1, Bcc582)
User avatar
andijahja
Posts: 35
Joined: Sun Aug 29, 2010 12:44 pm

Re: LetoDB

Post by andijahja »

Jeff Barnes wrote:Does anyone have a compiled version of LetoDB for xHarbour 1.2.1 / BCC582 (exe and lib)?

I have tried running the make file and get nothing but errors.
Manually edited the files to make sure paths are correct and still no luck.
Hi Jeff,

I have posted the following message in comp.lang.xharbour:

Hi Jeff,

Letodb compiled with BCC 5.82 is downloadable from:

http://www.mediafire.com/?5q36ng57nni2tic

I just compile it some minutes ago.

Andi

On Thu, 9 Aug 2012 17:06:48 -0700 (PDT), Jeff Barnes
<jeff@can-soft.net> wrote:

>Hi,
>
>Does anyone have a compiled copy of LetoDB they could offer (exe and lib)?
>
>I have tried to compile (xHarbour 1.2.1 and BCC582) but no matter what I try I get errors.
>
>I would like to test out the software but it just won't compile :(
>
>
>Thanks,
>Jeff
Andi
User avatar
Jeff Barnes
Posts: 912
Joined: Sun Oct 09, 2005 1:05 pm
Location: Ontario, Canada
Contact:

Re: LetoDB

Post by Jeff Barnes »

Thanks Andi :)
Thanks,
Jeff Barnes

(FWH 12.01, xHarbour 1.2.1, Bcc582)
FiveWiDi
Posts: 910
Joined: Mon Oct 10, 2005 2:38 pm

Re: LetoDB

Post by FiveWiDi »

Hello,

And for Harbour 3.1, does anyone have it?

Regards,
Un Saludo
Carlos G.

FiveWin 19.06 + Harbour 3.2, BCC 7 Windows 10
User avatar
andijahja
Posts: 35
Joined: Sun Aug 29, 2010 12:44 pm

Re: LetoDB

Post by andijahja »

FiveWiDi wrote:Hello,

And for Harbour 3.1, does anyone have it?

Regards,
Hello,

This link is Harbour version of letodb:

http://www.mediafire.com/?cw8g8q1rgpcc2a8
Andi
FiveWiDi
Posts: 910
Joined: Mon Oct 10, 2005 2:38 pm

Re: LetoDB

Post by FiveWiDi »

andijahja wrote:
FiveWiDi wrote:Hello,

And for Harbour 3.1, does anyone have it?

Regards,
Hello,

This link is Harbour version of letodb:

http://www.mediafire.com/?cw8g8q1rgpcc2a8
Thank you very much Andi, but the link is wrong.

Regards,
Un Saludo
Carlos G.

FiveWin 19.06 + Harbour 3.2, BCC 7 Windows 10
User avatar
lucasdebeltran
Posts: 1303
Joined: Tue Jul 21, 2009 8:12 am
Contact:

Re: LetoDB

Post by lucasdebeltran »

Hi,

Just run this command to download latest version from SF:

cvs -d:pserver:anonymous@letodb.cvs.sourceforge.net:/cvsroot/letodb checkout -r rel-1-mt letodb

And next run the make_compiler you use.
Muchas gracias. Many thanks.

Un saludo, Best regards,

Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producción]

Implementando MSVC 2010, FWH64 y ADO.

Abandonando uso xHarbour y SQLRDD.
George
Posts: 710
Joined: Tue Oct 18, 2005 6:49 pm

Re: LetoDB

Post by George »

Hello Everyone,
The link to download LetoDB, compiled for xHarbour, appears to be broken.
Can any of you please upload it again?

Regards,

George
User avatar
codemaker
Posts: 208
Joined: Wed Dec 03, 2008 4:48 pm
Location: Belgrade, Serbia

Re: LetoDB

Post by codemaker »

I am trying to use LetoDB
When I downloaded LetoDB files there is a folder \binary\lib.xHarbour and inside is RDDLETO.LIB
I thought I can just include this LIB in my xHarbour compile project (and XCC linker) using .XBP file and use it.

Of course I ran LETODB.EXE on my server first

During compilation it finishes with:

xLINK: fatal error: Corrupt library: '.\rddleto.lib'.

( I cannot use BCC or MiniGui or other versions of RDDLETO.LIB which are supplied also)

Is there a version RDDLETO.LIB for xHarbour and XCC and FWH1304 which can be used "out of the box" and no previous compiling and building LIB is needed.
I just need to include RDDLETO.LIB in my project and use it.

Any help appreciated
Thanks
Boris

BTW: or there is some other DBF server available?
Post Reply