<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://www.osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/10607/Introduction_to_Free_Pascal_2_0</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2013, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Wed, 19 Jun 2013 16:12:28 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>GPC?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Is &quot;Free Pascal&quot; a different entity than GPC (GNU project Pascal Compiler). If so, what are the advantages or disadvantages of using one vs the other.<br />
<br />
The biggest reason that I see for these, in my opinion anyways, is for supporting legacy code. If there's already a lot of Pascal code around to do a specific task, why waste time rewriting it when it can be compiled still and used on modern operating systems?</description>
			<pubDate>Mon, 16 May 2005 19:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: GPC?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><a href="http://www.freepascal.org/faq.html#FPandGNUPascal" rel="nofollow">http://www.freepascal.org/faq.html#FPandGNUPascal</a><br />
<br />
There you go. No thinking involved.</description>
			<pubDate>Mon, 16 May 2005 19:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Object Pascal</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>The later Object Pascal versions of the language is actually very nice to use in most respects.<br />
<br />
There are features in OP7 from Borland that I would die for in C++ or Java (methods attached transparently for property get/set).<br />
<br />
But, there are also langauage features that get in the way IMHO (the whole &quot;begin&quot; and &quot;end&quot; syntax for one).</description>
			<pubDate>Mon, 16 May 2005 19:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Flashback.</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Whoa. If you want a flash from the far far past, go download the release and start up the &quot;IDE.&quot;<br />
<br />
... its an old school DOS-based thing.<br />
<br />
It has *COLORED TEXT-BASED GRAPHICS*<br />
<br />
Its like a time machine. This. Is. So.Cool.</description>
			<pubDate>Mon, 16 May 2005 19:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Coolness Parker... Coolness as far as the eye can see.</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Gonna have to give this a try. I've used FPC in most of it's incarnations, but have rarely deployed it for anything as delphi/kylix or resorting to C has generally made faster programs. The earlier incarnations were solid enough compilers, just... lacking in execution speed.<br />
<br />
Pascal has a warm spot for me, mostly because I went to it from doing Z80 Assembly and DiBol... It was the first high level language I was exposed to, and taught me most every good programming habit I have today. While today I deal daily in C, Java and Perl, I often long for a decent pascal apart from Delphi (which has it's place, but visual programming is counter-intuitive for me, making 80% of it useless)... Most modern languages let you get too many stupid mistakes past the compiler, especially in terms of memory handling or even stupid {censored} like letting typo's compile as new variables... <br />
<br />
The sheer cryptic nature of C and it's myriad of cousins makes debugging a royal bitch, and frustrates many 'normal' Joe's right out of programming. I often wonder if C and the languages that use basically the same syntax are popular for the sheer fact it makes programming look more complex than it really is. The 'unix and C a hoax' routine, where they say &quot;when we got a clean compile from&quot;<br />
for(;P(&quot;n&quot;),R-;P(&quot;|&quot;))for(e=C;e-;P(&quot;_&quot;+(*u++/8)%2))P(&quot;|&quot;+(*u/4)~*~ @~2); <br />
They thought they had something they could sell to the russians to set them back two decades...<br />
<br />
How's the old joke go? Pascal won't let you shoot yourself in the foot.<br />
<br />
Hows</description>
			<pubDate>Mon, 16 May 2005 19:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Very nice development tool</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I have been using FreePascal for various projects since the early 1.0 days. I have always been impressed by the speed of the compiler, good implementation of current Delphi language standards, and its cross-platform support.<br />
<br />
Definitely worth looking at!</description>
			<pubDate>Mon, 16 May 2005 19:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Important in windows programming</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Get real.  The real programming in windows has been in C/C++ for years now.  It is only a small select few that use Delphi for any real projects.  And most of them are hobbie programmers.</description>
			<pubDate>Mon, 16 May 2005 20:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>why three passes?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>IIRC, one of the nice things about the original Pascal was that the compiler needed only to make one pass. Is that true, and does this new version really need to make three passes, or is it better for the sake of maintainability and/or sanity?</description>
			<pubDate>Mon, 16 May 2005 20:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Good trip down memory lane</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>FreePascal could be very useful at universities, since Pascal is great as a 1st programming language, very clean and close to pseudocode.<br />
<br />
I wish I had the old TurboPascal programs I developed at school, to recompile them and see how they are <img src="/images/emo/tongue.gif" alt=";)" /></description>
			<pubDate>Mon, 16 May 2005 20:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Why three passes</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Pascal needs only to do a single pass through the source code to get all symbolic information. That did save on compilation speed and it still does. However, by doing some preprocessing before you generate the actual code you have much more information available to optimize and generate better code.</description>
			<pubDate>Mon, 16 May 2005 20:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:  Important in windows programming</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Actually, I'd say you're almost entirely wrong. <br />
<br />
From my experience, a depressing amount of Windows applications are done in VB, happily followed by Delphi (Borland's proprietary Pascal variant), Visual C++ and then a hodge podge of different things, including Java.<br />
<br />
Until C# came along, Delphi was by far the nicest platform available for developing Windows applications. It made for easy RAD development but also allowed you go right down to the metal (Delphi has pointers, but it makes life easy enough that you just don't need to use them that often).<br />
<br />
I use Delphi at work, and it's a lovely language. There are some issues, like the sparseness of the library in comparison with Java and C#, and the fact that Interfaces force memory management, but otherwise it's very nice indeed. In fact, most of the advances in Java (String primitives, single inheritance with multiple interfaces, object hierarchy rooted with a built-in Object type, easy RTTI, etc.) and C# (delegates, properties, indexed properties) are straight out of Borland's Delphi.<br />
<br />
I've never tried any other Pascal implementation, I'd be interested to see how this stacks up.</description>
			<pubDate>Mon, 16 May 2005 20:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>A little link</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I'll post a link to our sister project Lazarus  project, which allows modern GUI development with Free Pascal.</description>
			<pubDate>Mon, 16 May 2005 21:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>...</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description><i>t is only a small select few that use Delphi for any real projects.</i><br />
<br />
I use it profesionally every day, I would pick it any day before C# or C++, but I admit there's a lot people missinformed about Delphi and the great tool and time saver it is.</description>
			<pubDate>Mon, 16 May 2005 21:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Agreed</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>t is only a small select few that use Delphi for any real projects.<br />
<br />
I use it profesionally every day. The only negative thing about Delphi is that it doesn't run on Mac OS, other than that I think it is one of the most productive prgramming environments I've ever used (And before the python people have something to say, I teach python). For GUI work, Delphi wins hands down compared to thinks like SWING, SWT, GTK, QT.</description>
			<pubDate>Mon, 16 May 2005 21:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:a small select few that use Delphi for any real projects. </title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>What a load of crap.<br />
Delphi is used for MAJOR projects all the time, you probaly use software created by Delphi right now and don't know it.<br />
<br />
Homesite from macromedia is one, Epop(www.wiredred.com),<br />
Lightning Messenger(<a href="http://www.amsoftwaredesign.com" rel="nofollow">http://www.amsoftwaredesign.com</a>)<br />
All the EMS tools (www.ems-hightech.com)<br />
it boggles the mind the amount of really big projects that use <br />
Delphi.<br />
<br />
There is also work being done on a Free Pascal plugin that will <br />
compile Delphi code from the Delphi IDE.<br />
Lazarus is nice, but it needs tons more work to be used for production.</description>
			<pubDate>Mon, 16 May 2005 21:23:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Pascal and speed</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Another great thing about Delphi is it's execution speed and the fact that it compiles everything into one self-contained binary (exe) file. No need to worry about runtime libraries and associated version compatibilities. <br />
<br />
I've always felt that execution speed is a very important element for any compiler. It's also something that's minimized or played down by advocates of languages that are hardly stellar in the speed stakes (e.g. Python or Java for GUI apps). <br />
<br />
So, for those of you who've tried Free Pascal, how does it fare in the speed stakes?</description>
			<pubDate>Mon, 16 May 2005 21:36:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@snorkel</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Lazarus is nice, but it needs tons more work to be used for production.<br />
<br />
More than tons, please (at least the linux version of bad joke).<br />
<br />
If anything lazarus might be a good start for anyone porting their old application from windows to linux in the line of the quickest result. I won't dispute that. But, as far as gtk is taken into consideration, I wouldn't like to see it would get adopted.<br />
<br />
They completely discriminated gtk to the unrecognisable level. No container based design which leads for interface to fail to be displayed properly with themes. <br />
Second, reinventing the wheels where cars already exist. I mean tables, buttons, image loaders??? No gtk2 support?</description>
			<pubDate>Mon, 16 May 2005 22:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Pascal and speed</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>never benchmarked it myself but afaict it comes down to how you code<br />
<br />
from what i gather if you code like a C coder and ignore things like high level strings it will be nearly as fast as C i seem to remember that on arm freepascal beat GCC in simple test though thats probablly a case of GCC being badly optimised for that platform<br />
<br />
if you start overusing things like high level strings (ansistrings and widestrings) in performance critical parts of the code then your app will be considerablly slower.<br />
<br />
finally because there is no GC in the java sense you don't get anything like sudden slowdowns caused by GC passes</description>
			<pubDate>Mon, 16 May 2005 22:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: lentil wars</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>anyone know where i can get this look cool?</description>
			<pubDate>Mon, 16 May 2005 22:08:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: @snorkel</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>many windows users have equally bad things to say about gtk apps <img src="/images/emo/wink.gif" alt=";)" /> <br />
<br />
lazarus decided to try and be as toolkit neutral as possible and as compatible as possible with the delphi vcl. This may result in some cleanness issues when used with other toolkits.<br />
<br />
thats life you either deal with a slightly no native look on some platforms or you rewrite your gui for every platform.</description>
			<pubDate>Mon, 16 May 2005 22:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Awesome</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Its been almost 15 years since i programed in Pascal but i loved it when i was doing it. From what i understand it was primarily used to teaching. I will defintely put on my programming hat again to see if i still have it. One question does it come with an installer? if i do generate useful binaries how hard is it to distribute the files?</description>
			<pubDate>Mon, 16 May 2005 22:13:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Nice!</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>What a Nice language is Pascal...<br />
I always loved it... There are too many people missinformed about the potential of pascal, IMHO..</description>
			<pubDate>Mon, 16 May 2005 22:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>compile speed</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>compile speed was THE reason for me to use pascal instead of C(++). the compile time of C always bothered me, my dual g5 is slower when compiling c code than my p166 was compiling pascal code.</description>
			<pubDate>Mon, 16 May 2005 22:37:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Pixel32</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Pixel32 image editor is written in FreePascal too. <a href="http://www.kanzelsberger.com" rel="nofollow">http://www.kanzelsberger.com</a>  or <a href="http://pixel32.box.sk" rel="nofollow">http://pixel32.box.sk</a></description>
			<pubDate>Mon, 16 May 2005 23:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@peter green</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I know that you try to make it sound informative, but...<br />
<br />
thats life you either deal with a slightly no native look on some platforms or you rewrite your gui for every platform.<br />
<br />
SLIGHTLY???? Wow, (broken != slightly) just for information.</description>
			<pubDate>Mon, 16 May 2005 23:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>pascal</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Wow I remember using pascal in high school on old Apple IIe's with a CP/M card using a Z-80 processor addin. Clunky but it was good for learning something on....God knows this is better <img src="/images/emo/wink.gif" alt=";)" /></description>
			<pubDate>Mon, 16 May 2005 23:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Project usability</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Pascal was always good for a quick start but like all Open source projects Freepascal is somehow cryptic to new users.<br />
<br />
This must not be, but GNU Pascal has even a more bloathed interface with the world. The mozilla page redesign shows what can be done to attract users.<br />
<br />
Lazarus is a very ambitious project, so I hope it will now get a boost as it slowly completes.</description>
			<pubDate>Mon, 16 May 2005 23:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>pascal is so good</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>i find learning pascal to be a lot easier than C. <br />
<br />
the power? i am no hard core programmer, but as far as i've read and saw, pascal can do anything that any programmer may need. <br />
<br />
the speed? as history would tell, pascal is among the leading compilers for this aspect.<br />
<br />
as for RAD, delphi is excellent, while lazarus is promising. with a comprehensive and well-structured documentation or book, it (lazarus) may get more attracted newcomers and up and running users.</description>
			<pubDate>Tue, 17 May 2005 00:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Some random comments</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>As for Free Pascal, I'm sure many programmers will appreciate it compiles 9 times faster than GCC,<br />
<br />
I appreciate e.g. the interprocedural optimization and SIMD autovecorization in the Intel C++ Compiler, while I still can compile at a reasonable speed without them. Compiler is not just about the speed the compiler dwells on the code.<br />
<br />
frees you from the task to write make files.<br />
<br />
How is this going to help for large projects?<br />
<br />
Summing up, programming in Pascal gives you as programmer many advantages over your collegues writing C.<br />
<br />
I think Pascal gives me no significant advantage than my collegues writing C++, e.g. using ANSI string STL class.<br />
<br />
And to another comment:<br />
<br />
How's the old joke go? Pascal won't let you shoot yourself in the foot.<br />
<br />
No, even Ada will let you shoot yourself in the foot. If you enjoys aiming your foot, you should seek another profession than anything involving programming.</description>
			<pubDate>Tue, 17 May 2005 00:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:a small select few that use Delphi for any real projects.</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I don't mind being part of the &quot;select few&quot;, but i defy anyone to come up with a more productive environment for doing desk top apps than Delphi, it has the grunt of C++ (fact) but smart enough to reference and dereference objects pointers. I'm an old hand at this coding stuff (i go back to the Burroughs L2000 days) i have done Cobol (gasp), RPGII, Assembler, C, C++, all manor of xBase Dialects (Clipper with Classy was nice), but none of them we're as nice to work with as Delphi.</description>
			<pubDate>Tue, 17 May 2005 02:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Check out the Kylix/Delphi CrossFPC project</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>There is a project that is just starting that aims to allow the current Delphi 7 and Kylix IDEs use the Free Pascal Compiler as a option to the standard delphi one.<br />
Check it out on the borland newsgroups under Kylix Non Technical:<br />
<a href="http://groups-beta.google.com/group/borland.public.kylix.non-technical/browse_thread/thread/38216d142e25dfba/f01447cc1e9dda77?q=crossFPC+project&amp;rnum=1&amp;hl=en#f01447cc1e9dda77" rel="nofollow">http://groups-beta.google.com/group/borland.public.kylix.non-techni...</a> <br />
<br />
The project is looking for help, so check it out.</description>
			<pubDate>Tue, 17 May 2005 04:25:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:Check out the Kylix/Delphi CrossFPC project</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>It is not a useable alternative.<br />
1. The Kylix/D7 line is dead. The borland seems to abadoned this product.<br />
2. The biggest problem in Kylix line is not the developement environment (I use it every day without too big problems) but the CLX and the Qt. The Qt2.0 is a little bit problematic in newer linux distbributions (clipboard problems, etc), and also on windows (Layout problems in TPrinter, Jpg handling, etc). And the full CLX is very buggy and inconsistent (you can use TSQLClientDataSet in K3, but in D7 it is obsolote (you can compile it only from source), etc)...<br />
<br />
IMHO the Lazarus+Free Pascal combo (with LazReport and Zeos) can be a very useable tool in the near future.</description>
			<pubDate>Tue, 17 May 2005 06:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>just by curiosity</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>do YOU use pascal in a project right now?</description>
			<pubDate>Tue, 17 May 2005 06:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:just by curiosity</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Yes. My little business application is written in Object Pascal (Kylix3 / Delhi7). About 60 000 line of code + ~ 6 000 line stored procedure (Firebird RDBMS).</description>
			<pubDate>Tue, 17 May 2005 07:34:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:just by curiosity</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>And it is not a big company - one-man business. It is a really small application, I know far bigger Object Pascal projects.</description>
			<pubDate>Tue, 17 May 2005 07:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Check out the Kylix/Delphi CrossFPC project</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;The Kylix/D7 line is dead. The borland seems to abadoned this product.&quot;<br />
<br />
This is sadly true. Although, I suspect that people in Borland have starting to realize that they threw out their biggest cash cow. I mean, if I need C++ environment/compiler, then I choose VC++ or GCC. If I need .NET language, I'll use C# and not Delphi.NET.<br />
<br />
I am still using Delphi 7 myself. I tried Delphi 2005, but I hated the environment - it managed to make the actual code window too small to have usability in my 19&quot; TFT screen! Not to mention that Win32 units were as buggy as in Delphi 7 - atrocious winhelp, buggy flat buttons etc etc.<br />
<br />
I'd really be interested in Freepascal compiler working from Delphi IDE. One thing that is always made me back up from GNU- and FreePascal is the lack of a decent RAD environment.</description>
			<pubDate>Tue, 17 May 2005 07:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Strange.</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>When in the 1968 Niklaus Wirth created Pascal it was designed as a simple language for learning structured programming and as a tool for learning compiler design (for simply and well designed language it is much easier to create a fast and effective compiler).<br />
<br />
Latter on Wirth has created Modula and Oberon - much better and more advanced languages for real programming (i.e. system programming, modularity, object oriented etc.) but noone cares for them and people still use old good Pascal with its limitations.<br />
<br />
Isn't it strange?</description>
			<pubDate>Tue, 17 May 2005 07:56:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Check out the Kylix/Delphi CrossFPC project</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I agree, with .NET I also will use C# (and M$ Visual Studio instead of Delphi 2k5). But lazarus+FPC seems a very attractive alternative for smaller projects when the small bugs will be repaired.</description>
			<pubDate>Tue, 17 May 2005 08:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@ Mark (Strange)</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>It's a good point on Modula and Oberon, but I would point out that with the Object Pascal standard that Borland 'adopted' from Apple's compiler circa Turbo 5.5, modern pascal damned near IS Modula... Just with some minor differences in how objects are named and handled (the word object instead of class... ooh).<br />
<br />
Either way, I'd stack Object Pascal with it's strict typecasting and object model up against C++ any day...</description>
			<pubDate>Tue, 17 May 2005 08:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>re: Strange</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Actually calling something like Delphi or Freepascal, Pascal is wrong. They have little to do with 1968's Pascal and some of the ideas of Pascal derived languages like Modula1/2/3 have been incorporated into those &gt;&gt;Pascal</description>
			<pubDate>Tue, 17 May 2005 08:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Lentilwars</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I'm the author of that thing <img src="/images/emo/smile.gif" alt=";)" /> <br />
The game is not yet ready but a playable 1st beta will be available on lwars.sf.net soon. The sf homepage is not yet finished(it's more like a tech demo of the page now).<br />
<br />
You can see more screens here: <a href="https://sourceforge.net/project/screenshots.php?group_id=127746" rel="nofollow">https://sourceforge.net/project/screenshots.php?group_id=127746</a>  <br />
<br />
The game is already playable and available for download but it's on a very unreliable server. If you're really interrested you can contact me, otherwise wait some week or so for the official 1st beta.<br />
<br />
As to Free Pascal, I've started using it after I switched to linux. Kylix was just too buggy(the compiler itself) and bloated. I first started with pure FPC and then went on with Lazarus as IDE(I use it to make my level editor currently).<br />
What I really LOVE about FPC is that it's so easily cross-platform. I just go to windows press F9 and viola.<br />
I can also cross-compile from both platforms to any other.<br />
<br />
Also bear in mind this is my 1st project <img src="/images/emo/smile.gif" alt=";)" /> <br />
When I started this I had no idea how to work with 2d arrays or classes.</description>
			<pubDate>Tue, 17 May 2005 08:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Lentilwars</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Almindor: what graphics library do you use?<br />
<br />
BTW. Are the characters based on the Czech and Slowak &quot;Lentilky&quot; candy? <img src="/images/emo/wink.gif" alt=";)" />  I have been in both countries many times, it is always nice to see that you preserved your own branding of Smarties <img src="/images/emo/smile.gif" alt=";)" /> .</description>
			<pubDate>Tue, 17 May 2005 10:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Ada = Pascal + good stuff</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>People who like Pascal may want to check out Ada (the<br />
latest gcc supports Ada).  Ada was based on Pascal, but<br />
has all kinds of &quot;extra goodness&quot; like built-in support<br />
for multitasking programs.  See <a href="http://www.adapower.com/" rel="nofollow">http://www.adapower.com/</a></description>
			<pubDate>Tue, 17 May 2005 10:22:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Executable size?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Is it me or are the executables that FreePascal creates HUGE?<br />
<br />
program test;<br />
<br />
uses windows;<br />
<br />
BEGIN<br />
 windows.messagebox(0,'testing','testing',0);<br />
END.<br />
<br />
This creates a 105KB file! And while in &quot;release&quot; mode.<br />
<br />
In Delphi, same code results to 15KB executable.<br />
<br />
If UPX'ed, 92 and 9KB, respectively.<br />
<br />
 I shudder on the thought what size button-label 'Hello World' would be....</description>
			<pubDate>Tue, 17 May 2005 10:44:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Executable size</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Did you enable smartlinking? This reduces the executable size a lot. It cannot be enabled by default unfortunately because the GNU linker becomes very slow with smartlinking enabled, it's not designed to do the kind of jobs Free Pascal with smart linking gives it.<br />
<br />
For normal development, you develop with smartlinking disabled, so the compiler is fast, and when you release your program you can compile with smartlinking enabled.<br />
<br />
Also, make sure you disable generation of debug information.</description>
			<pubDate>Tue, 17 May 2005 10:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Executable size</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>With smartlinking 25.5KB, 11KB when UPX'd. Much better.<br />
<br />
Stupid me, for some reason I thought &quot;release&quot; would mean  that smartlinking will be automatically enabled...<br />
<br />
Also, in docs: &quot;Remark: In the WIN32 version, strip is called stripw.&quot; Nope, it is still strip.exe.</description>
			<pubDate>Tue, 17 May 2005 11:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Executable size</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I get 26 kb with smartlinking enabled.</description>
			<pubDate>Tue, 17 May 2005 11:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>FreePascal + OS/2 IDE</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Since this is a site for OS fans: There is a project over at <a href="http://sibyl.netlabs.org/" rel="nofollow">http://sibyl.netlabs.org/</a> that aims to create a visual development IDE (including visual form buidler) to sit on top of FreePascal for OS/2. Progress is very slow (3 news items in almost 3 years!!!), but that's probably because it's a one or two man project I guess. If it ever gets finished, I'll probably resurrect my copy of eComStation and port some programs over that I wrote a while back... Could be fun <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Tue, 17 May 2005 13:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>a small select few that use Delphi for any real projects.</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>... and TOAD as well</description>
			<pubDate>Tue, 17 May 2005 13:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Lentilwars</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I use SDL, SDL_Image, SDL_Mixer, SDL_Ttf, SDL_Gfx.<br />
I've made my own networking units so I don't use SDL_net.<br />
<br />
I've abstracted the blitter so I will be able to add various(at minimum GL) backends in the near future. Oh and the game is 2D not 3D <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Tue, 17 May 2005 14:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>x</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Does this support data structures like hashmap, queue, etc?</description>
			<pubDate>Tue, 17 May 2005 14:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Lentilwars</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Thanks for the information!</description>
			<pubDate>Tue, 17 May 2005 15:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Pascal...?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Pascal is a toy language, this work is useless, no one need it.</description>
			<pubDate>Tue, 17 May 2005 16:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: dmc</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Don't get me wrong, I don't program in Pascal, I do C, Java and Python. But come on lets be honest ANYTHING that isn't C derived today is looked down upon. What in your opinion makes Pascal and I mean modern Pascal like Freepascal and Delphi &gt;&gt;toy languages</description>
			<pubDate>Tue, 17 May 2005 16:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: &amp;quot;The Kylix/D7 line is dead. The borland seems to abadoned this product.&amp;quot; </title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Sorry people this is not true.<br />
There has been no official announcement by borland that <br />
Kylix is dead.<br />
<br />
And if there is anyone to blame it's all the people that where to cheap to buy Kylix at the reasonable price of 249.00<br />
When they first released it, it was priced way to high, but they came to their senses and reduced the price. At 249.99 is a <br />
very good deal.</description>
			<pubDate>Tue, 17 May 2005 17:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>re: Ada = Pascal + good stuff</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>arghh!!  I had to sit through two months of ADA school when I joined the Marine Corps as a programmer ten years ago.  Nice language I guess, but I remember having to do A LOT of thing explicitly that most languages take care of for you.<br />
<br />
It did have built in libraries for threading... which was cool for the days of DOS.</description>
			<pubDate>Tue, 17 May 2005 17:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>re: just by curiosity</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I have used Delphi since version 1.0 for various projects, large and small.  I am currently writing an application to perform occupational job clustering with Delphi 2005.</description>
			<pubDate>Tue, 17 May 2005 18:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>smartlinking?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Where do you enable smartlinking<br />
I went into compiler options and checked link to smart libraries, but this had no effect, exe stayed at 105k.</description>
			<pubDate>Tue, 17 May 2005 18:07:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Strange License</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>The &quot;extra exception&quot; to the LGPL is very nice:<br />
<br />
<a href="http://www.freepascal.org/faq.html#general-license" rel="nofollow">http://www.freepascal.org/faq.html#general-license</a> <br />
<br />
rephrasing:<br />
&quot;you may use the run-time libraries for proprietary programs (which is allowed by the LGPL anyway!) provided that you still comply to the LGPL.&quot;<br />
<br />
Nice! You could simply use the LGPL, whoever wants to create a proprietary exe must statically link your libs!</description>
			<pubDate>Tue, 17 May 2005 18:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: smartlinking</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Specify -CX to make the compile generate smartlinkable units and also -XS to let the compiler smartlink against those units. Do not use the -g which generates debugging information. There are equivalent options in the IDE, but you'll have to see yourself, I haven't it available to me at the moment.</description>
			<pubDate>Tue, 17 May 2005 18:59:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: smartlinking</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Pardon me. Correction: Specify -CX and -XX.</description>
			<pubDate>Tue, 17 May 2005 19:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: &amp;quot;The Kylix/D7 line is dead. The borland seems to abadoned this product.&amp;quot;</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&gt;There has been no official announcement by <br />
&gt;borland that Kylix is dead.<br />
<br />
But if you see the Borland product line the win32 based Pascal/BCB line seems to dead. The newest stuff is based on .NET. And the background of Kylix is the win32 based Delphi line + the wine windows emulator (and the Qt based CLX - it is also discontinued in newer Delphi versions (D8/D2k5)).<br />
<br />
&gt;And if there is anyone to blame it's all the people that<br />
&gt;where to cheap to buy Kylix at the reasonable <br />
&gt;price of 249.00<br />
&gt; When they first released it, it was priced way to <br />
&gt;high, but they came to their senses and reduced the <br />
&gt;price. At 249.99 is a very good deal.<br />
<br />
The price is not a problem, I have officialy legal Kylix from 1.0 to 3.0. But the K3 the latest Kylix version is certified only the following linux distributions:<br />
- Red Hat 7.2<br />
- SuSE 7.3<br />
- Mandrake 8.2<br />
<br />
This distributions are a &quot;little bit&quot; outdated. And in the newest linux distributions you must use black magic, wooodo or similar things to use kylix (LD_ASSUME_KERNEL, &quot;1&quot; to /proc/sys/vm/legacy_va_layout, etc). And at least I cannot use it with newer kernel then 2.6.10.<br />
<br />
And it is only the one problem. The bigger is the CLX bugs and the old Qt. The maximized window in K3 applications changed to normal if you change the virtual desktop window, the clipboard not always works correctly between the k3 and other applications (IMHO it is Qt2 problem), etc. And because it is used for multiplatform applications: the D7 CLX also very buggy (more then K3 CLX).<br />
<br />
It is very sad for me, because I based my business to CLX and the change to any new platform will very painful procedure - but at the near future I must change. And because of Kylix fiasco this technology will borland-free: only microsoft based (.NET/M$ Visual Studio) or totally open source(java, C++/wxWidgets, Lazarus/FPC) or combinantion (mono).</description>
			<pubDate>Wed, 18 May 2005 06:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>where's the help file?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>press F1 and it says: &quot;no help file installed&quot;.<br />
is there an available help file? i remember that of Turbo Pascal which was very useful, and that was ages ago.</description>
			<pubDate>Wed, 18 May 2005 06:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: where's the help file?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Yes, that of Free Pascal is useful as well. There is a small but great html-browser built into the IDE. First you download the documentation. Select help -&gt; files and add index.html from the directory rtl and ref.html from the directory ref.<br />
<br />
To make it better, old Turbo Pascal .tph files are also accepted and you can also add any other html documentation you download from the internet.<br />
<br />
Have fun!</description>
			<pubDate>Wed, 18 May 2005 08:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: LC</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Port your apps from to the Lazarus Component Library. Unlike the CLX it has a group of skilled programmers on it who are dedicated to their users. It doesn't have the finishing touches of commercial software (yet!), but is certainly very usefull and reasonably cheap to port to from both VCL and CLX.<br />
<br />
Want to see what is possible? A nice example is Checkbook Tracker: <a href="http://tony.maro.net/mod.php?mod=userpage&amp;menu=9&amp;page_id=4" rel="nofollow">http://tony.maro.net/mod.php?mod=userpage&amp;menu=9&amp;page_id=4</a></description>
			<pubDate>Wed, 18 May 2005 08:52:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:LC</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>At this moment LCL also buggy and little bit incompleted. The main missing thing is the dbExpress (but the ZEOS port of Lazarus seems hopefully) and the MDI windows.<br />
The biggest bug IMHO in the datagrid in the CVS version: if you scroll out the cursor from the grid only the last visible line will be repainted.<br />
<br />
But because the full LCL is open source, at this moment a new Lazasrus project better idea then new Kylix project.</description>
			<pubDate>Wed, 18 May 2005 13:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@LC</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>&quot;But if you see the Borland product line the win32 based Pascal/BCB line seems to dead. The newest stuff is based on .NET. And the background of Kylix is the win32 based Delphi line + the wine windows emulator (and the Qt based CLX - it is also discontinued in newer Delphi versions (D8/D2k5)).&quot;<br />
<br />
Win32 in Delphi is certainly not dead.  Delphi 2005 allows both .net and win32 development and has significant enhancements to both.</description>
			<pubDate>Wed, 18 May 2005 17:49:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Does this support data structures like hashmap, queue, etc?</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Good question.  I've been implementing several of the benchmarks for the Great Computer Language Shootout (<a href="http://shootout.alioth.debian.org/" rel="nofollow">http://shootout.alioth.debian.org/</a>) and find the lack of a standard hash table class &quot;disturbing&quot;.  TStringList is good enough for small datasets, but it just doesn't cut it for the problems used in the shootout.<br />
<br />
Ah... playing with FPC is bringing back the good old days of Turbo Pascal on my PC-XT.  I wonder if I still have those old floppies around?  (Or an old 5 1/4&quot; drive for that matter...)</description>
			<pubDate>Thu, 19 May 2005 01:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Lazarus</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Lazarus shows great promise and I will probably start using it when it matures a bit more. (for now it's still Kylix)<br />
I first remember seeing Lazarus years ago and I have come back to check it out every year and it is starting to look really good.  Go Lazarus!!!<br />
<br />
I also would not count out Kylix just yet, I think Borland will come around and release a updated version.<br />
There has been no official anouncment from Borland that it is dead.  The problem was that sales of the 249.00 Pro version did go well.<br />
<br />
If you want to see a new updated Kylix go and buy the Pro version for 249 or update your Kylix 1 or 2 for 110.00.<br />
Even though making GUIs with it stinks it works GREAT for apache DSOs,Daemons,Console apps,TCP/IP apps with Synapse <br />
(<a href="http://www.ararat.cz/synapse/" rel="nofollow">http://www.ararat.cz/synapse/</a>) which also works with Free Pascal.  I have daemons that implement custom TCP/IP protocols(with Synapse) that have been running for over 1 year with no downtime, So lets not say Kylix is dead or useless, it's far from the truth.</description>
			<pubDate>Thu, 19 May 2005 02:40:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@Renaldo</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Win32 in Delphi is certainly not dead. Delphi 2005 allows both .net and win32 development and has significant enhancements to both.<br />
<br />
Yes, but the full infrastructure is based on .NET. The Kylix product line is based on a win32 version of D6/D7/BCB6 with the wine emulator. D8/D2k5 never will run with wine...</description>
			<pubDate>Thu, 19 May 2005 05:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Important in windows programming</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Get real. The real programming in windows has been in C/C++ for years now.<br />
<br />
Stan, you need a reality check. A lot of welknown Windows applications are written in Delphi.<br />
<br />
E.g. Skype the world most used Internet telephony - the Windows client is written in Delphi. Two of the best desktop search tools X1 and Copernic are both written in Delphi. PowerArchiver the most feature rich ZIP/archive tool is written in Delphi.<br />
<br />
There is a list of Delphi made app here:<br />
<a href="http://delphi.wikicities.com/wiki/Good_Quality_Applications_Built_With_Delphi/" rel="nofollow">http://delphi.wikicities.com/wiki/Good_Quality_Applications_Built_W...</a></description>
			<pubDate>Thu, 19 May 2005 06:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Important in windows programming</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Ups, a slash too much in the link... The list of Delphi apps is here:<br />
<br />
<a href="http://delphi.wikicities.com/wiki/Good_Quality_Applications_Built_With_Delphi" rel="nofollow">http://delphi.wikicities.com/wiki/Good_Quality_Applications_Built_W...</a></description>
			<pubDate>Thu, 19 May 2005 07:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>FreePascal - acknowledgment</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>Thank you very much, developers of FreePascal. I'm a very happy user of your FreePascal Compiler.<br />
Best regards</description>
			<pubDate>Thu, 19 May 2005 10:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>FreePascal - cool compiler</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>I use FreePascal from version 1.0 and i think, that is cool compiler. I make apps on win32 and on linux and I have good results.<br />
Many thanks to developer team.</description>
			<pubDate>Fri, 20 May 2005 13:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>CLX and cross platform development</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>About Pascal/C: I'm a Pascal fan for 12 years. I know deeply several languages, including  C++ or Actionscript. I think Object Pascal allows programmers to make less mistakes in the source code lines.<br />
<br />
The biggest sofware developer companies have big investments in C programming. So much that they almost cannot use anything else. That's why many think Delphi (or Pascal) is not a real programming language. Small companies with little time and money for specific GUI developments mostly use Delphi in Hungary.<br />
<br />
About Cross-Platform GUI: I had seen Kylix and Larus. I tried to create a small cross-platform GUI app with DB access.<br />
<br />
There is no problem until you want to create a cross-platform GUI application. Win32 definitely has its own GUI environment. Linux doesn't ... it has many of them so they compete each other. Only few of them reach the level that a big software developer company with windows programming experience needs. The only existing GUI toolkit I would really use is QT. QT is strongly coupled to C++ so hard to use it from other languages. Kylix/Delphi/CLX tries this - with less success I think.<br />
<br />
I was wondering how hard could be to create a GUI toolkit for Linux in Pascal (FPC of course), so I started to play with X-window system. In the FPC it is very easy to use C libraries (.so). This is how LPTK has born (see lptk.sourceforge.net). Unfortunately now I don't have time to develop it or to write its documentation. It was a test really. It showed that it is not to hard to create basicly a GUI system. I achieved results worth to see I think. I hope this work will be used by others too. Most of you know that such a big work cannot be done by a single person. And it would require several years of usage before anyone with big responsibility would choose it for a large project.<br />
<br />
The salvation of the Pascal fans would be that the Borland tried to implement the cross-platform GUI in my way. They would need to reimplement the GUI elements using only low-level drawing routines. Borland has most of the source code and knowledge required to do this. (You know FPC would not exist without Borland.)<br />
<br />
I think this time there is no &quot;good&quot; GUI development tool for Linux in Pascal only &quot;not bad&quot;.<br />
<br />
About the FPC 2.0.: I looked it in many times in the years of development. It changed too much so I could't risk to use it in production. I'm glad to see it is released finally. So I'll deeply check it. And LTPK will be compiled with it soon.</description>
			<pubDate>Sun, 22 May 2005 22:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Powerful as you need......</title>
			<link>http://www.osnews.com/thread?</link>
			<guid isPermaLink="true">http://www.osnews.com/thread?</guid>
			<description>The Pascal language can be the powerful as you want...<br />
I've benn programming since 1995 into C and Pascal, and<br />
frankly, the generated code are simetrical fast, just write it clean and inteligently. There's no base of comparasion because there isn't out there to much software written in Pascal, but that's a good start of thinking in creating such that software. Open communities to do such a job would be nice and very welcomed. I'll surely join to one.</description>
			<pubDate>Thu, 26 May 2005 05:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
