Make sure you haven't mixed up the contents of main.h and main.c in the copying process. "object specified more than once", I suppose, means that your solution contains more than one definition of an object. The build output should tell you which object that is which should give you a clue where to look.
↧