CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Posts
    6

    Running Applications on a Different Machine



    Just when I think I am starting to understand this stuff, along comes another

    silly annoying problem. I am designing an application for business purposes

    (which is going extremely thanks in no small part to this board) and I recently

    tried to run it on a different machine (that did not have VC++ installed) when

    lo and behold it could not execute due to missing dll's.


    How do I find which dll's I need? Do I have to write my own? I found similar

    files on the machine I was using (mfc42.dll instead of mfc42d.dll) however I am

    not sure if I can use these or not.


    Thanx


    Sean M.

  2. #2
    Join Date
    Mar 1999
    Posts
    6

    Re: Running Applications on a Different Machine



    Hi


    If you have QuickView, then you can check the dll's you need for the executable.


    Good Luck.

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