Recent

Poll

Do you want to Port Jedi Comp. For Lazarus?

Yes, I need(use) Them
7 (63.6%)
Yes, But I don't Use Them
1 (9.1%)
May be
0 (0%)
No,I dant Want to port them
3 (27.3%)

Total Members Voted: 9

Voting closed: June 18, 2007, 07:58:09 am

Author Topic: Jedi and Jvcl  (Read 25174 times)

ahmetnurideniz

  • Full Member
  • ***
  • Posts: 110
  • As you sow, you shall reap.
    • Big Student Web Site
Jedi and Jvcl
« on: June 18, 2007, 07:58:09 am »
Hi
 I write a ERP program with Delphi .i need Jedi and FIB+  components. Becouse i use them in my program befeore. Anyone thing port this components in 3 years?
I see Fıb+ for Lazarus in sourceforge but i can't see Jedi. Jedi is very important and usefull tool for us. I want to port it  but i never port comp. befor.
Thank for all.

antonio

  • Hero Member
  • *****
  • Posts: 605
RE: Jedi and Jvcl
« Reply #1 on: June 18, 2007, 08:28:27 am »
I guess 3 years is time enough.

AlexVergaraGil

  • Newbie
  • Posts: 6
RE: Jedi and Jvcl
« Reply #2 on: October 05, 2007, 06:54:23 pm »
Jedi are a very useful component packages that it would be really nice if there were available in lazarus

ssamayoa

  • Full Member
  • ***
  • Posts: 163
Jedi and Jvcl
« Reply #3 on: October 05, 2007, 07:52:41 pm »
I converted TJvXPBar and I'm in the middle of TJvNavigationPane but suddenly I get shot of spare time then the conversion is getting just 4-5 hours a week.

You can get what I did from:
http://
https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/jvcllaz


My policy:
1. Convert components which have no substitute.
2. Convert components which I like most.
3. Convert those code as needed.

Regards.

ssamayoa

  • Full Member
  • ***
  • Posts: 163
Re: Jedi and Jvcl
« Reply #4 on: October 05, 2007, 07:56:09 pm »
Quote from: "ahmetnurideniz"
Hi
I see Fıb+ for Lazarus in sourceforge but i can't see Jedi. Jedi is very important and usefull tool for us. I want to port it  but i never port comp. befor.


The most mature DB access layer in lazarus is Zeoslib and still in (slow) active development.

May be you should change your app from FIB to Zeos.

Regards.

ahmetnurideniz

  • Full Member
  • ***
  • Posts: 110
  • As you sow, you shall reap.
    • Big Student Web Site
Re: Jedi and Jvcl
« Reply #5 on: January 04, 2012, 01:24:23 pm »
is anyone work about this subject.
for Port  JCL,JVCL, Jedi Components to Lazarus.
I think now lazarus and free pascal has enough capasity for port this components.
I think when jedi port lazarus, lazarus will be better than Delphi

write that in this page : Jvcl work windows, linux, mac 
http://sourceforge.net/projects/jvcl/
is it true ?
« Last Edit: January 04, 2012, 01:33:49 pm by ahmetnurideniz »

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4458
  • I like bugs.
Re: Jedi and Jvcl
« Reply #6 on: January 04, 2012, 02:18:28 pm »
is anyone work about this subject.
for Port  JCL,JVCL, Jedi Components to Lazarus.
I think now lazarus and free pascal has enough capasity for port this components.
I think when jedi port lazarus, lazarus will be better than Delphi

Nobody works on the port and most likely nobody will do it in future either.
The simple reason is that Jedi libraries are put together in a stupid way. There are many useless dependencies and useless glue code. Tons of DEFINEs must be set. Everything depends on Windows even when it makes no sense.
I have extracted and ported 2 components from Jedi libs. See:

http://wiki.lazarus.freepascal.org/bzip2lib
http://wiki.lazarus.freepascal.org/StringHashMap

For example the hash map depended on Windows, and it depended on the rest of JCL! I had to remove all the dependencies and other useless code.
Please look at the JCL and JVCL code yourself, or try to port it yourself and you see what I mean.

The good news is that most Jedi components can be replaced with some other existing Lazarus component.
If there is a useful component which doesn't have a replacement, it can be ported separately, removing the dependencies.

Juha
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

avra

  • Hero Member
  • *****
  • Posts: 2514
    • Additional info
Re: Jedi and Jvcl
« Reply #7 on: January 04, 2012, 04:21:43 pm »
Some JVCL components have been partly ported by CodeTyphoon team:
http://www.pilotlogic.com/sitejoom/index.php/forum/advsearch?q=jvcl&exactname=1&childforums=1
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

JuhaManninen

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4458
  • I like bugs.
Re: Jedi and Jvcl
« Reply #8 on: January 04, 2012, 05:31:46 pm »
Some JVCL components have been partly ported by CodeTyphoon team:
http://www.pilotlogic.com/sitejoom/index.php/forum/advsearch?q=jvcl&exactname=1&childforums=1

That is cool, especially the jvDesignSurface and jvDesignPanel components. I didn't know of them.
I bet they also required lots of code removal and refactoring.

Juha
Mostly Lazarus trunk and FPC 3.2 on Manjaro Linux 64-bit.

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11351
  • FPC developer.
Re: Jedi and Jvcl
« Reply #9 on: January 05, 2012, 02:26:28 pm »
Note that porting will just make them available for win32. Large parts are intrinsically unportable, because they use every trick available.

But it could be useful to check Jedi SVN (or whatever they use) and see if they are  cleaning up their large amounts of assembler hacks in the light of XE2 supporting 64-bit.

 

TinyPortal © 2005-2018