<?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 : VC6: Too many resources?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : VC6: Too many resources?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 02:53:05 +0000</pubDate>
  <lastBuildDate>Fri, 15 Oct 2010 10:43:47 +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=17431</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[VC6: Too many resources? :      jimmy wrote:Hi,Now CJ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60932&amp;title=vc6-too-many-resources#60932</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 17431<br /><strong>Posted:</strong> 15 October 2010 at 10:43am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jimmy" alt="Originally posted by jimmy" style="vertical-align: text-bottom;" /> <strong>jimmy wrote:</strong><br /><br />Hi,<br><br>Now CJ put (compile) all files into a DLL.<br>Why not pack all this files to a zip file.<br>And add this zip file the a executable. And load<br>styles instead of a DLL from the zip file in the resources.<br><br>&nbsp; Jimmy<br><br></td></tr></table><br><br>You can't load a DLL from memory without doing some crazy hijacking which doesn't work under Vista anymore.<br><br>Do you mean to put the PNG + INI files into a ZIP? That would work.<br>CXTPOffice2007Images needs support for ZIP resources.<br><br>]]>
   </description>
   <pubDate>Fri, 15 Oct 2010 10:43:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60932&amp;title=vc6-too-many-resources#60932</guid>
  </item> 
  <item>
   <title><![CDATA[VC6: Too many resources? : Hi,Now CJ put (compile) all files...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60929&amp;title=vc6-too-many-resources#60929</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 17431<br /><strong>Posted:</strong> 15 October 2010 at 9:31am<br /><br />Hi,<br><br>Now CJ put (compile) all files into a DLL.<br>Why not pack all this files to a zip file.<br>And add this zip file the a executable. And load<br>styles instead of a DLL from the zip file in the resources.<br><br>&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Fri, 15 Oct 2010 09:31:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60929&amp;title=vc6-too-many-resources#60929</guid>
  </item> 
  <item>
   <title><![CDATA[VC6: Too many resources? :    jimmy wrote:You can add the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60928&amp;title=vc6-too-many-resources#60928</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 17431<br /><strong>Posted:</strong> 15 October 2010 at 9:12am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jimmy" alt="Originally posted by jimmy" style="vertical-align: text-bottom;" /> <strong>jimmy wrote:</strong><br /><br /><br>You can add the DLL to your executable.<br>If you need one, extract it to the temp directory, and use it.<br></td></tr></table><br><br>I would like to avoid this.<br><br><br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by jimmy" alt="Originally posted by jimmy" style="vertical-align: text-bottom;" /> <strong>jimmy wrote:</strong><br /><br /><br>pack all png + ini file into a zip file. Add this to executable.<br>XTPOffice2007Images()-&gt;LoadFromZIP( LPCTSTR lpResourceID);<br></td></tr></table><br><br>That's what I do with my resources. Everything in a ZIP file as a resource.<br><br>]]>
   </description>
   <pubDate>Fri, 15 Oct 2010 09:12:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60928&amp;title=vc6-too-many-resources#60928</guid>
  </item> 
  <item>
   <title><![CDATA[VC6: Too many resources? : Hello,You can add the DLL to your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60927&amp;title=vc6-too-many-resources#60927</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 17431<br /><strong>Posted:</strong> 15 October 2010 at 8:53am<br /><br />Hello,<br><br>You can add the DLL to your executable.<br>If you need one, extract it to the temp directory, and use it.<br><br>&nbsp; Jimmy<br><br>or wish follow solution.<br>pack all png + ini file into a zip file. Add this to executable.<br>XTPOffice2007Images()-&gt;LoadFromZIP( LPCTSTR lpResourceID);<br><br>&nbsp; Jimmy<br><br><br><br>]]>
   </description>
   <pubDate>Fri, 15 Oct 2010 08:53:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60927&amp;title=vc6-too-many-resources#60927</guid>
  </item> 
  <item>
   <title><![CDATA[VC6: Too many resources? : I would like to avoid DLLs. Any...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60926&amp;title=vc6-too-many-resources#60926</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 17431<br /><strong>Posted:</strong> 15 October 2010 at 8:27am<br /><br />I would like to avoid DLLs. Any chance to reduce the footprint of the themes?<br><br>]]>
   </description>
   <pubDate>Fri, 15 Oct 2010 08:27:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60926&amp;title=vc6-too-many-resources#60926</guid>
  </item> 
  <item>
   <title><![CDATA[VC6: Too many resources? : last samples use dlls instead...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60923&amp;title=vc6-too-many-resources#60923</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17431<br /><strong>Posted:</strong> 15 October 2010 at 7:37am<br /><br />last samples use dlls instead packing all to exe.]]>
   </description>
   <pubDate>Fri, 15 Oct 2010 07:37:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60923&amp;title=vc6-too-many-resources#60923</guid>
  </item> 
  <item>
   <title><![CDATA[VC6: Too many resources? :   &amp;#034;To work around this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60922&amp;title=vc6-too-many-resources#60922</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 17431<br /><strong>Posted:</strong> 15 October 2010 at 7:19am<br /><br />"To work around this problem, use numbers to identify resources instead of strings."<br><br><a href="http://support.microsoft.com/kb/230332/en-us" target="_blank">http://support.microsoft.com/kb/230332/en-us</a><br><br>This should have been fixed with SP6 <img src="http://forum.codejock.com/smileys/smiley22.gif" border="0" alt="Stern Smile" title="Stern Smile" /><br><br><a href="http://support.microsoft.com/kb/834001/en-us" target="_blank">http://support.microsoft.com/kb/834001/en-us</a><br><br><br><br>]]>
   </description>
   <pubDate>Fri, 15 Oct 2010 07:19:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60922&amp;title=vc6-too-many-resources#60922</guid>
  </item> 
  <item>
   <title><![CDATA[VC6: Too many resources? : Modify the Ribbon sample rc2,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60921&amp;title=vc6-too-many-resources#60921</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 17431<br /><strong>Posted:</strong> 15 October 2010 at 6:58am<br /><br />Modify the Ribbon sample rc2, and include 5 styles:<br><br>#include "Styles\Office2007Blue\Office2007Blue.rc"<br>#include "Styles\Office2007Aqua\Office2007Aqua.rc"<br>#include "Styles\Office2007Black\Office2007Black.rc"<br>#include "Styles\Office2007Silver\Office2007Silver.rc"<br>#include "Styles\Office2007White\Office2007White.rc"<br><br>cvtres.exe crashes during compilation of the resources <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0" alt="C&#111;nfused" title="C&#111;nfused" /><br><br>]]>
   </description>
   <pubDate>Fri, 15 Oct 2010 06:58:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17431&amp;PID=60921&amp;title=vc6-too-many-resources#60921</guid>
  </item> 
 </channel>
</rss>