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

Thread: dist

  1. #1
    Join Date
    Nov 2008
    Posts
    13

    dist

    I have a windows exe built under vc2005. It is not possible for me to use it in another winXP system. What is the best way to install all the necessary dependencies?. I see nothing is missing when checking it with dependency walker.

  2. #2
    Join Date
    Jun 2002
    Location
    Stockholm, Sweden
    Posts
    1,641

    Re: dist

    The easy way out of "dll hell" would be to link statically with MFC.
    You can find the setting in your project options.
    Nobody cares how it works as long as it works

  3. #3
    Join Date
    Nov 2008
    Posts
    13

    Re: dist

    yes. How can i change dynamically linked Exe to statically linked one in re-creating it?. what settings should i change?. vc2005.

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