Difference between revisions of "Current conversion projects"

From Lazarus wiki
Jump to navigationJump to search
Line 35: Line 35:
  
 
==Original contributors and changes==
 
==Original contributors and changes==
This page has been imported from the epikwiki [http://lazarus-ccr.sourceforge.net/index.php?wiki=CodeAndComponents version].
+
This page has been imported from the epikwiki [http://lazarus-ccr.sourceforge.net/index.php?wiki=CurrentProjects version]. Original by [[User:VlxAdmin | Tom Lisjac]].
* Page created, initial content - T. Lisjac 9/22/2003 [[User:VlxAdmin]]
 
* Moved Synapse package info to here from the [[Main Page]] - [[User:VlxAdmin]] 10/1/2003
 

Revision as of 09:15, 18 February 2005

Applications

Add an application you're converting here

Components

Large Display Components

Almost finished:

  • TLCD99
  • TLCDLabel
  • TAnalogueclock

Everthing compiles for SGraph 2.4 except the data series unit that requires the variant support that's coming with the 1.9 branch of FPC.

I've also converted a small trend recorder variant of Mark Dodson's original but I'm thinking about rewriting it. If anyone is interested in any of these components, let me know. - VlxAdmin

Indy

Internet Direct (Indy) is an open source TCP/IP socket component suite comprised of popular Internet protocols. For more info see indy4lazarus.

FormStorage

FormStorage is a componant for save all selected property of form in an xml file.

Libraries/headers

dxGetText

Lazarus dxGetText is a conversion by Olivier Guilbaud of the dxGetText project. From the dxGetTest website: "Initially, this project used a Windows port of the GNU gettext library, but has made it much further and today it is a complete reimplementation of the GNU gettext library with many enhancements".

Requested Components

devphp

devphp is an IDE for PHP written in Delphi/Kylix. It's got a lot of nice features and would be very handy to have compiling under Lazarus. The author has run out of time to work on it so it would probably be a good candidate for conversion. Tom

ZEOS Data Objects

ZEOS Data Objects is a set of components for accessing directly the various dabase backends that you might need to. MySQL, Postgres and others, on Delphi it compiles directly into the .exe, only requiring that you have the appropriate DLL installed (postgres.dll, mysql.dll). It would be fabulous to get thes components working under Lazarus as we can then write real database apps quickly. User:MartynRanyard

Add an application, library or component that you need here

The Delphi IDE, but not Kylix, has a File -> Print selection which allows either the current source file or the current Form to be sent to the printer. I know there are lots of ways in both Linux and Windows to have files and screenshots printed, but it would be a convenience to be able to initiate printing direct from the IDE, with all the formatting and highlighting that you see on the screen. User:Kirkpatc

Original contributors and changes

This page has been imported from the epikwiki version. Original by Tom Lisjac.