I have a group of three projects that all need to be compiled to the same EXE. The only problem is, I am not sure how to Link Project 1 to Projects 2 and 3. Basically the first Project is a menu system and it will call either Project 2 or 3 depending on what they choose. How do I call another project??