I have created an application in vc6 c++ dependent on wininet.dll. On my system, I have also recently upgraded to ie7 which seems to have replaced my old wininet.dll with one that is dependent on iertutil.dll and normaliz.dll (two new dlls). When I deploy my application to a computer that is still using ie6, these two dlls are missing. My app crashes.
Should and can I distribute/deploy these two dlls along with the app
Thanks in advance.
Visual C++7
|