<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : CXTRegistryManager issues.</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTRegistryManager issues.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 19:15:55 +0000</pubDate>
  <lastBuildDate>Thu, 28 Feb 2008 13:05:51 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=9714</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[CXTRegistryManager issues. : Generally, modern software store...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9714&amp;PID=31719&amp;title=cxtregistrymanager-issues#31719</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 9714<br /><strong>Posted:</strong> 28 February 2008 at 1:05pm<br /><br />Generally, modern software store data in the local app folder (I recall Microsoft recommends this). That is:<DIV>&nbsp;</DIV><DIV>SHGetSpecialFolderPath(hwnd, szPath, CSIDL_LOCAL_APPDATA, FALSE);</DIV><DIV>PathAppend(szPath, _T("MyProgramName"));</DIV><DIV>// Place configuration files in the 'szPath' directory.</DIV>]]>
   </description>
   <pubDate>Thu, 28 Feb 2008 13:05:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9714&amp;PID=31719&amp;title=cxtregistrymanager-issues#31719</guid>
  </item> 
  <item>
   <title><![CDATA[CXTRegistryManager issues. :  1. Its system limit. if you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9714&amp;PID=31678&amp;title=cxtregistrymanager-issues#31678</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9714<br /><strong>Posted:</strong> 27 February 2008 at 1:38pm<br /><br /><DIV>&nbsp;</DIV><DIV>1. Its system limit. if you need write such big data, think better create some binary Archive. and use CFile +CArchive to serialize it.</DIV><DIV>&nbsp;</DIV><DIV>Also maybe CXTPPropExchangeXMLNode&nbsp;can work for you.</DIV>]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 13:38:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9714&amp;PID=31678&amp;title=cxtregistrymanager-issues#31678</guid>
  </item> 
  <item>
   <title><![CDATA[CXTRegistryManager issues. : Hi.I&amp;#039;m using CXTRegistryManager...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9714&amp;PID=31640&amp;title=cxtregistrymanager-issues#31640</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3784">Dario</a><br /><strong>Subject:</strong> 9714<br /><strong>Posted:</strong> 27 February 2008 at 5:44am<br /><br />Hi.<br>&nbsp;I'm using CXTRegistryManager for quick and clean data accessing, but recently our program design changed and now it assumes that program is run under limited user account, thus we need to seize all writing and reading from system registry. <br>So I decided to use INI file instead of registry. This would allow quick and clean port from registry to file data with minimal code changes.<br><br>But there are several issues when working with INI files. <br><br>1. When using CXTRegistryManager::GetProfileBinary and WriteProfileBinary.<br>&nbsp; &nbsp; When using INI files there is a limit on size of character array on&nbsp; <br>&nbsp;&nbsp;&nbsp; writing and reading from file. (4095).<br>&nbsp;&nbsp;&nbsp; However this is not an issue when working with registry.<br>&nbsp;&nbsp;&nbsp; Considering we are&nbsp; using serialization to write CTreeCtrl data in the file<br>&nbsp;&nbsp;&nbsp; 4096 bytes is enough to store only about 16 tree nodes.<br>&nbsp;&nbsp;&nbsp; We changed that value, and are wondering what impact could it have<br>&nbsp;&nbsp;&nbsp; on program stability?<br><br>2. There is an issue with EnumValues and EnumKeys. These functions work only with registry and not with INI files. Is there a way to EnumValues from a INI file?<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 05:44:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9714&amp;PID=31640&amp;title=cxtregistrymanager-issues#31640</guid>
  </item> 
 </channel>
</rss>