Re: [lazarus] Delphi OBJ to Lazarus O

2006-05-08 Thread rstar
He could compile the *.c files with gcc to *.o and link the files with include {$I adler.o} directive. Michael Van Canneyt wrote: On Mon, 8 May 2006, Sergio X wrote: Hi Michael. The problem is not use zlib. Is I'm using a library to access mysql (not from lazarus). This library was

Re: [lazarus] Lazarus/FPC Foundation

2006-04-28 Thread rstar
Florian Klaempfl wrote: To speed up development significantly you need at least 1 Mio Eur and this is unlikely to raise. No. We take a piece DNA from F.K. and clone him 10 times. One week later we have FPC 6.0 and Lazarus 5.0

Re: [lazarus] x86_64-win46

2006-04-21 Thread rstar
Peter Vreman wrote: Another question: does the current win32 lazarus snapshot already contain the internal linker (compiling time 2.34 sec.)? The internal linker also shows code and data size: 31 lines compiled, 1.1 sec, 222768 bytes code, 47744 bytes data

[lazarus] mantis 436

2006-04-21 Thread rstar
Can be closed http://www.lazarus.freepascal.org/mantis/view.php?id=436 Verified with 0.9.15. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] x86_64-win46

2006-04-20 Thread rstar
Florian Klaempfl wrote: As you might have seen on the fpc mailing list, I built a win64 snapshot. I want to make the necessary patches for lazarus now, however, there are several open questions. There are a lot of defines for win32. The proper solution would be probably to change them to ifdef

Re: [lazarus] Lazarus and the size of compiled projects

2006-04-17 Thread rstar
Felipe Monteiro de Carvalho wrote: On 4/17/06, Juan Miguel [EMAIL PROTECTED] wrote: Hello I'm a delphi programmer and I'm new in Lazarus. I use Lazarus 0.9.15 on WinXp, and I figure out that the compiled projects are huge in comparison with delphi. This is a FAQ:

Re: [lazarus] Lazarus win32 snapshot with fpc 2.0.3

2006-04-15 Thread rstar
Vincent Snijders wrote: Vincent Snijders wrote: I just uploaded a new lazarus win32 snapshot to http://www.de.freepascal.org/lazarus/ and its mirrors. Due to linker problems with fpc 2.1.1 it could not be build with fpc 2.1.1 and for the time being fpc 2.0.3 will be used. The changes in fpc

[lazarus] New icons for the Lazarus IDE

2006-04-15 Thread rstar
New icons for the Lazarus IDE: http://tango-project.org/Tango_Icon_Gallery Opinions? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] New icons for the Lazarus IDE

2006-04-15 Thread rstar
Christian Iversen wrote: Other than that, they look fine - although I prefer Nuvola or Crystal over these gnomish icons. They are not GPL'ed. _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the

Re: [lazarus] win32 repaint issues ?!?!

2006-04-15 Thread rstar
Marco van de Voort wrote: I've dug up an old source that I still had lying around for years to add to the FPC demoes with the idea to make a little Laz demo, as a pilot for porting the other FPC games. The src is at http://www.stack.nl/~marcov/chainsrc.zip I however and encountered a problem

Re: RES: [lazarus] Because I can't get SQLDB working

2006-04-11 Thread rstar
Henrique de Paula Faria wrote: The package rxnew doesn´t install on lazarus 0.9.15 it returns an error at: rxdbgrid.pas = Error: Identifier not found TSize. TSize has been moved to Types unit due to Delphi compatibility. _

[lazarus] (no subject)

2006-04-08 Thread rstar
Lazarus win32 snapshot is broken since 04/02/06 what is wrong? _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Re: [lazarus] win32 snapshot

2006-04-08 Thread rstar
Vincent Snijders wrote: [EMAIL PROTECTED] wrote: Lazarus win32 snapshot is broken since 04/02/06 what is wrong? fpc 2.1.1 cannot compile the printer package anymore; it fails to import functions from winspool.drv. Vincent _

Re: [lazarus] Sharing a project between Delphi 5+ and Lazarus

2006-03-22 Thread rstar
Michael Van Canneyt wrote: On Wed, 22 Mar 2006 [EMAIL PROTECTED] wrote: CrossFPC seems dead, we haven't heard from Simon Kissel in ages (at least I haven't). But I'm reasonably well informed. I helped him to create the resources support in the compiler. What do you need to know ?

Re: [lazarus] Sharing a project between Delphi 5+ and Lazarus

2006-03-22 Thread rstar
Andreas Berger wrote: Unfortunatly Lazarus is not yet ready to be used in the comercial world where development time is of essence. There are many things that greatly slow down development when it is done via Lazarus. The IDE is not yet as agile as Delphi's, the debugger is practically useless

Re: [lazarus] Sharing a project between Delphi 5+ and Lazarus

2006-03-22 Thread rstar
Mattias Gaertner wrote: On Wed, 22 Mar 2006 20:11:56 +0100 [EMAIL PROTECTED] wrote: Andreas Berger wrote: Unfortunatly Lazarus is not yet ready to be used in the comercial world where development time is of essence. There are many things that greatly slow down development when it is

Re: [lazarus] Sharing a project between Delphi 5+ and Lazarus

2006-03-21 Thread rstar
Alexsander Rosa wrote: I think it would be nice if we could share a project between the two IDE's, including the forms. Everytime I need to mantain the original Delphi project, i know that my under conversion Lazarus project is getting more and more obsolete. More over, a lot of

Re: [lazarus] Sharing a project between Delphi 5+ and Lazarus

2006-03-21 Thread rstar
Michael Van Canneyt wrote: On Tue, 21 Mar 2006, Alexsander Rosa wrote: Here, Simon Kessel (CrossFPC's author) annouces it: http://groups.google.com.br/group/borland.public.kylix.non-technical/browse_frm/thread/38216d142e25dfba The official site (http://crossfpc.untergrund.net/) was last

Re: [lazarus] TBevelCut

2006-03-18 Thread rstar
Flávio Etrusco wrote: Hi, After having some trouble finding T(Graphic)BevelCut and seeing many others had too, I'm wondering why don't declare aliases for the enumeration values. e.g. in Controls.pp, 'const bvRaised = GraphType.bvRaised;'. Sure, it's not an absurdly elegant solution and would

Re: [lazarus] TBevelCut

2006-03-18 Thread rstar
Vincent Snijders wrote: [EMAIL PROTECTED] wrote: Flávio Etrusco wrote: Hi, After having some trouble finding T(Graphic)BevelCut and seeing many others had too, I'm wondering why don't declare aliases for the enumeration values. e.g. in Controls.pp, 'const bvRaised = GraphType.bvRaised;'.

[lazarus] Cross Lazarus Release

2006-03-11 Thread rstar
Are there plans to release a Cross Lazarus Release? e.g. Host: Win32, Target: Win32/Linux/Mac/etc... similar to CrossFPC . _ To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject archives at

Re: [lazarus] button icons for lazarus

2006-03-05 Thread rstar
A.J. Venter wrote: Well I wasn't trying to extend the IDE, but to give a tool for USERS of the IDE, specifically to give replacements for the standard icons that delphi shipped with. These are not really meant for use INSIDE the IDE, but are meant to be available to people coding WITH the IDE.

Re: [lazarus] button icons for lazarus

2006-03-05 Thread rstar
Mattias Gaertner wrote: On Sun, 5 Mar 2006 11:25:30 +0100 (Romance Standard Time) Michael Van Canneyt [EMAIL PROTECTED] wrote: On Sun, 5 Mar 2006, A.J. Venter wrote: On Sunday 05 March 2006 11:02, Darius Blaszijk wrote: A.J. I've browsed through the list and find that some

[lazarus] Give FPC/Lazarus a face...

2006-03-04 Thread rstar
Is there a list who is working on FPC/Lazarus, who is contributor, who is responsible for sub-system xy, how many people are working on FPC/Lazarus, etc. ??? _ To unsubscribe: mail [EMAIL PROTECTED] with

Re: [lazarus] Windows CE support on the IDE

2006-03-04 Thread rstar
Mattias Gaertner wrote: On Sat, 4 Mar 2006 19:03:25 +0200 Yury Sidorov [EMAIL PROTECTED] wrote: From: Michael Van Canneyt [EMAIL PROTECTED] Normally, the 'fpc' binary can choose the correct compiler name based on target OS and CPU setting. That is what it is for in the first place.