<?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="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Bug report: NewStaticOutline</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : General Discussion : Bug report: NewStaticOutline]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 13:37:50 +0000</pubDate>
  <lastBuildDate>Tue, 01 Jun 2010 11:47:51 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=1464</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Bug report: NewStaticOutline : Done, Rowan - will do the same...]]></title>
   <link>http://www.quickpdf.org/forum/bug-report-newstaticoutline_topic1464_post6584.html#6584</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=169">IanK</a><br /><strong>Subject:</strong> 1464<br /><strong>Posted:</strong> 01 Jun 10 at 11:47AM<br /><br />Done, Rowan - will do the same for the documentation omission I just raised too!&nbsp;<img src="http://www.quickpdf.org/forum/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" />]]>
   </description>
   <pubDate>Tue, 01 Jun 2010 11:47:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bug-report-newstaticoutline_topic1464_post6584.html#6584</guid>
  </item> 
  <item>
   <title><![CDATA[Bug report: NewStaticOutline : Hi Ian,Please report your bug...]]></title>
   <link>http://www.quickpdf.org/forum/bug-report-newstaticoutline_topic1464_post6582.html#6582</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1000">Rowan</a><br /><strong>Subject:</strong> 1464<br /><strong>Posted:</strong> 01 Jun 10 at 11:38AM<br /><br />Hi Ian,<div><br></div><div>Please report your bug on the page below.</div><div><br></div><div><a href="http://www.quickpdflibrary.com/support/report-bug.php" target="_blank">http://www.quickpdflibrary.com/support/report-bug.php</a></div><div><br></div><div>Cheers,</div><div>- Rowan.</div>]]>
   </description>
   <pubDate>Tue, 01 Jun 2010 11:38:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bug-report-newstaticoutline_topic1464_post6582.html#6582</guid>
  </item> 
  <item>
   <title><![CDATA[Bug report: NewStaticOutline : My company&amp;#039;s just purchased...]]></title>
   <link>http://www.quickpdf.org/forum/bug-report-newstaticoutline_topic1464_post6581.html#6581</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=169">IanK</a><br /><strong>Subject:</strong> 1464<br /><strong>Posted:</strong> 01 Jun 10 at 11:35AM<br /><br />My company's just purchased a "with source" update to our old iSEDQuickPDF library, and I'm currently going through our old (antique!) code and checking everything builds and works with the new library linked in.<br><br>In the course of this I've found what I'm 99.9% sure is a glitch in the NewStaticOutline method; in v7.19 the meat of this function is:<br><br><font face="Courier New, Courier, mono">&nbsp; if ValidOutlineID(Parent) then<br>&nbsp; begin<br>&nbsp;&nbsp;&nbsp; Result := &#091;Stuff - removed to preserve copyright&#093;;<br>&nbsp; end else<br>&nbsp;&nbsp;&nbsp; Result := 0;</font><br><br>...which fails (returns 0) if a Parent value of 0 (= add root, rather than child, StaticOutline element) is specified as ValidOutlineID doesn't regard 0/Nil as a valid memory location.<br><br>The fix for this is - I think - to add the additional condition to the if statement so it becomes:<br><br><font face="Courier New, Courier, mono">&nbsp; if (Parent = 0) or ValidOutlineID(Parent) then</font><br><br>That line, with the additional condition, is already in place in the very similar NewOutline method.<br><br>Cheers,<br>Ian<br><br>P.S. Hope this is the right place for a bug report - couldn't see anywhere specific for them on the web page or in the forums.<br>]]>
   </description>
   <pubDate>Tue, 01 Jun 2010 11:35:57 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/bug-report-newstaticoutline_topic1464_post6581.html#6581</guid>
  </item> 
 </channel>
</rss>