<?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>ISDN-Objects &#187; code</title>
	<atom:link href="http://www.isdn-objects.de/index.php/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.isdn-objects.de</link>
	<description>Native ISDN / CAPI components for DELPHI</description>
	<lastBuildDate>Sun, 11 Oct 2009 12:36:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Delphi 2009 support</title>
		<link>http://www.isdn-objects.de/2009/07/25/delphi-2009-support/</link>
		<comments>http://www.isdn-objects.de/2009/07/25/delphi-2009-support/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 11:43:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Delphi 2009]]></category>

		<guid isPermaLink="false">http://www.isdn-objects.de/?p=90</guid>
		<description><![CDATA[Converting the kind of "old" source code to Delphi 2009 (did you know that ISDN-Objects was still compatible to Delphi 2?) was a bit of a challenge because of the new Unicode support of Delphi 2009. You probably had your own experiences so far with that one, didn't you!?
Since ISDN-Objects low level CAPI handling code [...]]]></description>
			<content:encoded><![CDATA[<p>Converting the kind of "old" source code to Delphi 2009 (did you know that ISDN-Objects was still compatible to Delphi 2?) was a bit of a challenge because of the new Unicode support of Delphi 2009. You probably had your own experiences so far with that one, didn't you!?</p>
<p>Since ISDN-Objects low level CAPI handling code has lots of byte and buffer fiddling stuff, you can imagine that there was much code using <code>PChar</code> and <code>Arrays of Char</code> types. But it proved to be pretty easy to convert the code, once I understood that most of the time <code>PChar</code> converts to <code>PAnsiChar</code> and <code>Array of Char</code> converts to <code>Array of AnsiChar</code>.</p>
<p>Now I have to extensively test the converted code. Hopefully I will not discover any pitfalls so that we can make the source code available soon!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isdn-objects.de/2009/07/25/delphi-2009-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ISDN-Objects Full Source will be available soon!</title>
		<link>http://www.isdn-objects.de/2009/07/07/isdn-objects-full-source-available-soon/</link>
		<comments>http://www.isdn-objects.de/2009/07/07/isdn-objects-full-source-available-soon/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 11:35:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Components]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://isdn.webtestarea.com/?p=1</guid>
		<description><![CDATA[Yes, that's right. We heard your message. Since many customers requested the source of ISDN-Objects, we now decided to give it to you.
The new Delphi version will also be supported (Delphi 2007-2009).
Please allow a few days to do some "cosmetics" before release.
If you are a existing customer and you do not want to wait, please [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, that's right. We heard your message. Since many customers requested the source of ISDN-Objects, we now decided to give it to you.<br />
The new Delphi version will also be supported (Delphi 2007-2009).<br />
Please allow a few days to do some "cosmetics" before release.<br />
If you are a existing customer and you do not want to wait, please use the <a href="http://isdn.webtestarea.com/index.php/contact/" target="_self">contact form</a> and ask us for a prerelease.</p>
<p>Please come back or subscribe to our RSS feed to keep in touch.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.isdn-objects.de/2009/07/07/isdn-objects-full-source-available-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
