<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Quick PDF Library 7.12 Public Beta Released</title>
	<atom:link href="http://www.quickpdflibrary.com/blog/2009/02/quick-pdf-library-712-public-beta-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quickpdflibrary.com/blog/2009/02/quick-pdf-library-712-public-beta-released/</link>
	<description>News, tips and information about the Quick PDF Library</description>
	<lastBuildDate>Mon, 08 Mar 2010 20:34:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rowan</title>
		<link>http://www.quickpdflibrary.com/blog/2009/02/quick-pdf-library-712-public-beta-released/comment-page-1/#comment-14</link>
		<dc:creator>Rowan</dc:creator>
		<pubDate>Fri, 06 Mar 2009 05:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickpdflibrary.com/blog/?p=24#comment-14</guid>
		<description>Hi Chris, we&#039;re going to follow this up as a support case -- stay tuned.</description>
		<content:encoded><![CDATA[<p>Hi Chris, we&#8217;re going to follow this up as a support case &#8212; stay tuned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.quickpdflibrary.com/blog/2009/02/quick-pdf-library-712-public-beta-released/comment-page-1/#comment-13</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 04 Mar 2009 03:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickpdflibrary.com/blog/?p=24#comment-13</guid>
		<description>Still no go. First let me say I am using the DLL interface through a Powerbuilder application. I defined the functions as:

function int QuickPDFCreateLibrary() library &quot;QuickPDFDLL0712.dll&quot;
function int QuickPDFReleaseLibrary(int iInstanceID) library &quot;QuickPDFDLL0712.dll&quot;
function int QuickPDFUnlocked(int iInstanceID) library &quot;QuickPDFDLL0712.dll&quot;
function int QuickPDFUnlockKey(int iInstanceID, String sRegKey) library &quot;QuickPDFDLL0712.dll&quot;


Now if I code a function like this it always returns FALSE.
integer	li_instance_id
string	ls_key

li_instance_id = QuickPDFCreateLibrary()
ls_key = &quot;j74gf38u9i88w97zu88w7gb7y&quot;

if li_instance_id &gt; 0 then
if QuickPDFUnlocked (li_instance_id) = 0 Then
	/* Unlock DLL support */
	if QuickPDFUnlockKey (li_instance_id, ls_key) = 0 then
		fs_err_msg = &quot;Error: Could not unlock iSED PDF DLL.&quot;
		QuickPDFReleaseLibrary (li_instance_id)
		Return (FALSE)
	end if
end if

QuickPDFReleaseLibrary (li_instance_id)

Return (TRUE)

Based on all available help, the above function should work. I even changed the key argument to pass by reference and it failed. Also change the case to uppercase for the key string, still failed. Now I have used passed iSed DLLs with no problems. But this one?

Any help would be welcome
Chris</description>
		<content:encoded><![CDATA[<p>Still no go. First let me say I am using the DLL interface through a Powerbuilder application. I defined the functions as:</p>
<p>function int QuickPDFCreateLibrary() library &#8220;QuickPDFDLL0712.dll&#8221;<br />
function int QuickPDFReleaseLibrary(int iInstanceID) library &#8220;QuickPDFDLL0712.dll&#8221;<br />
function int QuickPDFUnlocked(int iInstanceID) library &#8220;QuickPDFDLL0712.dll&#8221;<br />
function int QuickPDFUnlockKey(int iInstanceID, String sRegKey) library &#8220;QuickPDFDLL0712.dll&#8221;</p>
<p>Now if I code a function like this it always returns FALSE.<br />
integer	li_instance_id<br />
string	ls_key</p>
<p>li_instance_id = QuickPDFCreateLibrary()<br />
ls_key = &#8220;j74gf38u9i88w97zu88w7gb7y&#8221;</p>
<p>if li_instance_id &gt; 0 then<br />
if QuickPDFUnlocked (li_instance_id) = 0 Then<br />
	/* Unlock DLL support */<br />
	if QuickPDFUnlockKey (li_instance_id, ls_key) = 0 then<br />
		fs_err_msg = &#8220;Error: Could not unlock iSED PDF DLL.&#8221;<br />
		QuickPDFReleaseLibrary (li_instance_id)<br />
		Return (FALSE)<br />
	end if<br />
end if</p>
<p>QuickPDFReleaseLibrary (li_instance_id)</p>
<p>Return (TRUE)</p>
<p>Based on all available help, the above function should work. I even changed the key argument to pass by reference and it failed. Also change the case to uppercase for the key string, still failed. Now I have used passed iSed DLLs with no problems. But this one?</p>
<p>Any help would be welcome<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowan</title>
		<link>http://www.quickpdflibrary.com/blog/2009/02/quick-pdf-library-712-public-beta-released/comment-page-1/#comment-12</link>
		<dc:creator>Rowan</dc:creator>
		<pubDate>Tue, 03 Mar 2009 23:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickpdflibrary.com/blog/?p=24#comment-12</guid>
		<description>Thanks for your comment -- first of all, your notes re: bookmarks is well taken on board. In addition, we&#039;re also aware that we need to provide much better help. We&#039;re working on this behind the scenes.

In the beta package, you need to use the new import headers.  I created a simple dialog-based MFC project, then:

1. Added the import headers to the project, 
2. The DLL files to the release folder, 
3. A single button and OnClick() function.

void CQuickPDFDLLTestDlg::OnBnClickedButton1()
{
	QuickPDFDLL0712 QPL(&quot;QuickPDFDLL0712.dll&quot;);
	if(QPL.UnlockKey(&quot;j74gf38u9i88w97zu88w7gb7y&quot;)==1)
	{
		QPL.DrawTextW(100, 500, &quot;Hello world&quot;);
		QPL.SaveToFile(&quot;C:\\temp\\HelloFromDLL.pdf&quot;);
	}
}

The result of this was a single PDF created in the temp folder. Please let us know if you have any problems with this or open a support case here - http://www.quickpdflibrary.com/support/support-query.php

Cheers...</description>
		<content:encoded><![CDATA[<p>Thanks for your comment &#8212; first of all, your notes re: bookmarks is well taken on board. In addition, we&#8217;re also aware that we need to provide much better help. We&#8217;re working on this behind the scenes.</p>
<p>In the beta package, you need to use the new import headers.  I created a simple dialog-based MFC project, then:</p>
<p>1. Added the import headers to the project,<br />
2. The DLL files to the release folder,<br />
3. A single button and OnClick() function.</p>
<p>void CQuickPDFDLLTestDlg::OnBnClickedButton1()<br />
{<br />
	QuickPDFDLL0712 QPL(&#8220;QuickPDFDLL0712.dll&#8221;);<br />
	if(QPL.UnlockKey(&#8220;j74gf38u9i88w97zu88w7gb7y&#8221;)==1)<br />
	{<br />
		QPL.DrawTextW(100, 500, &#8220;Hello world&#8221;);<br />
		QPL.SaveToFile(&#8220;C:\\temp\\HelloFromDLL.pdf&#8221;);<br />
	}<br />
}</p>
<p>The result of this was a single PDF created in the temp folder. Please let us know if you have any problems with this or open a support case here &#8211; <a href="http://www.quickpdflibrary.com/support/support-query.php" rel="nofollow">http://www.quickpdflibrary.com/support/support-query.php</a></p>
<p>Cheers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.quickpdflibrary.com/blog/2009/02/quick-pdf-library-712-public-beta-released/comment-page-1/#comment-11</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 03 Mar 2009 22:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickpdflibrary.com/blog/?p=24#comment-11</guid>
		<description>Is anyone else having problems with the trial key included in the beta package? Whenever I try to unlock the library using the DLL interface it returns failure.

Any help would be appreciated
Chris

p.s.
Yes I saw the information about the function changes and how to instantiate the library. And bookmarks in the reference pdf is greatly needed.</description>
		<content:encoded><![CDATA[<p>Is anyone else having problems with the trial key included in the beta package? Whenever I try to unlock the library using the DLL interface it returns failure.</p>
<p>Any help would be appreciated<br />
Chris</p>
<p>p.s.<br />
Yes I saw the information about the function changes and how to instantiate the library. And bookmarks in the reference pdf is greatly needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowan</title>
		<link>http://www.quickpdflibrary.com/blog/2009/02/quick-pdf-library-712-public-beta-released/comment-page-1/#comment-10</link>
		<dc:creator>Rowan</dc:creator>
		<pubDate>Mon, 02 Mar 2009 22:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickpdflibrary.com/blog/?p=24#comment-10</guid>
		<description>Hi Jeff,

The DCU files for Delphi 2009 are still experimental and so were not included with the latest release. The DCU files for Delphi 2006 should work with Delphi 2007.

Cheers,
Rowan</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>The DCU files for Delphi 2009 are still experimental and so were not included with the latest release. The DCU files for Delphi 2006 should work with Delphi 2007.</p>
<p>Cheers,<br />
Rowan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rowan</title>
		<link>http://www.quickpdflibrary.com/blog/2009/02/quick-pdf-library-712-public-beta-released/comment-page-1/#comment-9</link>
		<dc:creator>Rowan</dc:creator>
		<pubDate>Mon, 02 Mar 2009 21:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickpdflibrary.com/blog/?p=24#comment-9</guid>
		<description>Hi Peter,

We have the DCU files for Delphi 2009, however, they are still experimental since there were substantial changes between Delphi 2008 and 2009.

We&#039;re aiming to include these with the next release.

Cheers,
Rowan</description>
		<content:encoded><![CDATA[<p>Hi Peter,</p>
<p>We have the DCU files for Delphi 2009, however, they are still experimental since there were substantial changes between Delphi 2008 and 2009.</p>
<p>We&#8217;re aiming to include these with the next release.</p>
<p>Cheers,<br />
Rowan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.quickpdflibrary.com/blog/2009/02/quick-pdf-library-712-public-beta-released/comment-page-1/#comment-8</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 02 Mar 2009 12:54:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickpdflibrary.com/blog/?p=24#comment-8</guid>
		<description>Wonderful news! Any chance for support for Delphi 2007 and 2009?</description>
		<content:encoded><![CDATA[<p>Wonderful news! Any chance for support for Delphi 2007 and 2009?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://www.quickpdflibrary.com/blog/2009/02/quick-pdf-library-712-public-beta-released/comment-page-1/#comment-7</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Sun, 01 Mar 2009 14:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.quickpdflibrary.com/blog/?p=24#comment-7</guid>
		<description>Hi, could you please compile the DCU files for Delphi 2009? Thank you.</description>
		<content:encoded><![CDATA[<p>Hi, could you please compile the DCU files for Delphi 2009? Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
