<?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 : Error while compiling</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 : Error while compiling]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 15:55:42 +0000</pubDate>
  <lastBuildDate>Fri, 17 Nov 2006 02:26:15 +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=540</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[Error while compiling : Hi Ingo.  Your solution worked....]]></title>
   <link>http://www.quickpdf.org/forum/error-while-compiling_topic540_post2519.html#2519</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=186">daerik</a><br /><strong>Subject:</strong> 540<br /><strong>Posted:</strong> 17 Nov 06 at 2:26AM<br /><br /><P>Hi Ingo.</P><P>&nbsp;</P><P>Your solution worked. Thanks!</P><P>&nbsp;</P><P>Best regards,</P><P>Dag</P>]]>
   </description>
   <pubDate>Fri, 17 Nov 2006 02:26:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-while-compiling_topic540_post2519.html#2519</guid>
  </item> 
  <item>
   <title><![CDATA[Error while compiling : Hi Daerik!  In your project you&amp;#039;re...]]></title>
   <link>http://www.quickpdf.org/forum/error-while-compiling_topic540_post2508.html#2508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 540<br /><strong>Posted:</strong> 14 Nov 06 at 8:25AM<br /><br />Hi Daerik!<br /><br />In your project you're using a file called uiSEDQuickPDF.dcu - your uses clause references to it. You can use only dcu-files which are compiled with the same delphi version you're using. It seems that this dcu was compiled with another delphi version. Now you're starting your project and delphi see that the dcu is wrong - so delphi is looking for the source (pas) to compile a correct dcu-file.<br />Please try the correct version out of our download-section - this should work.<br /><br />Best regards,<br />Ingo<br />]]>
   </description>
   <pubDate>Tue, 14 Nov 2006 08:25:04 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-while-compiling_topic540_post2508.html#2508</guid>
  </item> 
  <item>
   <title><![CDATA[Error while compiling : Hi. I am still using version...]]></title>
   <link>http://www.quickpdf.org/forum/error-while-compiling_topic540_post2507.html#2507</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=186">daerik</a><br /><strong>Subject:</strong> 540<br /><strong>Posted:</strong> 14 Nov 06 at 7:31AM<br /><br /><P>Hi.</P><P>I am still using version 4.41 but I tried to use 5.14 again. I checked what you desribed in your last response but could not find anything. So I created a new project. The code is below. The code works find until I add - uiSEDQuickPDF - in the Uses clause. I use Delphi 7.</P><P>The error message is still:</P><P><SPAN lang=EN-GB style="mso-ansi-language: EN-GB"><FONT size=3><FONT face="Times New Roman">&#091;Fatal Error&#093; File not found: 'c:\programfiler\borland\delphi7\Rave5\Lib\uiSEDQuickPDF.pas'</FONT></FONT></SPAN></P><P>Any idea&nbsp;what this could be?</P><P>Do I really need the file ==&gt;&nbsp;uiSEDQuickPDF.pas&nbsp; ?</P><P>Sincerely Dag</P><P>==========================</P><P>unit Unit1;</P><P>interface</P><P>uses<BR>&nbsp; Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,&nbsp; Dialogs, StdCtrls, uiSEDQuickPDF;</P><P>type<BR>&nbsp; TForm1 = class(TForm)<BR>&nbsp;&nbsp;&nbsp; Button1: TButton;<BR>&nbsp;&nbsp;&nbsp; procedure Button1Click(Sender: TObject);<BR>&nbsp; private<BR>&nbsp;&nbsp;&nbsp; { Private declarations }<BR>&nbsp; public<BR>&nbsp;&nbsp;&nbsp; { Public declarations }<BR>&nbsp; end;</P><P>var<BR>&nbsp; Form1: TForm1;</P><P>implementation</P><P>{$R *.dfm}</P><P>procedure TForm1.Button1Click(Sender: TObject);<BR>begin<BR>&nbsp; beep; beep;<BR>end;</P><P>end.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 14 Nov 2006 07:31:06 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-while-compiling_topic540_post2507.html#2507</guid>
  </item> 
  <item>
   <title><![CDATA[Error while compiling : I don&#8217;t know that exact cause...]]></title>
   <link>http://www.quickpdf.org/forum/error-while-compiling_topic540_post2370.html#2370</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=173">swb1</a><br /><strong>Subject:</strong> 540<br /><strong>Posted:</strong> 21 Oct 06 at 11:48AM<br /><br /><P class=Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt"><FONT face="Verdana, Arial, Helvetica, sans-serif">I don’t know that exact cause of your problem however I would check:<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></SPAN></P><P class=Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt"><o:p><FONT face="Verdana, Arial, Helvetica, sans-serif">&nbsp;</FONT></o:p></SPAN></P><P class=Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt"><FONT face="Verdana, Arial, Helvetica, sans-serif">1.) The Library path under Environment Options.<o:p></o:p></FONT></SPAN></P><P class=Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt"><FONT face="Verdana, Arial, Helvetica, sans-serif">2.) The Runtime Packages, on the Packages Page, Under Project-&gt;Options.<o:p></o:p></FONT></SPAN></P><P class=Ms&#111;normal style="MARGIN: 0in 0in 0pt"><SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: Arial; mso-bidi-font-size: 12.0pt"><FONT face="Verdana, Arial, Helvetica, sans-serif">3.) Any User Components that where created and compiled with an earlier version of QuickPDF<o:p></o:p></FONT></SPAN></P><P>Good Luck</P><P>Steve</P>]]>
   </description>
   <pubDate>Sat, 21 Oct 2006 11:48:40 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-while-compiling_topic540_post2370.html#2370</guid>
  </item> 
  <item>
   <title><![CDATA[Error while compiling : Hi. The first time I tried to...]]></title>
   <link>http://www.quickpdf.org/forum/error-while-compiling_topic540_post2369.html#2369</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=186">daerik</a><br /><strong>Subject:</strong> 540<br /><strong>Posted:</strong> 21 Oct 06 at 8:46AM<br /><br /><P>Hi.</P><P>The first time I tried to use quickPDF ver. 5.14 i got the following error when trying to compile.</P><P><SPAN lang=EN-GB style="mso-ansi-language: EN-GB"><FONT size=3><FONT face="Times New Roman">&#091;Fatal Error&#093; File not found: 'c:\programfiler\borland\delphi7\Rave5\Lib\uiSEDQuickPDF.pas'</FONT></FONT></SPAN></P><P class=Ms&#111;normal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB style="mso-ansi-language: EN-GB"><FONT size=3><FONT face="Times New Roman">Please help. I don't know what to do.</FONT></FONT></SPAN></P><P class=Ms&#111;normal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB style="mso-ansi-language: EN-GB"><FONT face="Times New Roman" size=3></FONT></SPAN>&nbsp;</P><P class=Ms&#111;normal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB style="mso-ansi-language: EN-GB"><FONT face="Times New Roman" size=3>Sincerely,</FONT></SPAN></P><P class=Ms&#111;normal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB style="mso-ansi-language: EN-GB"><FONT face="Times New Roman" size=3>DEE</FONT></SPAN></P><P class=Ms&#111;normal style="MARGIN: 0cm 0cm 0pt"><SPAN lang=EN-GB style="mso-ansi-language: EN-GB"><FONT size=3><FONT face="Times New Roman"><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p></FONT></FONT></SPAN>&nbsp;</P>]]>
   </description>
   <pubDate>Sat, 21 Oct 2006 08:46:32 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/error-while-compiling_topic540_post2369.html#2369</guid>
  </item> 
 </channel>
</rss>