Subj : Re: Error in linking .cpp with Borland 4.52 To : borland.public.cpp.borlandcpp From : James Kim Date : Wed Jul 23 2003 12:44 pm Sorry for my lacking knowledge, but what do you mean by 'I don't see where you linked it'? Maybe that's what I am missing! James Bob Gonder wrote: > James Kim wrote: > > > > >C:\BC45\BIN>tlink /m/v/s/c c0l test main,my_main,,cl > >Turbo Link Version 7.00 Copyright (c) 1987, 1994 Borland International > >Error: Undefined symbol _main in module c0.asm > > _main is in blink.cpp I don't see where you linked it. > > >1) blink.cpp > >void main(void) > >{ > >} /* main() */ .