Hi,

Am Freitag, den 17.02.2006, 09:51 -0800 schrieb Sezer KUTLUK:
> Hi,
> I uninstalled Gtk, and Lazarus was still working, and
> a program compiled with Lazarus was, too; 

Lazarus by default uses gtk1 for some reason (gtk1 is never going to die
off the world, ever, it seems :)). So as long as you only uninstalled
gtk2, lazarus still works :)

> but Gimp
> didn't work.

gimp uses gtk2.

> 
> The thing I wonder is, if i must distribute Gtk with
> my programmes or not. 

No

> Will the programmes work on the
> computers (Win32) which don't have Gtk?

Yes, since you recompile for win32 and since the LCL has some magic
fancy wrapper that tries to abstract away the underlying gui toolkit
until the only thing it doesn't implement on it's own is a set of
features common to all gui toolkits (that is: max. what the win32 api of
<=1995 could do, i.e. about nothing ;))..

> I think, all the Linux systems have Gtk.

yes, at least the ones that have graphics at all...

cheers,
  Danny


_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to