Jump to content
Registration disabled at the moment Read more... ×
Sign in to follow this  
doctormangle

Delphi 6 - Can't load package.....specified module could not be found.

Recommended Posts

I'm currently running D6 and D10 on a Win10 laptop that is being replaced with a new win11 laptop.

I've installed d6 and copied across all the relevant files and set up the same d6 search paths on the new laptop.

When I come to install my AceLibrary package I get the error message as below despite the file existing at the reported location.

 

Any ideas on how to fix this?

 

image.thumb.png.1e3f431908fde7a1edde4e395a43c1a1.png

Share this post


Link to post

That message can also mean that some other module could not be found that the named one relies on.

  • Like 2

Share this post


Link to post
1 hour ago, Uwe Raabe said:

That message can also mean that some other module could not be found that the named one relies on.

Where "module" doesn't necessary mean another package. It can also be a regular DLL. This can even cascade: Maybe a DLL needed by the DLL loaded from the package is not there (e.g. MS Visual Studio Runtime).

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×