> Is there an easy way to determine what packages are being used
> by an app.  I certainly cant find it.  SHouldn't there be one ?

Do you want to find out the runtime packages used by an EXE? That's simple -
run tdump on it and check the exports section.

If you want to see non-runtime packages used by an EXE - these are compiled
into an app, so they're part of the code. Not easily determinable as far as
I know.

Deepak Shenoy
Agni Software
http://www.agnisoft.com

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED] 
with body of "unsubscribe delphi"

Reply via email to