delphi - Get list of required BPLs for a given DLL, EXE or BPL -
i'm wondering if knows of elegant way of determining bpls required given (compiled) dll, exe or bpl.
i'm not sure if possible shy of scanning binary text references .bpl filenames (which prone possible false-positives).
ideally i'd return tstringlist or comma-separated string containing names of required .bpl files.
for packages can use requires section of packageinfo resource - see tjclpepackageinfo.
Comments
Post a Comment