Fwd: [PHP-GTK-DEV] get (.exe) from phpgtk2 on windows
[email protected] (Elizabeth Smith) Thu, 11 Mar 2010 07:56:27 -0500
| Newsgroups | php.gtk.dev |
|---|---|
| Message-ID | <[email protected]> |
---------- Forwarded message ---------- From: Elizabeth Smith <[email protected]> Date: Thu, Mar 11, 2010 at 7:55 AM Subject: Re: [PHP-GTK-DEV] get (.exe) from phpgtk2 on windows To: raedbenz <[email protected]> That's the difference between using a compiled language and an interpreted language - don't compare php-gtk to VB or C, compare it to pygtk or perl-gtk or ruby-gtk or any similar interpreted language. Also remember that although Gtk+ itself is not native on windows (you have to install all the libraries too) it IS native on any system using Gnome. That's why the windows install is larger. Also remember you can write multiple php-gtk programs, but a machine only needs one install of php-gtk - it's like having to install the .NET runtime or Mono If size (and/or speed) are paramount for what you're writing, an interpreted language is probably not the best choice - choose a compiled language (right tool for the job) Also 30MB? php-gtk for windows with a minimal PHP install, all the gtk libraries, and no internationalization runs about 13MB - there are things you can strip out when you distribute if you're really having issues with size. Thanks, Elizabeth oops, forgot the list On Thu, Mar 11, 2010 at 2:46 AM, raedbenz <[email protected]> wrote: > > > > Madeleine D.-3 wrote: > > > > > > The last I knew, there wasn't one that actually worked. Priadoblender > > <http://pb.impressivegames.com/> was a possibility, but I haven't seen > > much recent activity on it. > > > > Madeleine D. > > > > > > > > raedbenz wrote: > >> Hello,, > >> > >> > >> how to get a windows executable for phpgtk2 app? > >> is there a way to compile phpgtk2? > >> > >> thanks > >> > > > > -- > > PHP-GTK Development Mailing List (http://gtk.php.net/) > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > if i want to distribute my code then i have to give the PHPGTK package with > my code, it will be 30 mB lets say,, if i wrote and compiled the same app > with VC++, GTK+ (windows), or VB, then it will be about 10Kb. > > hints???? > -- > View this message in context: > http://old.nabble.com/get-%28.exe%29-from-phpgtk2-on-windows-tp27856801p27860301.html > Sent from the Php - GTK - Dev mailing list archive at Nabble.com. > > > -- > PHP-GTK Development Mailing List (http://gtk.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >