<?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 : Access violation executing location</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 : Access violation executing location]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 10:31:01 +0000</pubDate>
  <lastBuildDate>Wed, 03 Jun 2015 13:36:03 +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=3124</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[Access violation executing location : I&amp;#039;m trying to sign PDF in...]]></title>
   <link>http://www.quickpdf.org/forum/access-violation-executing-location_topic3124_post12516.html#12516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=2744">karlos</a><br /><strong>Subject:</strong> 3124<br /><strong>Posted:</strong> 03 Jun 15 at 1:36PM<br /><br />I'm trying to sign PDF in C++ with latest TRAIL version (also tried with purchased 9.14) in VS 2013.<br><br><br>When calling function DPLEndSignProcessToFile I get Access violation executing location 0x0028A97A. Any idea what am I doing wrong?<br><br><img src="http://i.imgur.com/o5Pp01h.png" height="204" width="368" border="0" /><br><br><br><table width="99%"><tr><td><pre class="BBcode"><br>int __cdecl main(int argc, char* argv&#091;&#093;)<br>{<br>DEBENUPDFLIBRARYLIB1114_DllMain(GetModuleHandle(NULL), DLL_PROCESS_ATTACH, NULL);<br><br>&nbsp; int InstanceID;<br>&nbsp; InstanceID = DPLCreateLibrary(); <br>&nbsp; if (DPLUnlockKey(InstanceID, L"_license_key_") == 1) {<br><br>&nbsp;&nbsp;&nbsp; auto res = -1;<br><br>&nbsp;&nbsp;&nbsp; auto process_id = DPLNewSignProcessFromFile(InstanceID, L"test.pdf", L"");<br><br>&nbsp;&nbsp;&nbsp; res = DPLSetSignProcessPFXFromFile(InstanceID, process_id, L"demo.pfx", L"password");<br><br>&nbsp;&nbsp;&nbsp; res = DPLSetSignProcessInfo(InstanceID, process_id, L"To test digital signatures", L"The World", L"Contact me");<br><br>&nbsp;&nbsp;&nbsp; res = DPLSetSignProcessField(InstanceID, process_id, L"Contract Signature");<br><br>&nbsp;&nbsp;&nbsp; res = DPLEndSignProcessToFile(InstanceID, process_id, L"TheSignedFile.pdf"); <br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; res = DPLGetSignProcessResult(InstanceID, process_id);<br><br>&nbsp;}<br><br>&nbsp; DPLReleaseLibrary(InstanceID);<br>&nbsp; DEBENUPDFLIBRARYLIB1114_DllMain(GetModuleHandle(NULL), DLL_PROCESS_DETACH, NULL);<br>}//END main<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Wed, 03 Jun 2015 13:36:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/access-violation-executing-location_topic3124_post12516.html#12516</guid>
  </item> 
 </channel>
</rss>