Subj : Unresolved external '_main' referenced from C:\BC5\LIB\C0X32.OBJ To : borland.public.cpp.borlandcpp From : "Vijay" Date : Thu Jul 24 2003 11:14 am hi every body i am new babie to borland when run simple hellp world application with 5.2 version of borland with the fallowing settings target type :application :exe plat form :win 32 target model : console i enabled only dynamic and multi threaded options in frame work and library options this is my program int main(void) { return 0; } when i build this i am getting Unresolved external '_main' referenced from C:\BC5\LIB\C0X32.OBJ error i need your help guys i am going mad???? .