If I compile a DLL with an /MD switch and I want to distribute it (say with a VBA code that makes a call to the DLL), what are the other files that I also need to distribute so other people can run it
I suspect the same answer applies also if I distribute .exe file compiled with /MD.
Thanks,
Bumbrlik

DLL and distribution files
vmmdesai
Take a look at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=398802&SiteID=1 for deployment of your application.
Thanks, Ayman Shoukry VC++ Team