I created an app with AppWizard and I specified "MFC dynamically linked library". The problem is when I want to run the program on a machine that doesn't have VStudio installed, it asks me for a "mfc42d.dll". How could I modify my app so that it can run without asking for that .dll? I mean how could I make it "Statically linked library"