<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>SharpPDB Wiki Rss Feed</title><link>http://code.msdn.microsoft.com/SharpPDB/Wiki/View.aspx?title=Home</link><description>SharpPDB Wiki Rss Description</description><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SharpPDB/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
SharpPDB
&lt;/h1&gt;About a year ego I needed to sync between an application I had on my PC to an application on my Palm device and so I&amp;#39;ve written a library in C&amp;#35; that can read and write pdb &amp;#40;palm database&amp;#41; files.&lt;br /&gt;&lt;br /&gt;Like many other projects I forgot about it and left it half complete. A few days ago I stumbled upon my old C&amp;#35; project directory and found it again. It seems a shame to loose code I&amp;#39;ve worked on and that could benefit my follow coders.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
The PDB is combined from fourlogical part: 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Header that describe the file properties and attributes. &lt;/li&gt;&lt;li&gt;Record list that defines the structure of the raw data. &lt;/li&gt;&lt;li&gt;Raw data block. &lt;/li&gt;&lt;li&gt;SortInfo and AppInfo blocks &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
In my code you can see the following:
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;PDBFile - class that represents an actual pdb file. &lt;/li&gt;&lt;li&gt;PDBHeader - has all header related information. &lt;/li&gt;&lt;li&gt;RecordList - contains all record related information and a collection of RecordEntry that contains the raw data information. &lt;/li&gt;&lt;li&gt;SortInfo &amp;amp; AppInfo - should have hold that information but I haven't implemented them yet.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;More information on Palm OS File formats is available at:&lt;a href="http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Flauriedavis9.tripod.com%2Fcopilot%2Fdownload%2FPalm_File_Format_Specs.pdf&amp;amp;ei=usa6SJjYIYTQerWqxJkD&amp;amp;usg=AFQjCNE4dGs3uGUGRSSavU4WMhs-Vba90Q&amp;amp;sig2=ikNzgQtcO8yZqIOdjQNfdg" class="externalLink"&gt;http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Flauriedavis9.tripod.com%2Fcopilot%2Fdownload%2FPalm_File_Format_Specs.pdf&amp;amp;ei=usa6SJjYIYTQerWqxJkD&amp;amp;usg=AFQjCNE4dGs3uGUGRSSavU4WMhs-Vba90Q&amp;amp;sig2=ikNzgQtcO8yZqIOdjQNfdg&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dhelper</author><pubDate>Mon, 01 Sep 2008 20:20:48 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080901P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SharpPDB/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
SharpPDB
&lt;/h1&gt;About a year ego I needed to sync between an application I had on my PC to an application on my Palm device and so I&amp;#39;ve written a library in C&amp;#35; that can read and write pdb &amp;#40;palm database&amp;#41; files.&lt;br /&gt;&lt;br /&gt;Like many other projects I forgot about it and left it half complete. A few days ago I stumbled upon my old C&amp;#35; project directory and found it again. It seems a shame to loose code I&amp;#39;ve worked on and that could benefit my follow coders.
&lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
The PDB is combined from fourlogical part: 
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;Header that describe the file properties and attributes. &lt;/li&gt;&lt;li&gt;Record list that defines the structure of the raw data. &lt;/li&gt;&lt;li&gt;Raw data block. &lt;/li&gt;&lt;li&gt;SortInfo and AppInfo blocks &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;h2&gt;
In my code you can see the following:
&lt;/h2&gt;&lt;ul&gt;
&lt;li&gt;PDBFile - class that represents an actual pdb file. &lt;/li&gt;&lt;li&gt;PDBHeader - has all header related information. &lt;/li&gt;&lt;li&gt;RecordList - contains all record related information and a collection of RecordEntry that contains the raw data information. &lt;/li&gt;&lt;li&gt;SortInfo &amp;amp; AppInfo - should have hold that information but I haven't implemented them yet.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Palm File format specification available at:&lt;a href="http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Flauriedavis9.tripod.com%2Fcopilot%2Fdownload%2FPalm_File_Format_Specs.pdf&amp;amp;ei=usa6SJjYIYTQerWqxJkD&amp;amp;usg=AFQjCNE4dGs3uGUGRSSavU4WMhs-Vba90Q&amp;amp;sig2=ikNzgQtcO8yZqIOdjQNfdg" class="externalLink"&gt;http://www.google.com/url?sa=t&amp;amp;source=web&amp;amp;ct=res&amp;amp;cd=1&amp;amp;url=http%3A%2F%2Flauriedavis9.tripod.com%2Fcopilot%2Fdownload%2FPalm_File_Format_Specs.pdf&amp;amp;ei=usa6SJjYIYTQerWqxJkD&amp;amp;usg=AFQjCNE4dGs3uGUGRSSavU4WMhs-Vba90Q&amp;amp;sig2=ikNzgQtcO8yZqIOdjQNfdg&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>dhelper</author><pubDate>Mon, 01 Sep 2008 20:19:29 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080901P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SharpPDB/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
!SharpPDB&lt;br /&gt;About a year ego I needed to sync between an application I had on my PC to an application on my Palm device and so I&amp;#39;ve written a library in C&amp;#35; that can read and write pdb &amp;#40;palm database&amp;#41; files.&lt;br /&gt;&lt;br /&gt;Like many other projects I forgot about it and left it half complete. A few days ago I stumbled upon my old C&amp;#35; project directory and found it again. It seems a shame to loose code I&amp;#39;ve worked on and that could benefit my follow coders.
&lt;br /&gt; &lt;br /&gt;!!The PDB is combined from fourlogical part: &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Header that describe the file properties and attributes. &lt;/li&gt;&lt;li&gt;Record list that defines the structure of the raw data. &lt;/li&gt;&lt;li&gt;Raw data block. &lt;/li&gt;&lt;li&gt;SortInfo and AppInfo blocks &lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;!!In my code you can see the following:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;PDBFile - class that represents an actual pdb file. &lt;/li&gt;&lt;li&gt;PDBHeader - has all header related information. &lt;/li&gt;&lt;li&gt;RecordList - contains all record related information and a collection of RecordEntry that contains the raw data information. &lt;/li&gt;&lt;li&gt;SortInfo &amp;amp; AppInfo - should have hold that information but I haven't implemented them yet.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>dhelper</author><pubDate>Mon, 01 Sep 2008 20:16:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080901P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/SharpPDB/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
About a year ego I needed to sync between an application I had on my PC to an application on my Palm device and so I&amp;#39;ve written a library in C&amp;#35; that can read and write pdb &amp;#40;palm database&amp;#41; files.&lt;br /&gt;&lt;br /&gt;Like many other projects I forgot about it and left it half complete. A few days ago I stumbled upon my old C&amp;#35; project directory and found it again. It seems a shame to loose code I&amp;#39;ve worked on and that could benefit my follow coders.
&lt;br /&gt;
&lt;/div&gt;</description><author>dhelper</author><pubDate>Mon, 01 Sep 2008 20:04:25 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080901P</guid></item></channel></rss>