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

    Release vs Debug

    I have vc++6.0. When I build a program, I get an executable file in my
    debug directory which%

  2. #2
    Guest

    Re: Release vs Debug

    If your using VC++ Profession or Enterprise edition you can change your project settings to static link to MFC, which eliminates the need for all of the MFC DLLs (not availa

  3. #3
    Guest

    That post screwed up!!!

    If your using VC++ Profession or Enterprise edition you can change your project settings to static link to MFC, which eliminates the need for all of the MFC DLLs (not

  4. #4
    Guest

    OK this thing doesn't like me!!

    If your using VC++ Profession or Enterprise edition you can change your project settings to static link to MFC, which eliminates the need for all of the MFC DLLs \(not available in the Standard edition\). If your using non MFC DLLs \(i.e. ones you created, or bought\) then you should use an install program like InstallShield \(http://www.installshield.com\) to package all the files into one exectuable that installs all the necessary DLLs.


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