<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/18592/Cross-Platform_Development_with_Free_Pascal_2_2_0</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Thu, 09 Jul 2009 21:09:20 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?269976</link>
			<guid isPermaLink="true">http://osnews.com/thread?269976</guid>
			<description>How good is Lazarus today? I was very interested in its development back in 2000-2002, partially because Kylix utterly failed. But then I learned C and GTK and kinda never looked back. I visited the Lazarus website from time to time, but their screenshots are severely outdated: they're still showing GTK 1 screenshots in 2007! This made me think that their development has halted or is very very slow.<br />
<br />
Does the LCL still imitate the VCL or did they also add new things? The VCL is nice for mostly-fixed layout GUIs, but horrible for resizable dialogs because of the lack of sizers ala GTK and wxWidgets. Delphi 7 still suffers from this problem.<br />
<br />
It's a shame to read that generics/template support is still in development. I think that any serious modern statically typed OO programming language should support generics/templates. Don't make me think back of the days when I had to write 3 different list classes just because I want to store different data types in it without requiring clients to cast return values.Edited 2007-09-10 16:39</description>
			<pubDate>Mon, 10 Sep 2007 16:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (FooBarWidget)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>nice to hear</title>
			<link>http://osnews.com/thread?269981</link>
			<guid isPermaLink="true">http://osnews.com/thread?269981</guid>
			<description>Nice to hear that the pascal language is still around....as it is my first real language I learned when taking introductory courses in programming.<br />
<br />
Wanted to try it out n freeBSD but since I'm running a 64 bits os, I wasn't able to install it. Hope they will deliver that version in the future, so I can experiment with it (what will I still know of that language....&quot;-)</description>
			<pubDate>Mon, 10 Sep 2007 17:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (djangoxl)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?269984</link>
			<guid isPermaLink="true">http://osnews.com/thread?269984</guid>
			<description>You can compile Lazarus to use GTK2.<br />
<br />
oh, and Lazarus tries to copy the VCL and it really bugsme, they should have worked on a independent multiplatform style GUI like wxWidgets instead of trying to clone the VCL, don't get me wrong, VCL is the best productivity toolkit around for Win32 programing, but is not really designed to be multiplatform (no, Kylix doesn't count), it is more dessigned to work with the Windows API.<br />
<br />
There is a project that is trying to make it possible:<br />
<br />
<a href="http://sourceforge.net/projects/fpgui/Edited" rel="nofollow">http://sourceforge.net/projects/fpgui/Edited</a> 2007-09-10 17:24</description>
			<pubDate>Mon, 10 Sep 2007 17:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Hiev)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>From the article...</title>
			<link>http://osnews.com/thread?269987</link>
			<guid isPermaLink="true">http://osnews.com/thread?269987</guid>
			<description><div class="cquote">One can wonder whether the speed of benchmarks says anything about real (graphical) applications. Comparing the response of the popular Java IDE Eclipse with the response of Lazarus will quickly convince one of the difference.  </div><br />
<br />
You compare and IDE that does background compilation, automatic syntax checking that not only checks the syntax but also offers solutions to said errors (via QuickFix), and also provides pretty much everything a developer can need to develop software, with a pretty barebones IDE. Is it any surprise that one consumes more memory and appears more sluggish than the other? What has this got to do with evil *waves hands about* JIT?</description>
			<pubDate>Mon, 10 Sep 2007 17:48:00 GMT</pubDate>
			<author>donotreply@osnews.com (evangs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: From the article...</title>
			<link>http://osnews.com/thread?269990</link>
			<guid isPermaLink="true">http://osnews.com/thread?269990</guid>
			<description>Eclipse uses Java, a managed programing platform that uses tons of memory, that makes it slower, Lazarus use Free Pascal witch is native, is obvious that native is faster than managed, not need to complaine about it since both are good.Edited 2007-09-10 18:00</description>
			<pubDate>Mon, 10 Sep 2007 17:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (Hiev)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: From the article...</title>
			<link>http://osnews.com/thread?269993</link>
			<guid isPermaLink="true">http://osnews.com/thread?269993</guid>
			<description>You're mistaken. Lazarus also does syntax checking, code-completion, has refactoring tools, context-sensitive help and tooltips. Further a debugger, two-way form editor, syntax highlighting offcourse snd you can add your own plugins. Everything a Pascal-programmer needs.<br />
<br />
It only doesn't do background compilation (it can do syntax-checking, though) because you don't need that when all your program are compiled within a few seconds.</description>
			<pubDate>Mon, 10 Sep 2007 18:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (loesje)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>AmigaOS, MorphOS</title>
			<link>http://osnews.com/thread?269995</link>
			<guid isPermaLink="true">http://osnews.com/thread?269995</guid>
			<description>For those waiting for an updated port of FreePascal to OS4 and MOS, read here:<br />
<a href="http://www.morphzone.org/modules/newbb_plus/viewtopic.php?forum=9&amp;topic_id=3553&amp;sortname=&amp;sortorder=&amp;sortdays=&amp;viewmode=flat&amp;order=0&amp;start=26" rel="nofollow">http://www.morphzone.org/modules/newbb_plus/viewtopic.php?forum=9&a...</a></description>
			<pubDate>Mon, 10 Sep 2007 18:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (p-OS)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270001</link>
			<guid isPermaLink="true">http://osnews.com/thread?270001</guid>
			<description>I miss templates as well... TObject just doesn't cut it.</description>
			<pubDate>Mon, 10 Sep 2007 18:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (dr_evil)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>osx / carbon</title>
			<link>http://osnews.com/thread?270007</link>
			<guid isPermaLink="true">http://osnews.com/thread?270007</guid>
			<description>i'm looking at the progress of freepascal every now and than because i liked pascal very much, back in the old days. the problem nowadays is developing GUI applications for mac os.<br />
<br />
in the article it says, that carbon is near complete - but carbon is outdated and it's a question of time, till it's obsolete. no one wants to use carbon applications today. so my question is: what about cocoa?<br />
<br />
are there chances that cocoa will be supported somewhen? i've searched the internet on this topic but can't find much.</description>
			<pubDate>Mon, 10 Sep 2007 19:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (aurora)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: osx / carbon</title>
			<link>http://osnews.com/thread?270009</link>
			<guid isPermaLink="true">http://osnews.com/thread?270009</guid>
			<description>Cocoa requires Objective C, dunno if there's any way around that.</description>
			<pubDate>Mon, 10 Sep 2007 20:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (Johann Chua)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270046</link>
			<guid isPermaLink="true">http://osnews.com/thread?270046</guid>
			<description>Delphi uses anchors for sizeable dialogs. This feature has been introduced even before Delphi 7. BTW, .Net uses the same concept just with a different name (&quot;dock&quot;). This concept is really easy and powerful.</description>
			<pubDate>Mon, 10 Sep 2007 22:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (fbarns)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270049</link>
			<guid isPermaLink="true">http://osnews.com/thread?270049</guid>
			<description>Oh wow, I didn't know that. Thanks a lot. <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Mon, 10 Sep 2007 22:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (FooBarWidget)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270050</link>
			<guid isPermaLink="true">http://osnews.com/thread?270050</guid>
			<description>Idiot. Templates are no replacement for Inheritance.</description>
			<pubDate>Mon, 10 Sep 2007 22:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (WiggetyWhack)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270052</link>
			<guid isPermaLink="true">http://osnews.com/thread?270052</guid>
			<description>Yeah... because sizing logic is so hard to do, if automatically done for me, I will use something else...<br />
<br />
Chode.</description>
			<pubDate>Mon, 10 Sep 2007 22:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (WiggetyWhack)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270057</link>
			<guid isPermaLink="true">http://osnews.com/thread?270057</guid>
			<description>Are you saying &quot;I don't care because I can write sizing code myself&quot;? What an elitist attitude. Just because I can doesn't mean I should. Give me one good reason why I should waste my time on micromanaging coordinates instead  of focusing on solving the problem.</description>
			<pubDate>Mon, 10 Sep 2007 22:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (FooBarWidget)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Lazarus</title>
			<link>http://osnews.com/thread?270081</link>
			<guid isPermaLink="true">http://osnews.com/thread?270081</guid>
			<description>Lazarus does not yet have the polish of Delphi, but it can create nice cross-platform applications. The Windows applications are really very good. Linux relies on GTK1, and dependency issues make supportimg all distributions difficult. The OSX Carbon components have really progressed rapidly - you can create usuable OSX, Windows and Linux apps simply by recompiling to the target OS.<br />
<br />
I actually think that the Carbon/Cocoa distinction is a bit silly - Lazarus allows a user to create good applications fast, and I really think Carbon is so useful it will be supported for a long time, e.g. see<br />
<br />
<a href="http://unsanity.org/archives/mac_os_x/carbon_vs_cocoa.php" rel="nofollow">http://unsanity.org/archives/mac_os_x/carbon_vs_cocoa.php</a></description>
			<pubDate>Tue, 11 Sep 2007 00:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (crlab)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270103</link>
			<guid isPermaLink="true">http://osnews.com/thread?270103</guid>
			<description>Jesus christ. We are talking about ONE function to handle resize... &quot;Textbox1.Width = ParentDialog.Width - 540; Textbox2.Left = ParentDialog..Width - 1060;&quot; etc. Seriously. You java/.NET folks need to get your head out of your ass... System.devices.cdRecorders.burnISO.FromFile(...) (or whatever the f--k that does all the work for you) does not make you a good programmer. And we aren't even talking about something complex like burning an ISO. We are talking ONE TO TWO LINES OF CODE IN THE ONRESIZE FOR EACH WIDGET YOU NEED TO HANDLE. And they aren't even functions! Simple value assignment. Loser</description>
			<pubDate>Tue, 11 Sep 2007 01:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (WiggetyWhack)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270112</link>
			<guid isPermaLink="true">http://osnews.com/thread?270112</guid>
			<description>What kind of non-font-sensitive, non-language-aware, hard-coded piece of shit as that?<br />
<br />
If you do resize logic wrong, then yeah, it's easy, but it's 2007 --- we're getting past the point where you can give a wrong answer to a hard question just because it's easier than giving the right answer. If you do layout _right_, it's hard, and it's something the toolkit better handle.Edited 2007-09-11 01:59</description>
			<pubDate>Tue, 11 Sep 2007 01:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (rayiner)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Total bunk</title>
			<link>http://osnews.com/thread?270153</link>
			<guid isPermaLink="true">http://osnews.com/thread?270153</guid>
			<description>The &quot;IDE&quot; that the article refers too is about as close to an &quot;IDE&quot; as notepad.  What a bunch of misleading garbage.  I read the article thinking dang man they must have something like Netbeans or Eclipse and what do you get instead, a friggin DOS based piece of crap that looks like the same friggin 386 compiler I used back in 1993 for ADA.  Pascal was my first language and as such I kind of have fond memories of it since it is so easy to learn.  So I was really excited when I read this article thinking I may have found a good cross platform solution for developing some GUI utilities that I need.  Come to find out after downloading and installing the &quot;IDE&quot; it was nothing more than a DOS looking (yes I am not kidding) DOS looking piece of software right out of the pre-Win95 days.  And I totally agree with the post above by evangs,  comparing this to Eclipse is a complete mis-representation of the facts.  Eclipse, Netbeans, Visual Studio, and SharpDevelop are light years ahead of this dinosaur and there is no friggin way you can compare them with &quot;Free Pascal&quot;.  So unless I am just not finding the right &quot;IDE&quot; on the Free Pascal website then this is a total joke and should not be considered a serious contender for any major development decision.   If there is a real &quot;IDE&quot; for Free Pascal please post a reply with the location because I would love to see it.</description>
			<pubDate>Tue, 11 Sep 2007 04:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (redbarchetta)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Total bunk</title>
			<link>http://osnews.com/thread?270159</link>
			<guid isPermaLink="true">http://osnews.com/thread?270159</guid>
			<description>I wouldn't be very quick to judge an IDE just by it's look. The OpenDylan IDE has a distinct Win95 look to it, but in many respects it's more advanced than Eclipse or NetBeans (eg: full compiler integration). SLIME is a pre Win95-looking Emacs add-on, but it's much more advanced than NetBeans or Eclipse in ways that matter.<br />
<br />
I used Eclipse for a couple of projects over the period of a year, and I'm not very impressed. It's basically got a lot of gimmicks to make up for two major weaknesses: no real integration with the compiler, and a language that requires lot's of wizards and crap to get anything done.<br />
<br />
That said, I'm not saying the FreePascal IDE is any better, but rather that you'd be surprised how a primitive-looking interface can hide a lot of powerful features, which show themselves only when you use the thing to write a lot of code.</description>
			<pubDate>Tue, 11 Sep 2007 04:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (rayiner)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Total bunk</title>
			<link>http://osnews.com/thread?270160</link>
			<guid isPermaLink="true">http://osnews.com/thread?270160</guid>
			<description><div class="cquote">The &quot;IDE&quot; that the article refers too is about as close to an &quot;IDE&quot; as notepad. What a bunch of misleading garbage. I read the article thinking dang man they must have something like Netbeans or Eclipse and what do you get instead, a friggin DOS based piece of crap that looks like the same friggin 386 compiler I used back in 1993 for ADA. </div><br />
<br />
Hi, the included IDE is actually not as bad as you make it sound.  It is a clone of Borland Turbo Pascal's IDE for DOS.  <br />
<br />
However, the IDE that was talked about in the article that can do RAD is called &quot;Lazarus&quot; and you can find it at <a href="http://lazarus.freepascal.org/" rel="nofollow">http://lazarus.freepascal.org/</a><br />
<br />
Lazarus really is a good IDE if you've used something like Delphi or the early versions of VB.  It's very comparable to those.  It also can do cross platform applications just like stated in the article, it really is just a simple recompile away from another platform.  I'm just not a huge fan of Pascal, but if I was I'd definitely be all about Free Pascal/Lazarus, the speed of the compiler is just absolutely amazing after having used hello-world-in-c++-takes-five-seconds-to-compile-on-a-dual-core <br />
GCC.  Not that it is a fair comparison since C++ is a very difficult language to compile.</description>
			<pubDate>Tue, 11 Sep 2007 04:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (the_trapper)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Total bunk</title>
			<link>http://osnews.com/thread?270169</link>
			<guid isPermaLink="true">http://osnews.com/thread?270169</guid>
			<description>Thanks for the link, I will check it out.. I figured there had to be something better than what I saw from the Free Pascal site.   And as far as trying to compare the DOS version of Free Pascal to Netbeans or any other full featured GUI based IDE ( this is in response to the first guy who posted a response to my thread ) don't even think about going there.  I would love to see someone sit down and whip out a GUI in FPC DOS at the same time someone is whipping out the same GUI in Netbeans and lets just see who gets done first.   Anyway thanks for the link.</description>
			<pubDate>Tue, 11 Sep 2007 05:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (redbarchetta)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Lazarus</title>
			<link>http://osnews.com/thread?270176</link>
			<guid isPermaLink="true">http://osnews.com/thread?270176</guid>
			<description>So your evidence for Cocoa being slow is a blog post from almost 5 years ago? Cocoa was a new API back then since Carbon has existed since OS 9 times. These days, most of the development on OS X is focused on Cocoa.</description>
			<pubDate>Tue, 11 Sep 2007 06:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (evangs)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270179</link>
			<guid isPermaLink="true">http://osnews.com/thread?270179</guid>
			<description>Uhm yeah, good for you. But I have 300 widgets. You still haven't given me a good reason to waste my time on 300 lines of code (probably more, because some widget's position depends on others, or depends on some conditions) instead of using that to solve a real problem.<br />
<br />
As I said, an elitist attitude.</description>
			<pubDate>Tue, 11 Sep 2007 06:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (FooBarWidget)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Pixel</title>
			<link>http://osnews.com/thread?270186</link>
			<guid isPermaLink="true">http://osnews.com/thread?270186</guid>
			<description>Just in case somebody didn't notice, Pixel image editor is written using mix of FreePascal, C and assembler: <a href="http://www.kanzelsberger.com" rel="nofollow">http://www.kanzelsberger.com</a></description>
			<pubDate>Tue, 11 Sep 2007 06:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Brmbolec)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>What about textual user interface</title>
			<link>http://osnews.com/thread?270198</link>
			<guid isPermaLink="true">http://osnews.com/thread?270198</guid>
			<description>As I am planning to use FPC on a small Linux system (read no X) I would like to know if there is _any_ textual user interface (such as TechnoJock's Object Toolkit) for FPC. <br />
<br />
I know that FreeVision is &quot;available&quot; but I haven't been able to find any kind of Pascal documentation for it, only a reference that the FPC's IDE (not Lazareus) uses it.<br />
<br />
Please post if you know anything.</description>
			<pubDate>Tue, 11 Sep 2007 07:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Jonix)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Pixel Image Editor uses FPC</title>
			<link>http://osnews.com/thread?270200</link>
			<guid isPermaLink="true">http://osnews.com/thread?270200</guid>
			<description>In the latest LinuxJournal magazine there is an interview about the developer behind the image editor Pixel, one of the main strength is that it is very portable.<br />
<br />
<a href="http://www.kanzelsberger.com/pixel/?page_id=12" rel="nofollow">http://www.kanzelsberger.com/pixel/?page_id=12</a><br />
<br />
<a href="http://en.wikipedia.org/wiki/Pixel_image_editor" rel="nofollow">http://en.wikipedia.org/wiki/Pixel_image_editor</a></description>
			<pubDate>Tue, 11 Sep 2007 07:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (Jonix)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270203</link>
			<guid isPermaLink="true">http://osnews.com/thread?270203</guid>
			<description><div class="cquote">There is a project that is trying to make it possible:<br />
<br />
<a href="http://sourceforge.net/projects/fpgui/" rel="nofollow">http://sourceforge.net/projects/fpgui/</a> </div><br />
<br />
That's correct. fpGUI doesn't try and be VCL compatible and talks directly to the underlying Windowing System. Which means any fpGUI based application has no dependencies on large 3rdParty libraries like GTK1 or GTK2 does.  Which makes application deployment a breeze!<br />
<br />
fpGUI now also has a Visual Form Designer to speed up your development.</description>
			<pubDate>Tue, 11 Sep 2007 07:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (ggeldenhuys)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270204</link>
			<guid isPermaLink="true">http://osnews.com/thread?270204</guid>
			<description><div class="cquote">The VCL is nice for mostly-fixed layout GUIs, but horrible for resizable dialogs because of the lack of sizers ala GTK and wxWidgets. Delphi 7 still suffers from this problem. </div><br />
<br />
The LCL and VCL gets around this with a feature called Anchors. The LCL's anchors are a lot more flexible (better) than Delphi's ones.<br />
<br />
BTW:  The fpGUI project also features Anchors and should have Layout Managers (like Java or Qt) real soon.</description>
			<pubDate>Tue, 11 Sep 2007 07:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (ggeldenhuys)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Lazarus</title>
			<link>http://osnews.com/thread?270206</link>
			<guid isPermaLink="true">http://osnews.com/thread?270206</guid>
			<description><div class="cquote">Windows applications are really very good. Linux relies on GTK1, and dependency issues make supportimg all distributions difficult.  </div><br />
 <br />
 Lazarus can use GTK2 as well, but the dependency issue is still there.  That is why the fpGUI project [<a href="http://opensoft.homeip.net/fpgui/" rel="nofollow">http://opensoft.homeip.net/fpgui/</a>] has been started. It talks directly to the underlying windowing systems (Xlib or GDI) so there is no dependency issues.Edited 2007-09-11 08:00 UTC</description>
			<pubDate>Tue, 11 Sep 2007 07:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (ggeldenhuys)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: Lazarus</title>
			<link>http://osnews.com/thread?270211</link>
			<guid isPermaLink="true">http://osnews.com/thread?270211</guid>
			<description>Why is GTK2 dependency a problem? I don't know any post-2004 Linux desktop system that doesn't have GTK2 installed. I think it's safe to say that 99% of Linux *desktop* systems have GTK2.</description>
			<pubDate>Tue, 11 Sep 2007 08:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (FooBarWidget)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270214</link>
			<guid isPermaLink="true">http://osnews.com/thread?270214</guid>
			<description>What are you talking about here? <br />
<br />
Lazarus has the BEST sizing attributes I have used in any widgetset/toolkit. It has both anchors and alignment and also a concept of &quot;neighbors&quot;.<br />
<br />
You can do virtually anything with all 3. Just coz you don't know shit about what you say doesn't mean it's not there.<br />
<br />
+ the gtk style of &quot;autolayouts&quot; is 80s. It's useless.</description>
			<pubDate>Tue, 11 Sep 2007 08:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almindor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Cross-Compiling Forgoten?</title>
			<link>http://osnews.com/thread?270215</link>
			<guid isPermaLink="true">http://osnews.com/thread?270215</guid>
			<description>Another feature for which FPC rocks is it's ability to generate code WITH GUI ELEMENTS (!!!!!!!) that can run on ARM based PDA's and Smart Devices. I have used it in arm-wince based devices.<br />
<br />
Neat, clean and without the tons of GB's and setting mayhem that comes with MSVS.</description>
			<pubDate>Tue, 11 Sep 2007 08:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (thanOS)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Total bunk</title>
			<link>http://osnews.com/thread?270217</link>
			<guid isPermaLink="true">http://osnews.com/thread?270217</guid>
			<description>Where did you learn to read pal?<br />
<br />
The &quot;RAD&quot; IDE is called Lazarus from <a href="http://lazarus.freepascal.org" rel="nofollow">http://lazarus.freepascal.org</a><br />
<br />
The textmode IDE ala TP is called fpIDE and is part of the free pascal package (and btw. most fpc devels still use that because it had better gdb support in windows).<br />
<br />
In any case next time, before you put something down, please try to read properly.</description>
			<pubDate>Tue, 11 Sep 2007 08:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almindor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270223</link>
			<guid isPermaLink="true">http://osnews.com/thread?270223</guid>
			<description>&gt; Delphi uses anchors for sizeable dialogs<br />
<br />
Correct. It also has the &quot;align&quot; property, and has so since version 1. It is a bit unweildy (just as it can be with any resizable container that is aligned to a specific &quot;area&quot; of another container), but it's workable.<br />
<br />
&gt; .Net uses the same concept just with a different name (&quot;dock&quot;). <br />
<br />
Wrong. This is called &quot;anchor&quot; in dotNet. It works exactly as the Delphi version does too.</description>
			<pubDate>Tue, 11 Sep 2007 09:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (memson)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Lazarus</title>
			<link>http://osnews.com/thread?270228</link>
			<guid isPermaLink="true">http://osnews.com/thread?270228</guid>
			<description><div class="cquote">Why is GTK2 dependency a problem? I don't know any post-2004 Linux desktop system that doesn't have GTK2 installed. I think it's safe to say that 99% of Linux *desktop* systems have GTK2. </div><br />
<br />
NO, not all distros come with GTK2. Kubuntu or any other KDE based distro doesn't come with GTK1 or GTK2. A bare bones X Window system (Linux or FreeBSD) comes with some lightweight window manager. Normally not with Gnome or some other GTK2 base WM.  <br />
<br />
Also installing GTK2 afterwards is normally a pain. It's not just a single package. It's gtk, gtk-comon, gdk, pango etc...  A lot of packages just to get a GTK2 app running.  Then lets talk about different versions on GTK2.  Distro's are normally behind compared to the latest GTK2 version available, so your applications will have a hell of a time trying to run if it was designed with the latest GTK2.<br />
<br />
Talking directly to XLib (like fpGUI does) removes all those problems! And your applications will run, no matter what lightweight or heavy WM you have installed.</description>
			<pubDate>Tue, 11 Sep 2007 09:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (ggeldenhuys)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: osx / carbon</title>
			<link>http://osnews.com/thread?270239</link>
			<guid isPermaLink="true">http://osnews.com/thread?270239</guid>
			<description>Carbon is considered deprecated by Apple.However not by the users, since it seems the main widgetset used on Mac. What do you think the Offices, Adobe Reader and the many  Aquifications of X apps (like e.g. LyX)use?<br />
<br />
Carbon is way full featured enough, and is better suited to be accessed from existing applications.<br />
<br />
Cocoa is an application framework, not a pure widget set. Even to the language (admitted, you appear to be able to avoid Objective C, but it is harder)</description>
			<pubDate>Tue, 11 Sep 2007 11:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (marcovtje)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270241</link>
			<guid isPermaLink="true">http://osnews.com/thread?270241</guid>
			<description>Lazarus has years of experience of porting the VCL to GTK. It is suitable enough.  The nice part is the ease that people can use the native widgetset (GDI,GTK,Carbon) to improve the (OS specific) behaviour of the app, and mix OS independant with dependant components.<br />
<br />
This avoids a bit the &quot;lowest common denomitor&quot; problem that a portable widget set has.</description>
			<pubDate>Tue, 11 Sep 2007 11:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (marcovtje)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270242</link>
			<guid isPermaLink="true">http://osnews.com/thread?270242</guid>
			<description>(psht! Don't tell anyone!, there are generics beta in this release)<br />
<br />
See the FPC wiki (when it is unslashdoted) for more info</description>
			<pubDate>Tue, 11 Sep 2007 11:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (marcovtje)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270243</link>
			<guid isPermaLink="true">http://osnews.com/thread?270243</guid>
			<description>There is a layout engine as memson describes in the VCL (and LCL) If you don't know that, you obviously never seriously worked with it.</description>
			<pubDate>Tue, 11 Sep 2007 11:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (marcovtje)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: nice to hear</title>
			<link>http://osnews.com/thread?270244</link>
			<guid isPermaLink="true">http://osnews.com/thread?270244</guid>
			<description>Actually the development version generates 64-bit FreeBSD binaries. Unfortunately 64-bit FreeBSD refuses to run them (probably some ELF header gotcha).<br />
<br />
This has stalled the progress in this department.</description>
			<pubDate>Tue, 11 Sep 2007 11:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (marcovtje)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[3]: Total bunk</title>
			<link>http://osnews.com/thread?270249</link>
			<guid isPermaLink="true">http://osnews.com/thread?270249</guid>
			<description>I never was able to accomplish anything in netbeans, so I  can easily take your word for it :-)</description>
			<pubDate>Tue, 11 Sep 2007 12:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (marcovtje)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: What about textual user interface</title>
			<link>http://osnews.com/thread?270251</link>
			<guid isPermaLink="true">http://osnews.com/thread?270251</guid>
			<description>Free Vision is a TP Turbo Vision clone.<br />
<br />
There are some differences (most notably the &quot;driver&quot; part for kbd), but for the general framework, you can almost use the TP docs (and 3rd party books) verbatim.<br />
<br />
And those are cheap :_)_</description>
			<pubDate>Tue, 11 Sep 2007 12:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (marcovtje)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Lazarus</title>
			<link>http://osnews.com/thread?270255</link>
			<guid isPermaLink="true">http://osnews.com/thread?270255</guid>
			<description><div class="cquote">NO, not all distros come with GTK2. Kubuntu or any other KDE based distro doesn't come with GTK1 or GTK2. </div><br />
<br />
Might be true for GTK1, but I am pretty sure every distribution ships GTK2 and Qt3, especially since the two are part of the library set specified by the LSB.<br />
<br />
<div class="cquote">Also installing GTK2 afterwards is normally a pain. It's not just a single package. </div><br />
<br />
All distribution package managers do dependency resolution, don't they?</description>
			<pubDate>Tue, 11 Sep 2007 12:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (anda_skoa)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Lazarus</title>
			<link>http://osnews.com/thread?270260</link>
			<guid isPermaLink="true">http://osnews.com/thread?270260</guid>
			<description>No and no.<br />
<br />
Gtk2 isn't present on some KDE only distroes, and vice versa. Gtk1 is even worse.<br />
<br />
And package management is sometimes manual (see slackware, they DO have a dependency check tool, but it's not default IIRC).<br />
<br />
But generally you're right. Distributing gtk2/qt apps isn't much of a problem in the &quot;mainstream&quot; linux desktop world.</description>
			<pubDate>Tue, 11 Sep 2007 13:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almindor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Lazarus</title>
			<link>http://osnews.com/thread?270283</link>
			<guid isPermaLink="true">http://osnews.com/thread?270283</guid>
			<description><div class="cquote">No and no.<br />
Gtk2 isn't present on some KDE only distroes, and vice versa. Gtk1 is even worse. </div><br />
<br />
Thank you. Glad somebody agrees. <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
<div class="cquote">But generally you're right. Distributing gtk2/qt apps isn't much of a problem in the &quot;mainstream&quot; linux desktop world. </div><br />
<br />
Still doesn't solve the library version issue. You create a Qt app using the latest version of Qt 4.3.  No distro I know includes that version. I think they are still on v3.x because of KDE.<br />
<br />
So my point still stands. Using XLib (or GDI) directly as in the case of fpGUI, resolves all kinds of redistribution issues.  Being a ex-Kylix developer I know all about redistribution issues and wasn't going to make that mistake again!</description>
			<pubDate>Tue, 11 Sep 2007 14:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (ggeldenhuys)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Lazarus</title>
			<link>http://osnews.com/thread?270291</link>
			<guid isPermaLink="true">http://osnews.com/thread?270291</guid>
			<description>The point stands, but you get non-native look &amp; feel if you use xlib/GDI. Don't take me wrong, low dependencies are a strong point of FPC and it is only logical to extend this to the GUI. However, Lazarus with GTK2 uses real GTK2 widgets, Lazarus with Win32 uses real Win32 widgets, so it is close to the most native look and feel possible.<br />
<br />
One nice thing about Lazarus is that one can choose, though. GTK1/GTK2/QT/Carbon or the dependency friendly fpGUI, you choose with the push of a button. No source code changes necessary.</description>
			<pubDate>Tue, 11 Sep 2007 15:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (dmantione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: Lazarus</title>
			<link>http://osnews.com/thread?270327</link>
			<guid isPermaLink="true">http://osnews.com/thread?270327</guid>
			<description>I didn't say all. I said most. And which distribution today doesn't support automatic dependency resolution? If I type 'apt-get install gtk2' then APT will automatically install whatever extra dependencies it has. Even FreeBSD's ports supports auto-installing dependencies.<br />
<br />
I dare to say that if people refuse to install GTK in order to use your app, then your app is not worth installing anyway. Likewise, if a good app is written in QT, and I need that app, then I will make sure I have QT.  I don't care about the GNOME/KDE &quot;war&quot;. Even commercial apps like VMWare and BitRock Installer depend on GTK2 and they don't seem to be losing customers because of that.<br />
<br />
Sure, there are hardcore geeks out there that absolutely to refuse GTK/QT (note that I didn't say GNOME/KDE) or other &quot;bloat&quot; because they're running a Pentium 300 with 64 MB RAM (or just because of irrational elitism), but those people consist of, like, 1% of the market. I'd gladly trade that market share with the amount of development time I save by using a good GUI toolkit.<br />
It's a good thing to care about users and to minimize dependencies, but at some point there will be a point of diminishing returns. And I believe anything below GTK2/QT lies past that point.<br />
<br />
<br />
&quot;Distro's are normally behind compared to the latest GTK2 version available, so your applications will have a hell of a time trying to run if it was designed with the latest GTK2.&quot;<br />
<br />
But what does that have to do with you, the developer? Just don't use the most recent GTK APIs and stick to the subset of APIs that were introduced in GTK 2.4 or something. The GTK API docs specifically mention the version where an API is introduced.Edited 2007-09-11 18:42</description>
			<pubDate>Tue, 11 Sep 2007 18:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (FooBarWidget)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Lazarus</title>
			<link>http://osnews.com/thread?270332</link>
			<guid isPermaLink="true">http://osnews.com/thread?270332</guid>
			<description>&quot;Gtk2 isn't present on some KDE only distroes, and vice versa.&quot;<br />
Kubuntu might not install it by default (dunno, I never used Kubuntu) but it sure does provide GTK2. One can install it in literally one command. Ditto for SuSE, another KDE distro.<br />
<br />
&quot;Gtk1 is even worse.&quot;<br />
I don't think anybody cares about GTK1 anymore. GTK2 has been out for about 7 years now, and also has a much nicer API.<br />
<br />
&quot;But generally you're right. Distributing gtk2/qt apps isn't much of a problem in the &quot;mainstream&quot; linux desktop world.&quot;<br />
If my app is a desktop application then I don't want its development to be hindered by distros that aren't serious about entering the mainstream desktop market.</description>
			<pubDate>Tue, 11 Sep 2007 18:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (FooBarWidget)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[4]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270333</link>
			<guid isPermaLink="true">http://osnews.com/thread?270333</guid>
			<description>I wrote a commercial application in Delphi which is still being sold today, so you cannot really accuse me of not having &quot;seriously&quot; worked with it. None of the 3 Delphi books that I have, have ever mentioned the use of anchors.</description>
			<pubDate>Tue, 11 Sep 2007 19:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (FooBarWidget)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270345</link>
			<guid isPermaLink="true">http://osnews.com/thread?270345</guid>
			<description>I have no idea what Lazarus does. I wasn't talking about Lazarus. I was talking about WidgityWack's post about manually writing resize methods, specifically the: <br />
<br />
&quot;Textbox1.Width = ParentDialog.Width - 540; Textbox2.Left = ParentDialog..Width - 1060;&quot;</description>
			<pubDate>Tue, 11 Sep 2007 20:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (rayiner)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270347</link>
			<guid isPermaLink="true">http://osnews.com/thread?270347</guid>
			<description>It's not elitist, it's just dumb. I see these sorts of &quot;programmers&quot; all the time. They think they're better because they do grunt work that can easily be automated by the language/libraries, instead of doing real thinking to solve real problems.</description>
			<pubDate>Tue, 11 Sep 2007 20:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (rayiner)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: Lazarus</title>
			<link>http://osnews.com/thread?270356</link>
			<guid isPermaLink="true">http://osnews.com/thread?270356</guid>
			<description><div class="cquote">The point stands, but you get non-native look &amp; feel if you use xlib/GDI </div><br />
<br />
I write commercial software for a living and that statement is so over rated these days (quoted from my clients). With very popular apps like MS Outlook, MS Office, Windows Media Player, Winamp etc and even Windows Vista that all look non-native, the users have no problems using them! As long as they kinda work the same. My employer who commission my work on fpGUI even said the great feature of fpGUI is that they can select themes (looks) to make their product stand out above all other Windows applications.<br />
<br />
<div class="cquote">One nice thing about Lazarus is that one can choose... your widget set with a push of a button. </div><br />
<br />
That is still only a dream and doesn't work 100% as advertised. The support layers for the different widget sets are all at different levels of completion. We found using the LCL to develop cross-platform applications that needed to be consistant on all platfroms was a nightmare. Hence the reason we wrote our own widget set.  The LCL is trying to catch a constantly moving target - the underlying toolkits are being developed at the same time as the LCL, plus they are trying to be Delphi/VCL compatible. Always playing  catch-up!  Make no mistake, I like the Lazarus IDE, I just have issues with the LCL!</description>
			<pubDate>Tue, 11 Sep 2007 20:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (ggeldenhuys)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[2]: osx / carbon</title>
			<link>http://osnews.com/thread?270402</link>
			<guid isPermaLink="true">http://osnews.com/thread?270402</guid>
			<description>Carbon being deprecated by Apple means the resources that go into advancing the entire OS X Platform are on the Cocoa front alone. The law of diminishing returns will soon see the Carbon stallwarts either jumping ship when the dinky is still available or not. Apple gave you guys a decade to move to Cocoa.</description>
			<pubDate>Wed, 12 Sep 2007 04:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (tyrione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[5]: Lazarus</title>
			<link>http://osnews.com/thread?270471</link>
			<guid isPermaLink="true">http://osnews.com/thread?270471</guid>
			<description>Well yes you're right, but also wrong.<br />
<br />
As was pointed out to me also, there's versioning problems. For example Gtk has breakage between 2.0 and 2.8 regarding some functionality. Some functionality has been added. So if you compile for some Gtk2 version (eg: using SOME newer gtk2 functionality) you won't work on distroes with older gtk2.<br />
<br />
The thing is, Lazarus/LCL tries to be low with new gtk2 stuff but I think even they need 2.4+.<br />
<br />
It's much worse with Qt4. Since Qt is done in C++ anyone using non-C++ has to use a &quot;C-Wrapper&quot; lib. This lib is directly dependant on specific version of Qt4 (4.0, 4.1 etc.) so redistribution is next to impossible without recompilation (typical linux world), or carrying your own qt/gtk libs. But then you might fail on glibc (which breaks between eg: gcc4 and gcc2)</description>
			<pubDate>Wed, 12 Sep 2007 08:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almindor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: How good is Lazarus/FPC?</title>
			<link>http://osnews.com/thread?270473</link>
			<guid isPermaLink="true">http://osnews.com/thread?270473</guid>
			<description>Yes sorry, the original post was below my threshold so I misunderstood. You're right on that front, and as I said, Lazarus has GREAT positioning and autosizing capabilities which have not been surpassed yet by any other model I used. (Netbeans 6, MS stuff including C#/.NET, gtk2(yuck), Qt). The only major stuff I didn't try yet is Cocoa/Carbon (which btw is the same thing in the bottom anyhow so macboys stop yelling &quot;switch&quot; on everyone) since I don't have a Mac.</description>
			<pubDate>Wed, 12 Sep 2007 08:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almindor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Lazarus</title>
			<link>http://osnews.com/thread?270510</link>
			<guid isPermaLink="true">http://osnews.com/thread?270510</guid>
			<description><div class="cquote">The thing is, Lazarus/LCL tries to be low with new gtk2 stuff but I think even they need 2.4+. </div><br />
<br />
Shouldn't be a problem, LSB 3.1 spezifies GTK in version 2.6<br />
<a href="http://tinyurl.com/2seaeq" rel="nofollow">http://tinyurl.com/2seaeq</a><br />
<br />
<div class="cquote">This lib is directly dependant on specific version of Qt4 (4.0, 4.1 etc.) </div><br />
<br />
Since 4.1 includes the ABI of 4.0, anything linking against 4.0 should be able to resolve all symbols when linking against 4.1</description>
			<pubDate>Wed, 12 Sep 2007 11:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (anda_skoa)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[7]: Lazarus</title>
			<link>http://osnews.com/thread?270579</link>
			<guid isPermaLink="true">http://osnews.com/thread?270579</guid>
			<description>Yes but not vice versa and that's the problem <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
LSB is also a moving target. Too much moving. They will probably go to Gtk 2.8 or even 3.x (if such will happen) and then what.<br />
<br />
I'm talking &quot;forward&quot; compatibility here, not backward.<br />
<br />
Compiling on an ancient distro and distributing on new ones isn't the problem here. Compiling on new and making it work on older ones is.<br />
<br />
Eg: in windows, I can compile on windows XP and if I don't use specific stuff (which by default LCL doesn't), I can happily run it in windows 95.</description>
			<pubDate>Wed, 12 Sep 2007 14:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almindor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[8]: Lazarus</title>
			<link>http://osnews.com/thread?270632</link>
			<guid isPermaLink="true">http://osnews.com/thread?270632</guid>
			<description><div class="cquote">LSB is also a moving target. Too much moving. They will probably go to Gtk 2.8 or even 3.x (if such will happen) and then what. </div><br />
<br />
The plan is, as far as I know, to include new things but not to remove old things at the same time, but rather deprecate them and remove them later.<br />
<br />
There was pretty much a consensus on this topic at the last desktop architects meeting I attended.<br />
<br />
<div class="cquote">Compiling on an ancient distro and distributing on new ones isn't the problem here. Compiling on new and making it work on older ones is. </div><br />
<br />
Hmm, if you are just using symbol also available on the old system?<br />
I mean applying the same rules you mentioned about development on Windows.</description>
			<pubDate>Wed, 12 Sep 2007 17:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (anda_skoa)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Forward compatibility for developers</title>
			<link>http://osnews.com/thread?270641</link>
			<guid isPermaLink="true">http://osnews.com/thread?270641</guid>
			<description>Well, one fundamental problem with the Linux model of backward compatibility is that a binary compiled on an old system will work on a new system (if the programmers do their work properly), but a binary compiled on a new system does not run on an old system, due to symbol versioning.<br />
<br />
This even happens if you don't use any new functionality, i.e. your source would perfectly compile on the system.<br />
<br />
On the other hand, a Win32 program compiled on Windows Vista can run on Windows 95 or even Win3.1+Win32s if no new functionality is used.<br />
<br />
The result is that Windows sometimes may get a message &quot;sorry, you need a newer Windows&quot;, but Linux users are constantly upgrading their systems, or compiling packages by hand. This is also the reason why different binaries are needed per Linux distribution.</description>
			<pubDate>Wed, 12 Sep 2007 18:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (dmantione)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[9]: Lazarus</title>
			<link>http://osnews.com/thread?270665</link>
			<guid isPermaLink="true">http://osnews.com/thread?270665</guid>
			<description>Not possible. GLibc for example has broken ABI.</description>
			<pubDate>Wed, 12 Sep 2007 20:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (Almindor)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE[6]: Lazarus</title>
			<link>http://osnews.com/thread?271192</link>
			<guid isPermaLink="true">http://osnews.com/thread?271192</guid>
			<description>&quot;It's much worse with Qt4. Since Qt is done in C++ anyone using non-C++ has to use a &quot;C-Wrapper&quot; lib. This lib is directly dependant on specific version of Qt4 (4.0, 4.1 etc.) so redistribution is next to impossible without recompilation (typical linux world), or carrying your own qt/gtk libs.&quot;<br />
<br />
C++ ABI is a PITA on linux, no question about it (I would say C++ is broken from a ABI point of view anyway). But otherwise, I don't get your problems: breaking glibc between gcc2 and 4 is really not a problem, they are like what, ten years different ? Also, binary incompatibility also arise on windows (I got a problem recently with file descriptor not being compatible between slightly different MS C runtime).<br />
<br />
I tended to think that binary compatibility was the major problem on linux, but maybe the problem really is shared library: <a href="http://www.sagecertification.org/publications/library/proceedings/usenix05/tech/general/full_papers/collberg/collberg.pdf" rel="nofollow">http://www.sagecertification.org/publications/library/proceedings/u...</a></description>
			<pubDate>Fri, 14 Sep 2007 04:35:00 GMT</pubDate>
			<author>donotreply@osnews.com (ashigabou)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Free Pascal for Newbies</title>
			<link>http://osnews.com/thread?271419</link>
			<guid isPermaLink="true">http://osnews.com/thread?271419</guid>
			<description>Hi im a newbie programmer and I would like to know if there are any good tutorials for free pascal / lazarus so i can start learning.<br />
<br />
Thanks!</description>
			<pubDate>Sat, 15 Sep 2007 00:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (businessgeeks)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Free Pascal for Newbies</title>
			<link>http://osnews.com/thread?271475</link>
			<guid isPermaLink="true">http://osnews.com/thread?271475</guid>
			<description>Yes, for example see: <a href="http://taoyue.com/tutorials/pascal/" rel="nofollow">http://taoyue.com/tutorials/pascal/</a></description>
			<pubDate>Sat, 15 Sep 2007 08:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (dmantione)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
