
Signature
Phil Wilson
[MVP Windows Installer]
Definitive Guide to Windows Installer
http://www.amazon.com/exec/obidos/tg/detail/-/1590592972/104-7044380-4696760
Hi Phil
thanks for the info, after reading the articles, I have another question:
One of my app is actually a Shell namespace extension, if I recompile it
using VS.net 2003, where should I place the msvcr71.dll? in the
System/system32 folder, but that would against MS recommendation of putting
it into the application folder (since my application in this case is Windows
explorer)? Also, if I throw it into the system folder, I may introduce DLL
hell...what should I do?
thanks a lot
dan
> For any C++ you'll probably need some variety of the C runtime msvcr71.dll
> installed in your app folder. For MFC apps you'll need mfc71.dll, ATL needs
> atl71.dll.
> See these (71 is the VS version - articles that talk about msvcr70.dll and
> mscvr71.dll should also be useful).
> http://support.microsoft.com/default.aspx?scid=kb;en-us;326922
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/vco
riredistributingmfcatloledbtemplatesapplications.asp
http://www.amazon.com/exec/obidos/tg/detail/-/1590592972/104-7044380-4696760
> > Hi Guys,
> >
[quoted text clipped - 11 lines]
> > thanks for the help
> > dan