Subj : Re: Error in linking .cpp with Borland 4.52 To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Wed Jul 23 2003 03:19 pm You said "and main.cpp is main() function with no contents" If so then you have a function named main (public name _main). My guess is that you did not include the object file from that source file in the link. If you want to use your own startup code then you are on your own. I will not debug it for you. .. Ed > James Kim wrote in message > news:3F1EB768.DDBAB6D0@hhea.hitachi.com... .