[lazarus] Delphi OBJ to Lazarus O

2006-05-08 Thread Sergio X
Hi list. 
There are some utility or option to convert Delphi's OBJ to Lazarus? 
I want to use zlib's delphi obj but I can't have the source.

Thank's


Re: [lazarus] Delphi OBJ to Lazarus O

2006-05-08 Thread Sergio X
Hi Michael. 

The problem is not use zlib. Is I'm using a library to access mysql (not from lazarus). This library was originally write for Delphi but work fine in lazarus. This library, use comiled units (obj's) with the code to make compressed conections to mysql. Basically, this code is a version of zlib. I have the obj's, not the code, and I'm trying to use in Lazarus.


Thank's

Sergio
2006/5/8, Michael Van Canneyt [EMAIL PROTECTED]:
On Mon, 8 May 2006, Sergio X wrote: Hi list. There are some utility or option to convert Delphi's OBJ to Lazarus?
 I want to use zlib's delphi obj but I can't have the source.You don't need it. FPC has an implementation of zstream equivalent toDelphi, but with 100% native FPC code.Michael._
To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subjectarchives at 
http://www.lazarus.freepascal.org/mailarchives


[lazarus] Size of Executable on Win32

2006-03-17 Thread Sergio X
Hi list. I'm new lazarus user. I think lazarus is a great tool. But I have some questions:

1) On Win32 the executable has 5 - 6 Mb for a simple program (the program don't have any code, only the main window). There are some configuration for reduce the size of the executable?
2) How can write components? I search in new project menu, but I can´t find the option to start write.

Very thank's.


Re: [lazarus] Size of Executable on Win32

2006-03-17 Thread Sergio X
Kool. Very thanks.
2006/3/17, Mattias Gaertner [EMAIL PROTECTED]:
On Fri, 17 Mar 2006 14:33:43 +0200Adrian Maier 
[EMAIL PROTECTED] wrote: On 3/17/06, Sergio X [EMAIL PROTECTED] wrote:   Hi list. I'm new lazarus user. I think lazarus is a great tool. But I
  have some questions:   1) On Win32 the executable has 5 - 6 Mb for a simple program (the  program don't have any code, only the main window). There are some  configuration for reduce the size of the executable?
 There is a utility (called strip) that you can use to remove the debugging information, which reduces the executable size. You can find information about this here: 
http://wiki.lazarus.freepascal.org/index.php/File_size_and_smartlinking  2) How can write components? I search in new project menu, but I can´t
  find the option to start write. I am a newbie, too .Perhaps others can answer you.http://wiki.lazarus.freepascal.org/index.php/Lazarus_Packages#Quick_Start
Mattias_To unsubscribe: mail [EMAIL PROTECTED] with unsubscribe as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives


[lazarus] Report Generator

2006-03-17 Thread Sergio X
Hi list:
I'm new in Lazarus. Is great. There are some components to make databasereports, like reportman, Cristal Reportsor someone like this?
Thank's