<?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 : Runtime error with ntdll.dll</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 : Runtime error with ntdll.dll]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Jul 2026 20:59:00 +0000</pubDate>
  <lastBuildDate>Mon, 01 Feb 2021 21:30: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=3881</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[Runtime error with ntdll.dll : You did this all:The DEBENUPDFLIBRARYLIB1212_DllMain...]]></title>
   <link>http://www.quickpdf.org/forum/runtime-error-with-ntdlldll_topic3881_post15573.html#15573</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3881<br /><strong>Posted:</strong> 01 Feb 21 at 9:30PM<br /><br />You did this all:<br><p>The <b>DEBENUPDFLIBRARYLIB1212_DllMain</b> function should be called once before using any of the other functions, using the <b>DLL_PROCESS_ATTACH</b> constant for the <b>fdwReason</b> parameter.</p><p>The <b>DPLCreateLibrary</b> function must be called to initialize the library. An InstanceID will be returned which must be passed as the first parameter to all the other functions.</p><p>When you are finished with the library, call <b>DPLReleaseLibrary</b> to release all allocated memory.</p><p>Finally, before the application ends the <b>DEBENUPDFLIBRARYLIB1212_DllMain</b> function should be called again. This time the <b>DLL_PROCESS_DETACH</b> constant should be used.</p><p><br></p><p>You've done the unlock before using any other functions?</p><p><br></p><p>If this all don't help perhaps one of the linked dependencies have a wrong version?</p><p><br></p>]]>
   </description>
   <pubDate>Mon, 01 Feb 2021 21:30:51 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/runtime-error-with-ntdlldll_topic3881_post15573.html#15573</guid>
  </item> 
  <item>
   <title><![CDATA[Runtime error with ntdll.dll : Hi @IngoYes, the link you have...]]></title>
   <link>http://www.quickpdf.org/forum/runtime-error-with-ntdlldll_topic3881_post15568.html#15568</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3244">DigitalSignature</a><br /><strong>Subject:</strong> 3881<br /><strong>Posted:</strong> 01 Feb 21 at 8:41AM<br /><br /><div>Hi @Ingo</div><div><br></div><div>Yes, the link you have shared to work with static lib is the one I've used as reference. I'm able to compile my application but encountering errors during runtime. I tried using the DLL version guide and was able to work with it, but when it comes to static library I'm encountering <i>Access violation writing location</i> error with ntdll.dll<br></div>]]>
   </description>
   <pubDate>Mon, 01 Feb 2021 08:41:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/runtime-error-with-ntdlldll_topic3881_post15568.html#15568</guid>
  </item> 
  <item>
   <title><![CDATA[Runtime error with ntdll.dll : Hi DigitalSignature (is this your...]]></title>
   <link>http://www.quickpdf.org/forum/runtime-error-with-ntdlldll_topic3881_post15550.html#15550</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3881<br /><strong>Posted:</strong> 27 Jan 21 at 9:22PM<br /><br />Hi DigitalSignature (is this your real name? ;-)<br><br>are you sure to use the correct version of the dll for your needs?<br>Please read here:<br>https://www.debenu.com/products/development/debenu-pdf-library/<br>You'll need the LIB-version and here is a "how to" doing the first steps:<br>https://www.debenu.com/products/development/debenu-pdf-library/getting-started/getting-started-lib-edition/<br><br>Cheers, good luck and welcome here,<br>Ingo<br>&nbsp;<br>]]>
   </description>
   <pubDate>Wed, 27 Jan 2021 21:22:36 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/runtime-error-with-ntdlldll_topic3881_post15550.html#15550</guid>
  </item> 
  <item>
   <title><![CDATA[Runtime error with ntdll.dll : Hi, my application is in C/C++...]]></title>
   <link>http://www.quickpdf.org/forum/runtime-error-with-ntdlldll_topic3881_post15549.html#15549</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3244">DigitalSignature</a><br /><strong>Subject:</strong> 3881<br /><strong>Posted:</strong> 27 Jan 21 at 9:02AM<br /><br /><div>Hi, my application is in C/C++ for Windows platform &amp; I'm trying to integrate Quick PDF library as a static library.</div><div><br></div><div>I've followed the guide for setup from <a href="https://www.debenu.com/products/development/debenu-pdf-library/getting-started/getting-started-lib-editi&#111;n/" target="_blank" rel="nofollow">here</a>. The code compiles, but I get <i>Access violation writing location</i> error on ntdll.dll the moment the first method <b>DEBENUPDFLIBRARYLIB1212_DllMain</b> is called.</div><div><br></div><div>Has anyone encountered this issue? How do I go about resolving it?<br></div>]]>
   </description>
   <pubDate>Wed, 27 Jan 2021 09:02:56 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/runtime-error-with-ntdlldll_topic3881_post15549.html#15549</guid>
  </item> 
 </channel>
</rss>