Delphi 7 - specified module could not be found

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
dragonstar
Posts: 8
Joined: Mon Jun 08, 2009 6:11 pm

Delphi 7 - specified module could not be found

Post by dragonstar »

I have need to compile an old project in Delphi 7.

I did an install using the 7.5.3 version of sBinary.exe.

The install went smoothly with no errors, and if I look in Packages and select the TsiLang_D7.bpl and click Components I can see the various components are there.

However when I launch D7 I get the message regarding the .bpl that the specific module could not be found.

The library paths are correct and the .bpl is where it's supposed to be.

I believe the .bpl itself is fine but it depends on a module probably in some other package but the D7 error message isn't that helpful.

Has anyone run into this with D7 and knows what I have to do to fix this?

Thanks in advance for any help.
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Re: Delphi 7 - specified module could not be found

Post by isiticov »

Hello,
Try to copy TsiLang_D7r.bpl into Windows\System32 or to the same folder where Delphi 7's exe is located.
Best regards,
Igor Siticov.
dragonstar
Posts: 8
Joined: Mon Jun 08, 2009 6:11 pm

Re: Delphi 7 - specified module could not be found

Post by dragonstar »

That didn't do it, but I copied it to C:\Program Files (x86)\Borland\Delphi7\Projects\Bpl and now it seems happy.

Thank you! for the tip about the runtime .bpl, I'm sure decades ago I ran into the same thing when D7 was the newest version but it's been so long I forgot the solution.
Post Reply