<?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 : Toolkit Pro version 13.0  demos</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Toolkit Pro version 13.0  demos]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 05:57:56 +0000</pubDate>
  <lastBuildDate>Thu, 28 May 2009 12:53:26 +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=14391</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[Toolkit Pro version 13.0  demos : Thank you Oleg I&amp;#039;m using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14391&amp;PID=49450&amp;title=toolkit-pro-version-13-0-demos#49450</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2657">Algae</a><br /><strong>Subject:</strong> 14391<br /><strong>Posted:</strong> 28 May 2009 at 12:53pm<br /><br />Thank you Oleg <br><br>I'm using VS 2005. <br><br>After the first couple MBCS settings I haven't found any more. I <u>could</u> have had the wrong solution configuration selected initially. In any event, it is a minor issue.<br><br>By the way a brilliant update from the previous version (10.4) we were using. Converting our old code to this one was simple and the added capabilities were more than I expected. <img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Thu, 28 May 2009 12:53:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14391&amp;PID=49450&amp;title=toolkit-pro-version-13-0-demos#49450</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit Pro version 13.0  demos : Hi,  Thanks, good note. Removed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14391&amp;PID=49369&amp;title=toolkit-pro-version-13-0-demos#49369</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 14391<br /><strong>Posted:</strong> 27 May 2009 at 2:06am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Thanks, good note. Removed all AFX_IDD_PREVIEW_TOOLBAR resources from samples.</DIV><DIV>but can't reproduce MBCS thing. What Visual Studio version you have ?</DIV>]]>
   </description>
   <pubDate>Wed, 27 May 2009 02:06:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14391&amp;PID=49369&amp;title=toolkit-pro-version-13-0-demos#49369</guid>
  </item> 
  <item>
   <title><![CDATA[Toolkit Pro version 13.0  demos :     Tried building CalendarDemo,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=14391&amp;PID=49352&amp;title=toolkit-pro-version-13-0-demos#49352</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2657">Algae</a><br /><strong>Subject:</strong> 14391<br /><strong>Posted:</strong> 26 May 2009 at 4:35pm<br /><br /><br>Tried building CalendarDemo, VirtualList and ReportSample using Static link Unicode Debug or Unicode Release. No changes were made to the 13.0 libraries, sample code or resources.<br><br>Produces this error.<br><br>Error&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp; fatal error CVT1100: duplicate resource.&nbsp; type:DIALOG, name:30723, language:0x0409&nbsp;&nbsp;&nbsp; CVTRES<br><br>A quick look through the Codejock directory didn't reveal any dialog resource with ID 30723. I know it is in afxres.h as:<br>#define AFX_IDD_PREVIEW_TOOLBAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30723<br><br>Having found that, I noticed this in the .rc file and commented it out. The programs link properly<br>//Comment if you like original MS dialog-bar with small buttons cutting button text in many cases (e.g. for RU)<br>/*<br>AFX_IDD_PREVIEW_TOOLBAR DIALOGEX 0, 0, 478, 16<br>STYLE DS_SETFONT | DS_3DLOOK | DS_FIXEDSYS | WS_CHILD<br>FONT 8, "MS Shell Dlg", 0, 0, 0x0<br>BEGIN<br>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;Print...",AFX_ID_PREVIEW_PRINT,2,2,61,12<br>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;Next Page",AFX_ID_PREVIEW_NEXT,70,2,61,12<br>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Pre&amp;v Page",AFX_ID_PREVIEW_PREV,138,2,61,12<br>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "",AFX_ID_PREVIEW_NUMPAGE,206,2,61,12<br>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Zoom &amp;In",AFX_ID_PREVIEW_ZOOMIN,274,2,61,12<br>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Zoom &amp;Out",AFX_ID_PREVIEW_ZOOMOUT,342,2,61,12<br>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;Close",AFX_ID_PREVIEW_CLOSE,410,2,61,12<br>END<br>*/<br><br>Also noticed that when selecting some of the sample projects to use Unicode the following were default settings:<br><br>Use of MFC: Use MFC in a Shared DLL&nbsp; &lt; no big deal<br>Character Set: Use Multi-Byte Character Set &lt; this is incorrect for that profile. Please note that this was not the case in all samples. I noticed it in the Calendar samples section.<br><br>I'm sure you guys can fix this up right away. Thank you.<br>]]>
   </description>
   <pubDate>Tue, 26 May 2009 16:35:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=14391&amp;PID=49352&amp;title=toolkit-pro-version-13-0-demos#49352</guid>
  </item> 
 </channel>
</rss>