<?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 : Setting up visual studio</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 : Setting up visual studio]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 20:49:20 +0000</pubDate>
  <lastBuildDate>Sat, 06 Oct 2012 14:14:31 +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=2423</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[Setting up visual studio : ThanksAndrew. It was not the 64...]]></title>
   <link>http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10213.html#10213</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1871">dptulk</a><br /><strong>Subject:</strong> 2423<br /><strong>Posted:</strong> 06 Oct 12 at 2:14PM<br /><br />Thanks&nbsp;Andrew. &nbsp;It was not the 64 bit issue. &nbsp;Not sure what it was really. &nbsp;I ended up creating an empty project and getting it to work and then moving all of my code from my other one into the new one.]]>
   </description>
   <pubDate>Sat, 06 Oct 2012 14:14:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10213.html#10213</guid>
  </item> 
  <item>
   <title><![CDATA[Setting up visual studio : You may need to set your Platform...]]></title>
   <link>http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10208.html#10208</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1483">AndrewC</a><br /><strong>Subject:</strong> 2423<br /><strong>Posted:</strong> 05 Oct 12 at 3:23AM<br /><br />You may need to set your Platform Target to x86 to force it to create a 32 bit EXE. &nbsp;If it is currently set to Any CPU then it could be creating a 64 bit EXE which is then failing to load the 32 bit DLL.<div><br></div><div>You could run a quick test by changing the code to the following</div><div><br></div><div><div><span style=": rgb251, 251, 253; ">QP = New PDFLibrary("QuickPDF64DLL0813.dll")</span></div></div><div><span style=": rgb251, 251, 253; "><br></span></div><div><span style=": rgb251, 251, 253; ">You would need to make sure the 64 bit DLL is in the same directory as your EXE file.</span></div><div><span style=": rgb251, 251, 253; "><br></span></div><div><span style=": rgb251, 251, 253; ">The next step could be add the following so that it can run either 32 or 64 bit mode automatically.</span></div><div><span style=": rgb251, 251, 253; "><br></span></div><div><span style=": rgb251, 251, 253; "><div><span ="Apple-tab-span" style="white-space:pre">	</span>if (IntPtr.Size == 4)</div><div><div><span ="Apple-tab-span" style="white-space: pre; ">		</span>QP = New PDFLibrary("QuickPDFDLL0813.dll")</div><div><span ="Apple-tab-span" style="white-space: pre; ">	</span>else</div></div></span></div><div><div><span ="Apple-tab-span" style="white-space: pre; ">		</span>QP = New PDFLibrary("QuickPDF64DLL0813.dll")</div></div><div><br></div>]]>
   </description>
   <pubDate>Fri, 05 Oct 2012 03:23:01 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10208.html#10208</guid>
  </item> 
  <item>
   <title><![CDATA[Setting up visual studio : It&amp;#039;s roughly the same code...]]></title>
   <link>http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10207.html#10207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1511">darkv</a><br /><strong>Subject:</strong> 2423<br /><strong>Posted:</strong> 04 Oct 12 at 6:59PM<br /><br />It's roughly the same code i used with few differences <br><br>+ result is an integer or a long not a boolean<br>+ i'm using 7.x version of the dll <br>+ when i call the new library, i point directly to the full dll path to avoid misinterpretation by he compiler <br><br>Rgds<br><br><br>]]>
   </description>
   <pubDate>Thu, 04 Oct 2012 18:59:41 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10207.html#10207</guid>
  </item> 
  <item>
   <title><![CDATA[Setting up visual studio : Here is the current version. I...]]></title>
   <link>http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10206.html#10206</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1871">dptulk</a><br /><strong>Subject:</strong> 2423<br /><strong>Posted:</strong> 04 Oct 12 at 3:51PM<br /><br />Here is the current version. &nbsp;I hope that someone has some insight into this:<div><br></div><div><div>Imports QuickPDFBase.QuickPDFDLL0813</div><div>Imports System.IO</div><div><br></div><div>Public Class QuickPDFTest</div><div><br></div><div>&nbsp; &nbsp; Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim QP As PDFLibrary</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim LicenseKey As String</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Dim Result As Boolean</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; QP = New PDFLibrary("QuickPDFDLL0813.dll")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; LicenseKey = "XXXXXXXXXXXXXXXXXXXXX"</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; Result = QP.UnlockKey(LicenseKey)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; If Result = 1 Then</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SetOrigin(1)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.DrawText(100, 100, "Hello Visual Basic! This text has been drawn using the DrawText function.")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QP.SaveToFile("Hello_World.pdf")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Else</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MsgBox("sh*t!")</div><div>&nbsp; &nbsp; &nbsp; &nbsp; End If</div><div><br></div><div><br></div><div><br></div><div>&nbsp; &nbsp; End Sub</div><div>End Class</div></div>]]>
   </description>
   <pubDate>Thu, 04 Oct 2012 15:51:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10206.html#10206</guid>
  </item> 
  <item>
   <title><![CDATA[Setting up visual studio : I set the key as a string and...]]></title>
   <link>http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10205.html#10205</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1871">dptulk</a><br /><strong>Subject:</strong> 2423<br /><strong>Posted:</strong> 04 Oct 12 at 3:42PM<br /><br />I set the key as a string and it still does not work. &nbsp;I am using VS 2010 Pro.<div><br></div><div>This just doesn't make any sense. &nbsp;My other project works just fine but I have tried several others and none of them will work.</div>]]>
   </description>
   <pubDate>Thu, 04 Oct 2012 15:42:13 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10205.html#10205</guid>
  </item> 
  <item>
   <title><![CDATA[Setting up visual studio : Hello dptulk,a dim state without...]]></title>
   <link>http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10196.html#10196</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1511">darkv</a><br /><strong>Subject:</strong> 2423<br /><strong>Posted:</strong> 02 Oct 12 at 11:58PM<br /><br />Hello dptulk,<br><br>a dim state without type create an object or a variant, which could not be terminated by the right character for a string.<br><br>did you try to prototype the key as string?<br>which VS are you using?<br><br>Rgds<br>]]>
   </description>
   <pubDate>Tue, 02 Oct 2012 23:58:19 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10196.html#10196</guid>
  </item> 
  <item>
   <title><![CDATA[Setting up visual studio : I have one project that is working...]]></title>
   <link>http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10195.html#10195</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1871">dptulk</a><br /><strong>Subject:</strong> 2423<br /><strong>Posted:</strong> 02 Oct 12 at 10:26PM<br /><br />I have one project that is working with QuickPDF without issue.  When i go to create another It seems to fail and i I cannot seem to figure out why.<div></div><div>I have imported the: QuickPDFDLL0813.dll and QuickPDFDLL0813.vb files into the project.   </div><div></div><div>Set the Imports: Imports BLINK_DOC_MANAGMENT.QuickPDFDLL0813</div><div></div><div>Then I run the following and it says "invalid licence key"</div><div></div><div><div>       Dim QP As PDFLibrary</div><div>        Dim LicenseKey</div><div>        Dim Result</div><div></div><div>        QP = New PDFLibrary("QuickPDFDLL0813.dll")</div><div>        LicenseKey = "je5e3798XXXXXXXXXXXXXpb6y"</div><div></div><div>        Result = QP.UnlockKey(LicenseKey)</div><div>        If Result = 1 Then</div><div>            QP.SetOrigin(1)</div><div>            QP.DrawText(100, 100, "Hello Visual Basic! This text has been drawn using the DrawText function.")</div><div>            QP.SaveToFile("Hello_World.pdf")</div><div>        Else</div><div>            MsgBox("- Invalid license key -")</div><div>        End If</div></div><div></div><div>Is there something else that I have missed?</div><div></div><div></div><span style="font-size:10px"><br /><br />Edited by dptulk - 03 Oct 12 at 12:46AM</span>]]>
   </description>
   <pubDate>Tue, 02 Oct 2012 22:26:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/setting-up-visual-studio_topic2423_post10195.html#10195</guid>
  </item> 
 </channel>
</rss>