Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!

Debenu Quick PDF Library - PDF SDK Community Forum Homepage
Forum Home Forum Home > For Users of the Library > I need help - I can help
  New Posts New Posts RSS Feed - Error while compiling
  FAQ FAQ  Forum Search   Register Register  Login Login

Error while compiling

 Post Reply Post Reply
Author
Message
daerik View Drop Down
Beginner
Beginner


Joined: 15 Dec 05
Location: Norway
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote daerik Quote  Post ReplyReply Direct Link To This Post Topic: Error while compiling
    Posted: 21 Oct 06 at 8:46AM

Hi.

The first time I tried to use quickPDF ver. 5.14 i got the following error when trying to compile.

[Fatal Error] File not found: 'c:\programfiler\borland\delphi7\Rave5\Lib\uiSEDQuickPDF.pas'

Please help. I don't know what to do.

 

Sincerely,

DEE

 

Back to Top
swb1 View Drop Down
Debenu Quick PDF Library Expert
Debenu Quick PDF Library Expert
Avatar

Joined: 05 Dec 05
Location: United States
Status: Offline
Points: 100
Post Options Post Options   Thanks (0) Thanks(0)   Quote swb1 Quote  Post ReplyReply Direct Link To This Post Posted: 21 Oct 06 at 11:48AM

I don’t know that exact cause of your problem however I would check:

 

1.) The Library path under Environment Options.

2.) The Runtime Packages, on the Packages Page, Under Project->Options.

3.) Any User Components that where created and compiled with an earlier version of QuickPDF

Good Luck

Steve

Back to Top
daerik View Drop Down
Beginner
Beginner


Joined: 15 Dec 05
Location: Norway
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote daerik Quote  Post ReplyReply Direct Link To This Post Posted: 14 Nov 06 at 7:31AM

Hi.

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.

The error message is still:

[Fatal Error] File not found: 'c:\programfiler\borland\delphi7\Rave5\Lib\uiSEDQuickPDF.pas'

Any idea what this could be?

Do I really need the file ==> uiSEDQuickPDF.pas  ?

Sincerely Dag

==========================

unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,  Dialogs, StdCtrls, uiSEDQuickPDF;

type
  TForm1 = class(TForm)
    Button1: TButton;
    procedure Button1Click(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}

procedure TForm1.Button1Click(Sender: TObject);
begin
  beep; beep;
end;

end.

 

Back to Top
Ingo View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 29 Oct 05
Status: Offline
Points: 3524
Post Options Post Options   Thanks (0) Thanks(0)   Quote Ingo Quote  Post ReplyReply Direct Link To This Post Posted: 14 Nov 06 at 8:25AM
Hi Daerik!

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.
Please try the correct version out of our download-section - this should work.

Best regards,
Ingo
Back to Top
daerik View Drop Down
Beginner
Beginner


Joined: 15 Dec 05
Location: Norway
Status: Offline
Points: 11
Post Options Post Options   Thanks (0) Thanks(0)   Quote daerik Quote  Post ReplyReply Direct Link To This Post Posted: 17 Nov 06 at 2:26AM

Hi Ingo.

 

Your solution worked. Thanks!

 

Best regards,

Dag

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 11.01
Copyright ©2001-2014 Web Wiz Ltd.

Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store