CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Threaded View

  1. #3
    Join Date
    Dec 2008
    Posts
    12

    Re: "MSVCR80.dll not found" : Release only

    Thank you for the tip. I ran this dependency walker on my release .exe and it did find two issues.

    It can't find MSVCR80.dll or this mysterious one I have never heard of DWMAPI.dll. I did a search on my system and MSVCR80.dll is on my system in multiple folders, but this DWMAPI.dll is not on my system, so that is obviously a problem. A quick google search for this DWMAPI.dll seems to indicate that this .dll is a Vista specific .dll. I am perplexed why my project would be dependent on such a .dll

    Also as an experiment, I copied MSVCR80.dll into my project folder and ran it. When I do this i get a different error, maybe this is link with the DWMAPI.dll. The box just says Runtime Error! Lists the file path to my .exe and then says, "R6034"

    I forgot to mention is earlier and I'm not sure if this is relevant but my project is using COM. I'm still a bit lost so any further advice would be appreciated.
    Last edited by Draznar; February 12th, 2009 at 09:42 AM. Reason: Updating Info

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