<?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; Code Gear</title>
	<atom:link href="http://www.pannonrex.com/category/code-gear/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>
	</channel>
</rss>

