CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2001
    Posts
    22

    IE6 and shdocvw.dll

    Our application uses the shdocvw.dll and users
    have been reporting that IE6.0 becomes unusable
    when installing our programs..

    I see that lalchak had some problems with these
    two and was wondering if anyone else had run into
    this type of conflict with this?????

    What the heck is going on? Microsoft up to their
    old trick again?




  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: IE6 and shdocvw.dll

    Well, to put it short, shdocvw.dll IS Internet Explorer. This is the core library behind IE.When replacing this one during installation, will indeed make IE unstable when it is replaced by a version prior to itself. It's like downgrading one part of IE, but not the rest. You should not replace that dll, ever, only by IE setup or so. Nowadays, we can't install windows without IE, so you are sure that the required files are there, so you can exclude them from your setup package.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Jan 2001
    Posts
    22

    Re: IE6 and shdocvw.dll

    Yeah, that's the problem. We don't overwrite the shdocvw.dll.
    Our application merely uses it to display generated htm files.
    We require users to have IE4.0 or greater, guess we might
    have to requre IE4.0 or greater but Less than IE6.0.

    argh.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured