"Roman Belenov" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Alex Vinokur" <[EMAIL PROTECTED]> writes: > > > 1. How can the cygcheck utility know about DLLs in the Digital > > Mars executable file? > > All DLLs used by a Win32 executable are listed in the executable. > [snip]
Thanks. We can see that through the strings utility : $ strings foo.exe | grep -i ".dll" cygwin1.dll KERNEL32.dll $ cygcheck foo.exe Found: .\foo.exe foo.exe C:\cygwin\bin\cygwin1.dll C:\WINNT\System32\KERNEL32.dll C:\WINNT\System32\NTDLL.DLL $ cygcheck -v foo.exe Found: .\foo.exe foo.exe - os=4.0 img=1.0 sys=4.0 C:\cygwin\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0 "cygwin1.dll" v0.0 ts=2003/9/13 6:09 C:\WINNT\System32\KERNEL32.dll - os=5.0 img=5.0 sys=4.0 "KERNEL32.dll" v0.0 ts=2000/11/22 7:50 C:\WINNT\System32\NTDLL.DLL - os=5.0 img=5.0 sys=4.0 "ntdll.dll" v0.0 ts=2000/11/22 8:32 C:\WINNT\System32\KERNEL32.dll (already done) Regards, ===================================== Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html news://news.gmane.org/gmane.comp.lang.c++.perfometer ===================================== -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/