Hi
If I make an app using MFC, then it will only run on computers that have the MFC library. Therefore, I need to make sure that the files used by the library ship with the project.
How do I know beforehand what files to include with my project? What's the standard way of approaching this problem, so that I can distribute my project?
Regards
Jason
If I make an app using MFC, then it will only run on computers that have the MFC library. Therefore, I need to make sure that the files used by the library ship with the project.
How do I know beforehand what files to include with my project? What's the standard way of approaching this problem, so that I can distribute my project?
Regards
Jason