Compiler: Visual Studio.NET 2002
Hi Marius and Craig,
Thanks for your great advice.
Re: >dumpbin /dependents my.exe >Dumpbin is one of the command line tools that comes with Visual Studio.
I do not understand this. How do I do this How do I make a command line tool
Re: >depends.exe
I got this one working but am a little unsure of the results.
I ran depends.exe on a Microsoft Sample (A dialog box example CmnCtrl1) that ships with VS.Net 2002. It gives 5 MAIN dlls namely mfc70.dll, msvcr70.dll, kernel32.dll, user32.dll and comctl32.dll.
Somewhere in the documentation it says it is unwise to redistribute things like kernel32.dll and consequently does not appear in redist.txt.
So since mfc70.dll is the only dll that appears in redist.txt, is that the only one I need to send out
Also in the warning pain it gives a warning. It complains that it cannot find efsadu.dll.
This is confusing as this example runs. Its just a standard example.
Yours with confusion (but a little less so than before thanks to you guys),
Jon
|