<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PannonRex &#187; Delphi</title>
	<atom:link href="http://www.pannonrex.com/category/delphi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pannonrex.com</link>
	<description>Solutions that Work</description>
	<lastBuildDate>Wed, 17 Aug 2011 10:08:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Interbase &#8211; Firebird incompatibility</title>
		<link>http://www.pannonrex.com/2007/03/04/interbase-firebird-incompatibility/</link>
		<comments>http://www.pannonrex.com/2007/03/04/interbase-firebird-incompatibility/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 18:11:32 +0000</pubDate>
		<dc:creator>piprog</dc:creator>
				<category><![CDATA[Code Gear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[Firebird]]></category>
		<category><![CDATA[Interbase]]></category>
		<category><![CDATA[Morfik]]></category>

		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=53</guid>
		<description><![CDATA[I just stumbled upon this issue and while the solution seems very simple, I almost pulled my hair before I could fix it. The symptoms: I had Firebird (installed with Morfik) working perfectly, then installed a Borland/CodeGear app that set up Interbase (client), and after that Firebird stopped working (&#8220;XNET error (xnet:2323) XNET server initialization [...]]]></description>
			<content:encoded><![CDATA[<p>I just stumbled upon this issue and while the solution seems very simple, I almost pulled my hair before I could fix it.</p>
<p><strong>The symptoms:</strong> I had Firebird (installed with Morfik) working perfectly, then installed a Borland/CodeGear app that set up Interbase (client), and after that Firebird stopped working (&#8220;XNET error (xnet:2323)  XNET server initialization failed&#8221;). Any amount of un-installations and re-installations did not help. Googling around did not reveal any pointers either.</p>
<p><strong>The resolution:</strong> I had to manually replace GDS32.DLL in Windows\System32 with a version form Firebird.</p>
<p><strong>The reason:</strong> both DB servers use the same file (GDS32.DLL) for client connections, but of course, different versions. Although the Interbase version was much older (6.5?, dated 2004 something) than the Firebird version (2.0, dated end of 2006) the <em>version number</em> inside the version resource is higher (6.5.something v.s. 6.3.something), so Windows was keeping the Interbase version, and did not allow Firebird to replace it (typical DLL hell:-) &#8212; and of course Firebird could not cooperate with this DLL.</p>
<p><strong>Suggestion:</strong>  I would recommend to the parties (most probably this should fall on Firebird) to use different filenames (e.g. add &#8220;fb&#8221; to all file names) <strong>OR</strong> improve the error message printed <strong>OR</strong> have a FAQ item somewhere on the Net explaining what to do (like this one :-). Of course, interoperabilitiy issues may arise (running Interbase and Firebird on the same system, using the same ports, etc.)&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pannonrex.com/2007/03/04/interbase-firebird-incompatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Code Gear announcements: Delphi 2007 for Win32 and Delphi for PHP</title>
		<link>http://www.pannonrex.com/2007/02/22/new-code-gear-announcements-delphi-2007-for-win32-and-delphi-for-php/</link>
		<comments>http://www.pannonrex.com/2007/02/22/new-code-gear-announcements-delphi-2007-for-win32-and-delphi-for-php/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 00:07:19 +0000</pubDate>
		<dc:creator>piprog</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Code Gear]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Delphi for PHP]]></category>
		<category><![CDATA[Morfik]]></category>

		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=51</guid>
		<description><![CDATA[Code Gear just announced two new products: Delphi 2007 for Win32 and Delphi for PHP. A quick rundown on each: Delphi 2007 for Win32 is the latest release of good old Delphi with improved Vista and AJAX support (in the form of VCL for AJAX). Delphi for PHP is a RAD IDE and component set [...]]]></description>
			<content:encoded><![CDATA[<p>Code Gear just announced two new products: <a href="http://www.codegear.com/AboutUs/News/DelphiForWin32/tabid/240/Default.aspx" title="Delphi 2007 for Win32" target="_blank">Delphi 2007 for Win32</a> and <a href="http://www.codegear.com/Products/Delphi/DelphiforPHP/tabid/237/Default.aspx" title="Delphi for PHP" target="_blank">Delphi for PHP</a>.</p>
<p>A quick rundown on each:</p>
<ul>
<li>Delphi 2007 for Win32 is the latest release of good old Delphi with improved Vista and AJAX support (in the form of VCL for AJAX).</li>
<li>Delphi for PHP is a RAD IDE and component set for PHP developers. This may be a BIG hit: it packs a powerful IDE with an architecture/component framework called VCL for PHP and adds on top of that professional debugging support and deployment wizardry. I will definitely have more first-hand news about this baby in the coming weeks.</li>
</ul>
<p>It should be noted that Delphi for PHP is not strictly a CodeGear/Borland internal project, it is originated from <a href="http://www.qadram.com/" title="qadram" target="_blank">qadram</a>&#8216;s qstudio, but now it is developed together by the two companies. <a href="http://sourceforge.net/projects/vcl4php" title="VCL for PHP at SourceForge">VCL for PHP</a> used to be called WCL and as far as I see will remain open source.</p>
<p>You can read more <a href="http://beensoft.blogspot.com/" title=" Delphi Power Unleashed" target="_blank">here</a> (a very good blog, BTW).</p>
<p>If you seem a little bewildered by all the Delphi for Xxxx (e.g. Delphi for PHP has nothing to do with Object Pascal) and VCL for Yyyy tags, don&#8217;t feel lost! It is just POBC (plain old brand capitalization) .</p>
<p>While I am at it <a href="http://z505.com/cgi-bin/qkcont/qkcont.cgi?p=PasWiki" title="PasWiki" target="_blank">PasWiki</a> seems to be interesting, too: it is a simple Wiki engine written in &#8220;Modern Pascal&#8221;. The angle I am keen to learn more about is its performance claims, an important subject and an area where Morfik should shine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pannonrex.com/2007/02/22/new-code-gear-announcements-delphi-2007-for-win32-and-delphi-for-php/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Breaking News: A New Baby Is Born</title>
		<link>http://www.pannonrex.com/2006/11/14/breaking-news-a-new-baby-is-born/</link>
		<comments>http://www.pannonrex.com/2006/11/14/breaking-news-a-new-baby-is-born/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 22:58:10 +0000</pubDate>
		<dc:creator>piprog</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Morfik]]></category>

		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=34</guid>
		<description><![CDATA[Borland announced the establishment of CodeGear, a wholly owned subsidiary expected to come to life early in 2007. Read the press release here. The original plan (from early this year) called for an investor buying the Developer Tools Group. It seems to me this did not work out, so Borland is executing Plan B. Fingers [...]]]></description>
			<content:encoded><![CDATA[<p>Borland announced the establishment of CodeGear, a wholly owned subsidiary expected to come to life early in 2007. Read the press release <a target="_blank" title="Borland Forming CodeGear to Focus Exclusively on Developer Productivity" href="http://www.borland.com/us/company/news/press_releases/2006/11_14_06_borland_forming_codegear.html">here</a>.</p>
<p>The original plan (from early this year) called for an investor buying the Developer Tools Group. It seems to me this did not work out, so Borland is executing Plan B. Fingers crossed&#8230;</p>
<p>Good luck CodeGear!</p>
<p><span id="more-34"></span>Some more thoughts: it seems Borland was not successful selling the IDE group, which does not bode well for the future of the IDE team.</p>
<p>On the other hand, if the newly formed company can operate profitably, our most beloved Delphi may have a stable future. This is a big if, though.</p>
<p>Borland (now CodeGear) is the last &#8220;big&#8221; developer tool vendor out there other than Microsoft, and those who really worked with Delphi know how powerful tool it is.</p>
<p>I find DavidI&#8217;s comment (&#8220;We’re also working on plans that can help developers take advantage of growing and emerging areas like web services, Ruby, Python and Ajax.&#8221;) interesting: on one hand it would be completely foolish for them to go into new languages before they get thir act right with current tools IMHO, on the other hand, it would be a marvelous fusion between CodeGear stuff and Morfik technology with some Mono spicing.</p>
<p>Just think for a moment:</p>
<ul>
<li>on the server side, based on Mono or .NET with all the server side tech they provide and Delphi Pascal/C#/Java as true and tried languages;</li>
<li>on the client side Morfik technology providing language cross-compilation to JavaScript;</li>
<li>and the two companies fine-tuning and enhancing the Morfik application framework with code from VCL and additional UI controls and services.</li>
</ul>
<p>A wonderful day-dream&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pannonrex.com/2006/11/14/breaking-news-a-new-baby-is-born/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delphi woes</title>
		<link>http://www.pannonrex.com/2006/03/09/delphi-woes/</link>
		<comments>http://www.pannonrex.com/2006/03/09/delphi-woes/#comments</comments>
		<pubDate>Thu, 09 Mar 2006 14:42:12 +0000</pubDate>
		<dc:creator>piprog</dc:creator>
				<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=16</guid>
		<description><![CDATA[Here is a farewell song form El Reg. Very touchy. There are other writeups from the same team here and here about the Borland IDE DevCo story. Not that optimistic.]]></description>
			<content:encoded><![CDATA[<p>Here is a <a title="Goodbye Delphi" target="_blank" href="http://www.regdeveloper.co.uk/2006/03/07/borland_ditches_delphi/">farewell song</a> form El Reg. Very touchy. There are other writeups from the same team <a title="Borland assures IDE users" target="_blank" href="http://www.regdeveloper.co.uk/2006/03/08/borland_ide_future/">here</a> and <a title="Borland Windows tools refreshed" target="_blank" href="http://www.regdeveloper.co.uk/2006/03/08/borland_windows_tools/">here</a> about the Borland IDE DevCo story. Not that optimistic.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pannonrex.com/2006/03/09/delphi-woes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile Project Management: Scrum</title>
		<link>http://www.pannonrex.com/2006/02/27/agile-project-management-scrum/</link>
		<comments>http://www.pannonrex.com/2006/02/27/agile-project-management-scrum/#comments</comments>
		<pubDate>Mon, 27 Feb 2006 18:55:10 +0000</pubDate>
		<dc:creator>piprog</dc:creator>
				<category><![CDATA[Agile]]></category>
		<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Scrum]]></category>

		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=15</guid>
		<description><![CDATA[While I was reading an interview with DavidI and Rob Cheng about the DevCo, I stumbled accross Rob mentioning Scrum in the context of agile software development. Scrum seems to be promising in making sure that the right product is built a little bit in the Japanese just-in-time style. It is a project management methodology, [...]]]></description>
			<content:encoded><![CDATA[<p>While I was reading an <a title="Tool talk with Borland" href="http://www.adtmag.com/article.asp?id=17981">interview</a> with DavidI and Rob Cheng about the DevCo, I stumbled accross Rob mentioning Scrum in the context of agile software development. Scrum seems to be promising in making sure that the right product is built a little bit in the Japanese just-in-time style. It is a project management methodology, so it needs a softare development methodology and there it is most times accompained by eXtreme Programming (XP).</p>
<p>Read an <a title="Scrum (management)" href="http://en.wikipedia.org/wiki/Scrum_%28management%29">introduction</a> about it in Wikipedia.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pannonrex.com/2006/02/27/agile-project-management-scrum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Borland on DevCo (the soon-to-be IDE company)</title>
		<link>http://www.pannonrex.com/2006/02/27/borland-on-devco-the-soon-to-be-ide-company/</link>
		<comments>http://www.pannonrex.com/2006/02/27/borland-on-devco-the-soon-to-be-ide-company/#comments</comments>
		<pubDate>Mon, 27 Feb 2006 18:37:40 +0000</pubDate>
		<dc:creator>piprog</dc:creator>
				<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=14</guid>
		<description><![CDATA[Borland did have a BTP confcall a few days ago. They have a transcript of the chat and the recorded conference call on line for public access. They also have a roadmap for Delphi that includes two additional releases beyond Delphi 2006. In a nutshell: the show is (supposed to be) going on. My take: [...]]]></description>
			<content:encoded><![CDATA[<p>Borland did have a BTP confcall a few days ago. They have a <a title="BDNradio: Live chat with Technology Partners about our Developer Tools" target="_blank" href="http://bdn.borland.com/article/0,1410,33445,00.html">transcript of the chat and the recorded conference call</a> on line for public access. They also have a <a title="Borland Delphi roadmap" href="http://bdn.borland.com/article/0,1410,33383,00.html">roadmap</a> for Delphi that includes two additional releases beyond Delphi 2006.</p>
<p>In a nutshell: the show is (supposed to be) going on. My take: we had these rumours Borland going out of business for over ten years. Now they seem to really try to get rid of the tools that made them the company we recognize. The complete development team is going into the new company (&#8220;DevCo&#8221;) too. This may play out well for the tools and for the customers in the end, since the new company can focus again on innovating in the area they are at home.</p>
<p>They don&#8217;t have an investor yet, though&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pannonrex.com/2006/02/27/borland-on-devco-the-soon-to-be-ide-company/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>David I&#8217;s blog entry for the rescue</title>
		<link>http://www.pannonrex.com/2006/02/09/david-is-blog-entry-for-the-rescue/</link>
		<comments>http://www.pannonrex.com/2006/02/09/david-is-blog-entry-for-the-rescue/#comments</comments>
		<pubDate>Thu, 09 Feb 2006 17:19:33 +0000</pubDate>
		<dc:creator>piprog</dc:creator>
				<category><![CDATA[Delphi]]></category>

		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=8</guid>
		<description><![CDATA[David I of Borland fame has this to say about the spinoff. Very optimistic. (Did I mention I have a Delphi 4 Enterprise CD signed by him and Charlie Calvert?:) The question is who the buyer will be. It may be a competitor (there are not too many left) that will simply sink the tools [...]]]></description>
			<content:encoded><![CDATA[<p>David I of Borland fame has <a title="Borland plans separate company for its developer products  - by David Intersimone" target="_blank" href="http://bdn.borland.com/article/0,1410,33439,00.html">this</a> to say about the spinoff. Very optimistic. (Did I mention I have a Delphi 4 Enterprise CD signed by him and Charlie Calvert?:)</p>
<p>The question is who the buyer will be. It may be a competitor (there are not too many left) that will simply sink the tools and grab the customer base. Or it may be someone who keeps things up and running to milk the cow (not too likely, does not make much business sense). Or in the best case a company that continues in the best tradition of Borland to innovate and to excell.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pannonrex.com/2006/02/09/david-is-blog-entry-for-the-rescue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Borland is selling Delphi</title>
		<link>http://www.pannonrex.com/2006/02/09/borland-is-selling-delphi/</link>
		<comments>http://www.pannonrex.com/2006/02/09/borland-is-selling-delphi/#comments</comments>
		<pubDate>Thu, 09 Feb 2006 17:01:47 +0000</pubDate>
		<dc:creator>piprog</dc:creator>
				<category><![CDATA[Delphi]]></category>
		<category><![CDATA[Morfik]]></category>

		<guid isPermaLink="false">http://www.pannonrex.com/blog/?p=7</guid>
		<description><![CDATA[This is completely insane. Delphi is the best development tool for Windows ever. I am not biased at all. (Did I mention that I wrote a great deal of an award-wining interactive electrical circuit editing/analysis application in Delphi among other things?) AFAIS they are spinning off all the IDE products and keeping the ALM business. [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="Borland to Acquire Software Quality Company, Segue Software; Announces Plan to Divest IDE Product Lines" href="http://www.borland.com/us/company/news/press_releases/2006/02_08_06_borland_acquires_segue_software.html">This is completely insane.</a> Delphi is the best development tool for Windows ever. I am not biased at all. (Did I mention that I wrote a great deal of an award-wining interactive electrical circuit editing/analysis application in Delphi among other things?) AFAIS they are spinning off all the IDE products and keeping the ALM business. Good.<br />
On the other hand this might open some opportunities for Morfik. I suggested to Fuad to buy the stuff outright, but he said &#8220;Not yet&#8221;. Anyway what possible advantages do you see cooking there for Morfik?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pannonrex.com/2006/02/09/borland-is-selling-delphi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

