Erich J. Ruth
May 2nd, 1999, 09:25 AM
I have vc++6.0. When I build a program, I get an executable file in my
debug directory which%
debug directory which%
|
Click to See Complete Forum and Search --> : Release vs Debug Erich J. Ruth May 2nd, 1999, 09:25 AM I have vc++6.0. When I build a program, I get an executable file in my debug directory which% May 2nd, 1999, 03:01 PM 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 May 2nd, 1999, 03:02 PM 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 May 2nd, 1999, 03:04 PM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |