#include int APIENTRY WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow ) { MessageBox(NULL, "Hello, Borland C++ Compiler !", "ˆ¥ŽA", MB_OK); return 0; }