I have vc++6.0. When I build a program, I get an executable file in my
debug directory which%
Printable View
I have vc++6.0. When I build a program, I get an executable file in my
debug directory which%
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
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
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.