<?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 : LNK 2001 issue. Trial license.</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 : LNK 2001 issue. Trial license.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 27 Jun 2026 19:31:16 +0000</pubDate>
  <lastBuildDate>Sat, 03 Jun 2017 15:33: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=3472</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[LNK 2001 issue. Trial license. : Disclaimer: I do not use the DLL...]]></title>
   <link>http://www.quickpdf.org/forum/lnk-2001-issue-trial-license_topic3472_post13812.html#13812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 3472<br /><strong>Posted:</strong> 03 Jun 17 at 3:33PM<br /><br />Disclaimer: I do not use the DLL interface. &nbsp;But since there is only a single LIB file supplied, my guess is that it is a 32-bit library. &nbsp;Since you are trying to build a 64-bit app, I think you need to use the two files from DLL\Import\CPlusPlus and add the .cpp to your project, not the .LIB. There are two different .h files with the same name and you do not say which you are using.]]>
   </description>
   <pubDate>Sat, 03 Jun 2017 15:33:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/lnk-2001-issue-trial-license_topic3472_post13812.html#13812</guid>
  </item> 
  <item>
   <title><![CDATA[LNK 2001 issue. Trial license. : Hi there!Now I try Debenu PDF...]]></title>
   <link>http://www.quickpdf.org/forum/lnk-2001-issue-trial-license_topic3472_post13811.html#13811</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2955">alcocoala</a><br /><strong>Subject:</strong> 3472<br /><strong>Posted:</strong> 02 Jun 17 at 3:52PM<br /><br />Hi there!<div>Now I try Debenu PDF library and want to creante a simple PDF render. Here's my code into main fuction (CPP):<div><br></div><div><div>&nbsp; &nbsp; &nbsp; <b>&nbsp; DEBENUPDFLIBRARYLIB1312_DllMain(GetModuleHandle(NULL), <span ="apple-tab-span"="" style="white-space:pre">	</span>DLL_PROCESS_ATTACH, NULL);</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>int InstanceID = DPLCreateLibrary();</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>if (DPLUnlockKey(InstanceID, L"my_license") == 1)&nbsp;</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">		</span>{<span ="apple-tab-span"="" style="white-space: pre;">		</span></b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">		</span>DPLLoadFromFile(InstanceID, wpath, 0);</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">		</span>DPLRenderPageToFile(InstanceID,72, 1, 0, wname);</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">		</span>}</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>DPLReleaseLibrary(InstanceID);</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>DEBENUPDFLIBRARYLIB1312_DllMain(GetModuleHandle(NULL), <span ="apple-tab-span"="" style="white-space:pre">	</span>DLL_PROCESS_DETACH, NULL);</b></div></div><div><b><br></b></div><div><b><br></b></div><div>I Link to project in lib path:</div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>DebenuPDFLibraryLIB1312.lib</b></div><div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>DebenuPDFLibraryCMap.res</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>DebenuPDFLibraryColorProfiles.res</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>DebenuPDFLibraryDingbats.res</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>DebenuPDFLibraryGlyphList.res</b></div></div><div><b><br></b></div><div>and add dependency into include path:</div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>DebenuPDFLibraryLIB1312.h</b></div><div><b><br></b></div><div>In the project folder I add:</div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>DebenuPDFLibrary64DLL1312.dll</b></div><div><b><br></b></div><div>The project building in <b>Debug x64</b>, runtime library I set to <b>/MDd </b>and character set&nbsp;<b>Use Multi-Byte Character Set</b></div><div><b><br></b></div><div>When I try bult it I get:</div><div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>LNK2001: unresolved external symbol DPLRenderPageToFile</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>LNK2001: unresolved external symbol DPLReleaseLibrary</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>LNK2001: unresolved external symbol DPLLoadFromFile</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>LNK2001: unresolved external symbol DEBENUPDFLIBRARYLIB1312_DllMain</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>LNK2001: unresolved external symbol DPLCreateLibrary</b></div><div><b><span ="apple-tab-span"="" style="white-space:pre">	</span>LNK2001: unresolved external symbol DPLUnlockKey</b></div></div><div><br></div><div>I try different runtime, debug mode I get almost the same.</div><div>What can be wrong? &nbsp;Thank you!</div><div><br></div><div><br></div></div><span style="font-size:10px"><br /><br />Edited by alcocoala - 02 Jun 17 at 3:59PM</span>]]>
   </description>
   <pubDate>Fri, 02 Jun 2017 15:52:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/lnk-2001-issue-trial-license_topic3472_post13811.html#13811</guid>
  </item> 
 </channel>
</rss>