I created a project using the AppWizard from VC++6.0. As long as I continue to use the same few files that AppWizard created, everything is fine. Now if I add another file to the project, it compiles but does not link. But if I move that very same code into one of the original files, then everything links (for the emulator). I can’t build my whole application using the same 4 files that AppWizard generated. How can I add files to the project so that they link?
Robert Scott
Ypsilanti, Michigan, USA



