<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: I&#8217;m not dead - Compiling Gtk on Windows</title>
	<link>http://elizabethmariesmith.com/2007/01/im-not-dead-compiling-gtk-on-windows/</link>
	<description>Night is darkest just before the dawn...</description>
	<pubDate>Sat, 06 Sep 2008 01:36:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: dot</title>
		<link>http://elizabethmariesmith.com/2007/01/im-not-dead-compiling-gtk-on-windows/#comment-30436</link>
		<author>dot</author>
		<pubDate>Fri, 09 Mar 2007 02:52:45 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2007/01/im-not-dead-compiling-gtk-on-windows/#comment-30436</guid>
		<description>&#62; It has less to do with “Native Windows apps are hard” and more to do rn&#62; with “I can write a php app in a day - and I don’t have to compile it so rn&#62; it runs on my mac and my linux box and my Winxp machine and the old rn&#62; win98 machine…rnrnok I thought it was “Native Windows apps are hard” but if not more power to you... ;)</description>
		<content:encoded><![CDATA[<p>&gt; It has less to do with “Native Windows apps are hard” and more to do rn&gt; with “I can write a php app in a day - and I don’t have to compile it so rn&gt; it runs on my mac and my linux box and my Winxp machine and the old rn&gt; win98 machine…rnrnok I thought it was “Native Windows apps are hard” but if not more power to you&#8230; <img src='http://elizabethmariesmith.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auroraeosrose</title>
		<link>http://elizabethmariesmith.com/2007/01/im-not-dead-compiling-gtk-on-windows/#comment-27815</link>
		<author>auroraeosrose</author>
		<pubDate>Sun, 25 Feb 2007 05:23:27 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2007/01/im-not-dead-compiling-gtk-on-windows/#comment-27815</guid>
		<description>The very basic edition costs $299.00 - I don't know about you but I don't have almost three hundred dollars to throw around just to build open source windows apps.rnrnI've been learning quite a bit of C and C++ but they lose in two important areas - time to develop and cross-platform deployment.  I can write it with php-gtk and run it on OS/2 if I'm nuts enough.  I don't have to compile my program either...the strong point of a scripting language.  It has less to do with "Native Windows apps are hard" and more to do with "I can write a php app in a day - and I don't have to compile it so it runs on my mac and my linux box and my Winxp machine and the old win98 machine..."</description>
		<content:encoded><![CDATA[<p>The very basic edition costs $299.00 - I don&#8217;t know about you but I don&#8217;t have almost three hundred dollars to throw around just to build open source windows apps.rnrnI&#8217;ve been learning quite a bit of C and C++ but they lose in two important areas - time to develop and cross-platform deployment.  I can write it with php-gtk and run it on OS/2 if I&#8217;m nuts enough.  I don&#8217;t have to compile my program either&#8230;the strong point of a scripting language.  It has less to do with &#8220;Native Windows apps are hard&#8221; and more to do with &#8220;I can write a php app in a day - and I don&#8217;t have to compile it so it runs on my mac and my linux box and my Winxp machine and the old win98 machine&#8230;&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dot</title>
		<link>http://elizabethmariesmith.com/2007/01/im-not-dead-compiling-gtk-on-windows/#comment-27790</link>
		<author>dot</author>
		<pubDate>Sat, 24 Feb 2007 19:20:32 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2007/01/im-not-dead-compiling-gtk-on-windows/#comment-27790</guid>
		<description>you should get the paying version of visual studio .net, I think the basic versions is around $100. It makes things easier and it comes with a lot of stuff for learning. you might even end up switching from php to C++ or .Net! Native Windows apps arent' really that bad to write.</description>
		<content:encoded><![CDATA[<p>you should get the paying version of visual studio .net, I think the basic versions is around $100. It makes things easier and it comes with a lot of stuff for learning. you might even end up switching from php to C++ or .Net! Native Windows apps arent&#8217; really that bad to write.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: auroraeosrose</title>
		<link>http://elizabethmariesmith.com/2007/01/im-not-dead-compiling-gtk-on-windows/#comment-27031</link>
		<author>auroraeosrose</author>
		<pubDate>Sun, 11 Feb 2007 22:52:12 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2007/01/im-not-dead-compiling-gtk-on-windows/#comment-27031</guid>
		<description>I haven't had any problems USING gtk+ on win32 - in fact the mingw stock builds work better than fine (even mixing C runtimes doesn't seem to phase it)  The point of building it on msvc is to get around mixing C runtimes - since I'm building php and php-gtk2 (a wrapper for gtk+ which makes working with it fabulous and fast - with all the pluses of php :) with MSVC 2005 which uses a different C runtime.  I don't actually use C/C++ with Gtk+  - YUCK ;)  But with php-gtk2 (like pygtk) you can have an app up and running in five minutes.  Web-based is not always the right fit for an application.  What happens when you have no internet access?  And the problems with an xul/gecko based app is it will have all the weaknesses inherent with mozilla/gecko (can we say strange memory leaks from hell?  Don't try to run an xulbased app overnight on windows...)</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t had any problems USING gtk+ on win32 - in fact the mingw stock builds work better than fine (even mixing C runtimes doesn&#8217;t seem to phase it)  The point of building it on msvc is to get around mixing C runtimes - since I&#8217;m building php and php-gtk2 (a wrapper for gtk+ which makes working with it fabulous and fast - with all the pluses of php <img src='http://elizabethmariesmith.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> with MSVC 2005 which uses a different C runtime.  I don&#8217;t actually use C/C++ with Gtk+  - YUCK <img src='http://elizabethmariesmith.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  But with php-gtk2 (like pygtk) you can have an app up and running in five minutes.  Web-based is not always the right fit for an application.  What happens when you have no internet access?  And the problems with an xul/gecko based app is it will have all the weaknesses inherent with mozilla/gecko (can we say strange memory leaks from hell?  Don&#8217;t try to run an xulbased app overnight on windows&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd</title>
		<link>http://elizabethmariesmith.com/2007/01/im-not-dead-compiling-gtk-on-windows/#comment-27018</link>
		<author>Todd</author>
		<pubDate>Sun, 11 Feb 2007 14:46:12 +0000</pubDate>
		<guid>http://elizabethmariesmith.com/2007/01/im-not-dead-compiling-gtk-on-windows/#comment-27018</guid>
		<description>Hey,rn  Gtk+ on win32 with msvc isn't easy.  I spent a good year going back and forth building gtk+ on windows.  In the end, I realized what I really wanted was to build software and while I enjoyed writing in C/C++ - it's not the most productive language for every task.  Eventually, the requirements for our product pushed me to getting Gecko built and integrated with Gtk+ in windows.  This was a huge effort and as before the benefits to me were small.  After working more and more with the Gecko platform I realized it would do everything I needed.  Plus it integrated very nicely in both Mac and Windows platforms (the primary targets of our consumer base).   This drove me to rethink how I was building our application and to ultimately drop Gtk+ as our platform and transition completely over to C++/Javascript in the Xulrunner platform.  Finally, after 14 months 10 of which we spent on Gtk+ and 4 with XUL we had released a product.  Now at my new job we have done almost the same exact thing, but in the web space.  We started down the path of trying to use Java, spending months on SOAP interfaces that ulitmately didn't meet the product requirements to in a very short time 6 months, standing up an entire sweet of applications using Ruby and Javscript.  I guess what I'm trying to say is don't kill yourself getting Gtk+ working in windows, it won't be easy... If windows is your target, try something windows focused.  For cross platform, I'd say either go web based or go XulRunner...   Anyways, just my story and my 2 cents.  Good Luck!</description>
		<content:encoded><![CDATA[<p>Hey,rn  Gtk+ on win32 with msvc isn&#8217;t easy.  I spent a good year going back and forth building gtk+ on windows.  In the end, I realized what I really wanted was to build software and while I enjoyed writing in C/C++ - it&#8217;s not the most productive language for every task.  Eventually, the requirements for our product pushed me to getting Gecko built and integrated with Gtk+ in windows.  This was a huge effort and as before the benefits to me were small.  After working more and more with the Gecko platform I realized it would do everything I needed.  Plus it integrated very nicely in both Mac and Windows platforms (the primary targets of our consumer base).   This drove me to rethink how I was building our application and to ultimately drop Gtk+ as our platform and transition completely over to C++/Javascript in the Xulrunner platform.  Finally, after 14 months 10 of which we spent on Gtk+ and 4 with XUL we had released a product.  Now at my new job we have done almost the same exact thing, but in the web space.  We started down the path of trying to use Java, spending months on SOAP interfaces that ulitmately didn&#8217;t meet the product requirements to in a very short time 6 months, standing up an entire sweet of applications using Ruby and Javscript.  I guess what I&#8217;m trying to say is don&#8217;t kill yourself getting Gtk+ working in windows, it won&#8217;t be easy&#8230; If windows is your target, try something windows focused.  For cross platform, I&#8217;d say either go web based or go XulRunner&#8230;   Anyways, just my story and my 2 cents.  Good Luck!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
