direktor05 2 Posted Friday at 09:25 PM Hello, I have similar problem as here: Delphi package was create in Delphi XE2, now I'm trying to install it with Delphi 12. Build and Compile goes without problems, only Installing is the problem. It says Can't load package, specified module can't be found. I created new project, added same files, still the same error. What is wrong? Share this post Link to post
corneliusdavid 250 Posted Friday at 09:40 PM 12 minutes ago, direktor05 said: It says Can't load package, specified module can't be found. Are you trying to install a Design-time package that relies on a XE2-compiled runtime package? That won't work, of course. What are are the required the packages of this Delphi project? Can you share the DPK of the package you're compiling/installing? Share this post Link to post
direktor05 2 Posted 17 hours ago Here: The packages below I think they are using Delphi 12, since I don't have XE2 installed. I think it's nothing unusual. I think some path might be missing somewhere. Share this post Link to post
direktor05 2 Posted 16 hours ago This module depends on another package that has the same problem and is called in uses. That package also displays same error. And the only requires file is rtl.dcp Share this post Link to post
direktor05 2 Posted 16 hours ago And this module is PCRE Delphi VCL wrapper around the open source PCRE library, which implements Perl-Compatible Regular Expressions. Share this post Link to post