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

Thread: MFC DLLs

  1. #1
    Join Date
    May 1999
    Posts
    34

    MFC DLLs

    Which MFC DLL's do I include with a distributed program when not statically linking the MFC DLLs? I can't seem to find this in the MSDN.


  2. #2
    Join Date
    Apr 1999
    Posts
    4

    Re: MFC DLLs

    In my \program Files\Mircosoft Visual Studio\VC98 folder there is a file called
    redist which list a number of files, there must be the same for vc 5.0...

    Tony Teveris


  3. #3
    Join Date
    May 1999
    Posts
    40

    Re: MFC DLLs

    Maybe you can try dependency walker in vc6 tools.


  4. #4
    Join Date
    Apr 1999
    Posts
    383

    Re: MFC DLLs

    In VC++ 5.0, the redistribution files are in the Redist folder on the CD.

    Dave


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