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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Library not registered error.

Status
Not open for further replies.

PANTLORD

Programmer
Aug 28, 2001
49
EU
Hi there,

Not sure whats happpened here. Working with Delphi 5 Build 5.62 on Windows
2000 Build 2195 SP4.

Basically I have a small app (lets call it MyApp) which makes use of an
ActiveX and DLL I wrote, 2 other programs (...HisApp / HerApp) also make
use of the same. When I run on my machine everything is fine all apps (MyApp
/HisApp / HerApp) function as expected, however when I move machines to one
where Delphi 5 is not installed I get the error message in the subject when
running MyApp. There is not a whole lot of difference between the apps.

The thing that really confuses me is that while MyApp doesn't run, HisApp &
HerApp do without a problem, this makes me think that the problem does not
lie with the OCX / DLL. One difference between MyApp and the other two is
that the folowing libraries are included in the uses clause; ComCtrls &
FileCtrl. I tried including these in HisApp & HerApp building and then
running on non delphi machines to see if they would crash but they still ran
fine.

Any ideas ? I'm thinking maybe I have to install a Delphi DLL or something
perhaps. MDAC is the same on all the machines MDAC 2.5 SP3.

Many thanks,
Niall
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top