HMG 3.0 with LetoDB
Moderator: Rathinagiri
HMG 3.0 with LetoDB
Hello friends,
In attachment, follow the RddLeto recompiled with harbour 2.0 and MinGW 4.4.1.
This package not have the "manager", i´ve some issues when a try recompile the "manager", but the old version work fine with this new version.
File LetoDB - (HMG 3.0.0).rar:
Folder bin\letodb.exe (Leto Server)
Folder lib\librddleto.a (Lib compatible with MinGW 4.4.1)
Folder include\rddleto.ch (file of the include)
PS: Sorry my poor english.
My best regards,
In attachment, follow the RddLeto recompiled with harbour 2.0 and MinGW 4.4.1.
This package not have the "manager", i´ve some issues when a try recompile the "manager", but the old version work fine with this new version.
File LetoDB - (HMG 3.0.0).rar:
Folder bin\letodb.exe (Leto Server)
Folder lib\librddleto.a (Lib compatible with MinGW 4.4.1)
Folder include\rddleto.ch (file of the include)
PS: Sorry my poor english.
My best regards,
- Attachments
-
- LetoDB - (HMG 3.0.0).rar
- (486.08 KiB) Downloaded 823 times
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0 with LetoDB
Thanks.Vanguarda wrote:Hello friends,
In attachment, follow the RddLeto recompiled with harbour 2.0 and MinGW 4.4.1.
This package not have the "manager", i´ve some issues when a try recompile the "manager", but the old version work fine with this new version.
File LetoDB - (HMG 3.0.0).rar:
Folder bin\letodb.exe (Leto Server)
Folder lib\librddleto.a (Lib compatible with MinGW 4.4.1)
Folder include\rddleto.ch (file of the include)
PS: Sorry my poor english.
My best regards,
Could be a good thing to add to HMG.
Regards,
Roberto.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0 with LetoDB
Could be so you kind to post a sample too?Vanguarda wrote:Hello friends,
In attachment, follow the RddLeto recompiled with harbour 2.0 and MinGW 4.4.1.
<...>
So I could include in HMG along the library.
Regards,
Roberto.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG 3.0 with LetoDB
Yes Master.... I´m working in this NOW.
regards,
regards,
Re: HMG 3.0 with LetoDB
You should be very carefull when compiling LetoDB.
It uses it's own multithreading system and it is incompatible with Harbour's one.
Harbour people doesn't trust it a lot and they say it has some hidden bugs that eventualy could arise.
Just a warning my friend.
Regards
Angel
It uses it's own multithreading system and it is incompatible with Harbour's one.
Harbour people doesn't trust it a lot and they say it has some hidden bugs that eventualy could arise.
Just a warning my friend.
Regards
Angel
Angel Pais
Web Apps consultant/architect/developer.
Web Apps consultant/architect/developer.
Re: HMG 3.0 with LetoDB
Master, I do not know what happened, but it seems that this recompiled version that is not compatible with the harbour 2.0 and MinGW 4.4.1. Or i´m wrong?Roberto Lopez wrote: Could be so you kind to post a sample too?
So I could include in HMG along the library.
Regards,
Roberto.
Yesterday i had downloaded the harbour2.0 package, and install it on here for recompile this lib. And it work fine.
See the message:
Code: Select all
hbmk2: debuginc: Calling Harbour compiler to detect dependencies of
C:/RddLeto/main.prg
hbmk2: Linkando... RddLetoDB.exe
c:/hmg/lib/librddleto.a(rddsys.o):rddsys.c:(.text+0x2e): undefined reference to `hb_vmProcessSymbolsEx'
c:/hmg/lib/librddleto.a(leto1.o):leto1.c:(.text+0x972a): undefined reference to `hb_vmProcessSymbolsEx'
collect2: ld returned 1 exit status
hbmk2: Erro: Executando linkeditor. 1
gcc.exe .hbmk\win\mingw\main.o .hbmk\win\mingw\_hbmkaut.o _temp.o -mwindows -Wl,--start-group -lminigui -lhbmysql -lmysql -lcrypt -ledit -leditex -lgraph -lini -lreport -lhbwin -lhbziparc -lhbmzip -lmsvfw32 -lvfw32 -lsddodbc -lrddsql -lsddmy -lhbodbc -lodbc32 -lhbhpdf -lhbvpdf -lhbmemio -lhbsqlit3 -lsqlite3 -lhbfimage -lhbpgsql -lpq -lhbtip -lhbct -lhbmisc -lrddleto -lhbextern -lhbdebug -lhbvm -lhbrtl -lhblang -lhbcpage -lgtcgi -lgtpca -lgtstd -lgtwin -lgtwvt -lgtgui -lhbrdd -lhbuddall -lhbusrrdd -lrddntx -lrddcdx -lrddnsx -lrddfpt -lhbrdd -lhbhsx -lhbsix -lhbmacro -lhbcplr -lhbpp -lhbcommon -lkernel32 -luser32 -lgdi32 -ladvapi32 -lws2_32 -lwinspool -lcomctl32 -lcomdlg32 -lshell32 -luuid -lole32 -loleaut32 -lmpr -lwinmm -lmapi32 -limm32 -lmsimg32 -lwininet -lhbpcre -lhbzlib -Wl,--end-group -oRddLetoDB.exe -Lc:/hmg/harbour/lib -Lc:/hmg/lib
See the Leto Source and makefile.gcc in attachment.
I'll look and know what's happened this lib recompile
- Attachments
-
- letodb.rar
- (714.81 KiB) Downloaded 794 times
Re: HMG 3.0 with LetoDB
I discovered it too late.apais wrote:You should be very carefull when compiling LetoDB.
It uses it's own multithreading system and it is incompatible with Harbour's one.
Harbour people doesn't trust it a lot and they say it has some hidden bugs that eventualy could arise.
Just a warning my friend.
Regards
Angel
I redeem myself someday
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0 with LetoDB
Vanguarda wrote: Master, I do not know what happened, but it seems that this recompiled version that is not compatible with the harbour 2.0 and MinGW 4.4.1. Or i´m wrong?
Yesterday i had downloaded the harbour2.0 package, and install it on here for recompile this lib. And it work fine.
See the message:Code: Select all
hbmk2: debuginc: Calling Harbour compiler to detect dependencies of C:/RddLeto/main.prg hbmk2: Linkando... RddLetoDB.exe c:/hmg/lib/librddleto.a(rddsys.o):rddsys.c:(.text+0x2e): undefined reference to `hb_vmProcessSymbolsEx' [/quote] AFAIK, such message, arises when you attempt to use Harbour 1.x and 2.x compiled libs together... Regards, Roberto.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 3.0 with LetoDB
LetoDb author is a superb programmer, perhaps the problems are not related with the library itself, but the envirnoment where was tested/used.apais wrote: Harbour people doesn't trust it a lot and they say it has some hidden bugs that eventualy could arise.
I guess that Ciro uses it....
Are you here Ciro?
What do you think?
Regards,
Roberto.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG 3.0 with LetoDB
Strange ... I recompiled the source code of Leto with harbour 2.0 downloaded from the "sourceforge".Roberto Lopez wrote: AFAIK, such message, arises when you attempt to use Harbour 1.x and 2.x compiled libs together...
Regards,
Roberto.
I do not know what to think.
with best regards,