Ok, I've now discovered for sure that this is system wide. The frame rate problem occurs in some A6 programs/scripts as well (ABT is not to blame, ).

But I still have to figure out what is causing these problems. Any ideas?


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