c++ - Static and dynamic binding -
do set option tell compiler statically or dynamically bind .lib or how check if .lib statically binds .exe?
run depends.exe /dependents flag. here's output cl.exe using depends.exe vs2010 on winxp.
dumpbin /dependents cl.exe
file type: executable image
image has following dependencies:
advapi32.dll kernel32.dll msvcr100.dll mspdb100.dll
image has following delay load dependencies:
version.dll psapi.dll shell32.dll
Comments
Post a Comment