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

    Real Stupid Question Here.....

    OK, I'm using VC++ 6.0 Standard Edition. What happened to the seeting under AppWizard that indicated weather or not to use a static or dynamic Library. I'd like to test an app that I've done on some computers that do not have MFC installed, but I get the error "MFC42.dll missing". Can anyone give me a hand with this one? Thanks much


  2. #2
    Guest

    Re: Real Stupid Question Here.....

    Thta is one of the features missing from the standard edition!!! If you need a static link to MFC then you'll need to get the professional edition.


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