Yep, the d3d_antialias was the problem. Thanks for the tip.


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