Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need help with compiler options

Status
Not open for further replies.

Vovin

Programmer
Aug 24, 2003
63
GB
Hi,

can anyone help help me with this? I have an application written in Delphi 5 that works fine on my machine but not on anyone else's.

It basically breaks on this line:
QP := CreateOleObject('iSED.QuickPDF');

The iSEDQuickPDF stuff is basically a load of .dcu file that I've shoved in my Delphi lib folder.

When Delphi compiles my project will it not build these files into the executable? Are there any compiler options that I need to set to get these files into the executable?

I'm new to Delphi so I would appreciate any help that anyone can give me. Thanks in advance.
 
It's ok - managed to fix it. I was actually using an activeX component which I needed to register on the other machine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top