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.
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.