You should really use the edit function on your posts.
It's not very space-saving to bump off of yourself like that.
As for your problem, I'm no Conitec employee, but I do have the same version of Gamestudio and I don't have that problem. It probably is something in your other software.
do you have DirectX 9.0c?
Code:
void main()
{
cout << "I am MrCode,";
cout << "hear me roar!";
system("PAUSE");
}