<?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 : Using QuickPDF in Multi-Thread app</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 : Using QuickPDF in Multi-Thread app]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 15 Jul 2026 23:03:23 +0000</pubDate>
  <lastBuildDate>Mon, 05 Jul 2021 22:51:50 +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=3931</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[Using QuickPDF in Multi-Thread app : Hi,i&amp;#039;ve made a complete scan...]]></title>
   <link>http://www.quickpdf.org/forum/using-quickpdf-in-multithread-app_topic3931_post15809.html#15809</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3931<br /><strong>Posted:</strong> 05 Jul 21 at 10:51PM<br /><br />Hi,<br><br>i've made a complete scan through all source elements of version 18.11 ...<br>There isn't a single Synchronize... Nothing.<br>CoInitialize i've found - but i didn't found UnCoInitialize.<br>&nbsp;<br><br><span style="font-size:10px"><br /><br />Edited by Ingo - 05 Jul 21 at 10:54PM</span>]]>
   </description>
   <pubDate>Mon, 05 Jul 2021 22:51:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/using-quickpdf-in-multithread-app_topic3931_post15809.html#15809</guid>
  </item> 
  <item>
   <title><![CDATA[Using QuickPDF in Multi-Thread app : Hi Ingo, Yes, I researched this...]]></title>
   <link>http://www.quickpdf.org/forum/using-quickpdf-in-multithread-app_topic3931_post15806.html#15806</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3032">RedOctober2018</a><br /><strong>Subject:</strong> 3931<br /><strong>Posted:</strong> 04 Jul 21 at 11:22PM<br /><br />Hi Ingo, Yes,&nbsp; I researched this problem and found CoInitialize and CoUnitialize, but no matter where I call these in relation to the call to create a QuickPDFLibrary object, I get an error message.&nbsp; I suspect there is a call to&nbsp;<span style=": rgb251, 251, 253;">CheckSynchronize</span>&nbsp;inside the QuickPDFLibrary which means it always needs to be in the main thread.&nbsp; But it can't be, because I'm using QPDF Lib in the non-main thread.<div><br></div><div>CoInitialize <u>must be</u> called within the non-main thread.&nbsp; UnCoInitialize <u>must not be</u> called in the non-main thread, it must be called in the main thread.</div><div><div><br></div><div>That's why I just asked the open ended question&nbsp; "what is the correct way to do this" which usually elicits a broader and more complete answer&nbsp;than asking a more narrowly focused question.</div></div>]]>
   </description>
   <pubDate>Sun, 04 Jul 2021 23:22:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/using-quickpdf-in-multithread-app_topic3931_post15806.html#15806</guid>
  </item> 
  <item>
   <title><![CDATA[Using QuickPDF in Multi-Thread app : Hi,think this haven&amp;#039;t to...]]></title>
   <link>http://www.quickpdf.org/forum/using-quickpdf-in-multithread-app_topic3931_post15805.html#15805</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3931<br /><strong>Posted:</strong> 04 Jul 21 at 10:50PM<br /><br />Hi,<br><br>think this haven't to do with QuickPDF itself.<br>Try Google with CheckSynchronize...<br>Think you'll get the solution of your issue in the www ;-)<br><br><span style="font-size:10px"><br /><br />Edited by Ingo - 04 Jul 21 at 10:51PM</span>]]>
   </description>
   <pubDate>Sun, 04 Jul 2021 22:50:55 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/using-quickpdf-in-multithread-app_topic3931_post15805.html#15805</guid>
  </item> 
  <item>
   <title><![CDATA[Using QuickPDF in Multi-Thread app : Platform: Windows 2016 Server...]]></title>
   <link>http://www.quickpdf.org/forum/using-quickpdf-in-multithread-app_topic3931_post15804.html#15804</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3032">RedOctober2018</a><br /><strong>Subject:</strong> 3931<br /><strong>Posted:</strong> 04 Jul 21 at 10:45PM<br /><br />Platform: Windows 2016 Server&nbsp; Lazarus 2.0.10, FreePascal 3.2.0<br>Web App:&nbsp; Brook 5 Framework&nbsp; QuickPDF Library 10.13<div>Uses clause contains:&nbsp; ComObj, ActiveX,&nbsp; DebenuPDFLibrary64AX1013_10_13_TLB;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<div><br></div><div>I need use the QuickPDF library in a non-main thread of my web app.&nbsp; However, when I run the code to create a library object:</div><div><div><br></div><div>...</div><div>var</div><div><div>&nbsp; &nbsp;qpdfDCL: TAxcPDFLibrary;</div></div><div>begin</div><div>&nbsp; &nbsp; qpdfDCL := TAxcPDFLibrary.Create(frmMain);</div></div><div>...</div><div><br></div><div><br></div><div>I always get this error message:</div><div>&nbsp; CheckSynchronize called from non-main thread</div><div><br></div></div><div>What is the correct, thread-safe way, to .Create, use and .Free, the QuickPDFLibrary in a non-main thread?</div><div><br></div><div>Thanks in advance.</div><div><br></div><div><br></div>]]>
   </description>
   <pubDate>Sun, 04 Jul 2021 22:45:10 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/using-quickpdf-in-multithread-app_topic3931_post15804.html#15804</guid>
  </item> 
 </channel>
</rss>