dll assumptions?
-
Can I assume any of these dlls will always be on a windows system? Advapi32.dll Gdi32.dll Kernel32.dll Mfc42.dll Msvcrt.dll User32.dll I ran the dependency checker and this is what it listed. However, I thought dlls like kernel32.dll and gdi32.dll should already be on a windows system. How can I check to see what dlls should already be on a system and what dlls I can distribute legally?
-
Can I assume any of these dlls will always be on a windows system? Advapi32.dll Gdi32.dll Kernel32.dll Mfc42.dll Msvcrt.dll User32.dll I ran the dependency checker and this is what it listed. However, I thought dlls like kernel32.dll and gdi32.dll should already be on a windows system. How can I check to see what dlls should already be on a system and what dlls I can distribute legally?
All those except MFC42.DLL and MSVCRT.DLL are part of the OS and will be present. Check the
{VSTUDIO DIR}\vc98\redist.txt
file for a list of redistributables.