<?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 : Line marks not working with Visual Studio 2010</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Syntax Edit : Line marks not working with Visual Studio 2010]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 23 May 2026 03:46:15 +0000</pubDate>
  <lastBuildDate>Tue, 04 Jan 2011 11:39:16 +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=17744</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[Line marks not working with Visual Studio 2010 : https://connect.microsoft.com/...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17744&amp;PID=62072&amp;title=line-marks-not-working-with-visual-studio-2010#62072</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17744<br /><strong>Posted:</strong> 04 January 2011 at 11:39am<br /><br /><a href="https://c&#111;nnect.microsoft.com/VisualStudio/feedback/details/543108/bug-in-cimagelist-drawindirect" target="_blank">https://connect.microsoft.com/VisualStudio/feedback/details/543108/bug-in-cimagelist-drawindirect</a>]]>
   </description>
   <pubDate>Tue, 04 Jan 2011 11:39:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17744&amp;PID=62072&amp;title=line-marks-not-working-with-visual-studio-2010#62072</guid>
  </item> 
  <item>
   <title><![CDATA[Line marks not working with Visual Studio 2010 : Definitelly bug of Visual Studio.in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17744&amp;PID=62071&amp;title=line-marks-not-working-with-visual-studio-2010#62071</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17744<br /><strong>Posted:</strong> 04 January 2011 at 11:17am<br /><br />Definitelly bug of Visual Studio.<div><br></div><div>in vc 2008</div><div><br></div><div><div>if (dwMajor &lt; 6)</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>pimldp-&gt;cbSize = IMAGELISTDRAWPARAMS_V3_SIZE;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>}</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>else</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>pimldp-&gt;cbSize = sizeof(IMAGELISTDRAWPARAMS);</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>}</div></div><div><br></div><div>in vc 2010</div><div><br></div><div><div>if (dwMajor &lt; 6)</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>{</div><div><span ="Apple-tab-span" style="white-space:pre">		</span>pimldp-&gt;cbSize = IMAGELISTDRAWPARAMS_V3_SIZE;</div><div><span ="Apple-tab-span" style="white-space:pre">	</span>}</div></div><div><br></div><div>and&nbsp;cbSize &nbsp;never set in its general&nbsp;CImageList::DrawIndirect.</div>]]>
   </description>
   <pubDate>Tue, 04 Jan 2011 11:17:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17744&amp;PID=62071&amp;title=line-marks-not-working-with-visual-studio-2010#62071</guid>
  </item> 
  <item>
   <title><![CDATA[Line marks not working with Visual Studio 2010 : Hi,Thanks, very strange. Seems...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17744&amp;PID=62070&amp;title=line-marks-not-working-with-visual-studio-2010#62070</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17744<br /><strong>Posted:</strong> 04 January 2011 at 11:14am<br /><br />Hi,<div><br></div><div>Thanks, very strange. Seems CImageList::DrawIndirect somehow fail with VC2010.&nbsp;</div><div><br></div><div>Please temporary replace</div><div>IMAGELISTDRAWINDIRECT_S(GetBookmarks(), pDC, iImage, ptStart, szRect);</div><div>to</div><div>GetBookmarks()-&gt;Draw(pDC, iImage, ptStart, ILD_NORMAL);</div><div>and build toolkit.</div>]]>
   </description>
   <pubDate>Tue, 04 Jan 2011 11:14:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17744&amp;PID=62070&amp;title=line-marks-not-working-with-visual-studio-2010#62070</guid>
  </item> 
  <item>
   <title><![CDATA[Line marks not working with Visual Studio 2010 : CXTPSyntaxEditPaintManager::DrawLineMark()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17744&amp;PID=62059&amp;title=line-marks-not-working-with-visual-studio-2010#62059</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1779">VolkerE</a><br /><strong>Subject:</strong> 17744<br /><strong>Posted:</strong> 04 January 2011 at 5:33am<br /><br />CXTPSyntaxEditPaintManager::DrawLineMark() does not work any more when compiled with VS 2010!<br><br>Tested on Windows 7 with:<br>- XTreme Toolkit Pro 13.4.2<br>- MDITextEditor sample<br><br>Compiled with Visual Studio 2008: breakpoint and bookmarks are displayed correctly<br>Compiled with Visual Studio 2010: breakpoint and bookmarks are NOT displayed at all<br><br>]]>
   </description>
   <pubDate>Tue, 04 Jan 2011 05:33:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17744&amp;PID=62059&amp;title=line-marks-not-working-with-visual-studio-2010#62059</guid>
  </item> 
 </channel>
</rss>