what diferent between dev-c++ and borlandc++

Hello, i'm newbie.
I run code on Dev working but Borland now works
Please explain for me!
thank
I'm newbie in C, use Dev-c++ and Borland C++ as the interpret, i don't know when i run this code by Dev is not problem whether by Borland it show error dialog.

http://i468.photobucket.com/albums/rr42/hoangkct2/sshot-2.png

http://i468.photobucket.com/albums/rr42/hoangkct2/sshot-3.png

#include
main()
{
printf("hello world\n");
system("pause");
}

What message showed?

Google