> Can anyone recommend a utility to tell me what functions addresses etc > might reside in a dll
You might try "tdump.exe", included with Delphi (possibly with the -ee switch so it only lists exports, like so: tdump -ee ntdll.dll ) It should be on your path so you should be able to run it from anywhere (from the command prompt.) Cheers Walter ----------------------------------------------------- Home page: http://groups.yahoo.com/group/delphi-en/ To unsubscribe: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/delphi-en/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

