<?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 : Starting with Hello World</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 : I need help - I can help : Starting with Hello World]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 18 May 2026 01:27:10 +0000</pubDate>
  <lastBuildDate>Tue, 04 May 2010 22:04:27 +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=1437</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[Starting with Hello World : You&amp;#039;re right. I installed...]]></title>
   <link>http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6475.html#6475</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1308">mulfycrowh</a><br /><strong>Subject:</strong> 1437<br /><strong>Posted:</strong> 04 May 10 at 10:04PM<br /><br />You're right. I installed the version 7.18]]>
   </description>
   <pubDate>Tue, 04 May 2010 22:04:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6475.html#6475</guid>
  </item> 
  <item>
   <title><![CDATA[Starting with Hello World : Make sure that you actually have...]]></title>
   <link>http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6474.html#6474</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1280">Paddy</a><br /><strong>Subject:</strong> 1437<br /><strong>Posted:</strong> 04 May 10 at 8:27PM<br /><br />Make sure that you actually have version 7.17 installed at "C:\\Program Files\\Quick PDF Library\DLL\\QuickPDFDLL0717.dll" and not version 7.18 or 7.19. Update your code based on which version you have installed. My guess is that the error is the result of the sample using a different version to the one you have installed.]]>
   </description>
   <pubDate>Tue, 04 May 2010 20:27:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6474.html#6474</guid>
  </item> 
  <item>
   <title><![CDATA[Starting with Hello World :  The code is :   // Declare...]]></title>
   <link>http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6473.html#6473</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1308">mulfycrowh</a><br /><strong>Subject:</strong> 1437<br /><strong>Posted:</strong> 04 May 10 at 8:05PM<br /><br />The code is :<div>&nbsp;</div><div><font size="2" color="#008000"><font size="2" color="#008000"><p>// Declare and load Quick PDF Library DLL</p></font></font><font size="2"></font><p><font size="2">QuickPDFDLL0717 QP(</font><font size="2" color="#a31515"><font size="2" color="#a31515">"C:\\Program Files\\Quick PDF Library\DLL\\QuickPDFDLL0717.dll"</font></font><font size="2">);</font></p><font size="2"></font><font size="2" color="#008000"><font size="2" color="#008000"><p>// Library key</p><p>// std::string strLicenseKey = "INSERT LICENSE KEY HERE";</p></font></font><font size="2"></font><p><font size="2">std::string strLicenseKey = </font><font size="2" color="#a31515"><font size="2" color="#a31515">"Your_Key"</font></font><font size="2">;</font></p><font size="2"></font><font size="2" color="#008000"><font size="2" color="#008000"><p>// PDF output filename</p></font></font><font size="2"></font><p><font size="2">std::string strFileName = </font><font size="2" color="#a31515"><font size="2" color="#a31515">"hello-world.pdf"</font></font><font size="2">;</font></p><font size="2"></font><font size="2" color="#008000"><font size="2" color="#008000"><p>// Display message containing the library version</p></font></font><font size="2"></font><p><font size="2">std::string strMessage = (</font><font size="2" color="#a31515"><font size="2" color="#a31515">"Quick PDF Library Hello World sample"</font></font><font size="2">);</font></p><p><font size="2">strMessage.append(</font><font size="2" color="#a31515"><font size="2" color="#a31515">"\n"</font></font><font size="2">);</font></p><p><font size="2">strMessage.append(</font><font size="2" color="#a31515"><font size="2" color="#a31515">"Library version: "</font></font><font size="2"> + QP.LibraryVersion());</font></p><font size="2"></font></div><span style="font-size:10px"><br /><br />Edited by Ingo - 04 May 10 at 8:49PM</span>]]>
   </description>
   <pubDate>Tue, 04 May 2010 20:05:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6473.html#6473</guid>
  </item> 
  <item>
   <title><![CDATA[Starting with Hello World : We might think that the samplewould...]]></title>
   <link>http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6472.html#6472</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1308">mulfycrowh</a><br /><strong>Subject:</strong> 1437<br /><strong>Posted:</strong> 04 May 10 at 7:59PM<br /><br />We might think that the sample&nbsp;would be&nbsp;ready to use ...]]>
   </description>
   <pubDate>Tue, 04 May 2010 19:59:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6472.html#6472</guid>
  </item> 
  <item>
   <title><![CDATA[Starting with Hello World : It might be helpful to look at...]]></title>
   <link>http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6471.html#6471</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1086">Jack</a><br /><strong>Subject:</strong> 1437<br /><strong>Posted:</strong> 04 May 10 at 7:16PM<br /><br />It might be helpful to look at the complete code you are using before you get to the point where you get the error.&nbsp; I use the Delphi version so I don't know if you need to create the QuickPDF object that you are calling, but that is a possibility.&nbsp; I don't think you will get a valid result if you don't use the unlock procedure before you call any functions.]]>
   </description>
   <pubDate>Tue, 04 May 2010 19:16:22 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6471.html#6471</guid>
  </item> 
  <item>
   <title><![CDATA[Starting with Hello World : Hello Everybody !  I downloaded...]]></title>
   <link>http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6470.html#6470</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1308">mulfycrowh</a><br /><strong>Subject:</strong> 1437<br /><strong>Posted:</strong> 04 May 10 at 6:01PM<br /><br />Hello Everybody !<DIV>&nbsp;</DIV><DIV>I downloaded the trial version and am trying to understand the "Hello World" sample (DLL).</DIV><DIV>I am starting debugging under Visual Studio and I am getting an unhandled exception when executing :</DIV><FONT size=2><P>result = QuickPDFLibraryVersion(instanceID);</P><DIV></DIV><P>Could you help me ?</P><P></FONT>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 04 May 2010 18:01:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/starting-with-hello-world_topic1437_post6470.html#6470</guid>
  </item> 
 </channel>
</rss>