But the PP_Main.wdl script in the PP collection is the part that has the alignment code, and it works when I try to run main.wdl, which includes it, and I only have A7 Commercial.

Last edited by MrCode; 01/19/08 19:14.

Code:
void main()
{
    cout << "I am MrCode,";
    cout << "hear me roar!";
    system("PAUSE");
}