Subj : Re: Error: Unresolved External '_main' referenced from module c0nt.ASM To : borland.public.cpp.borlandcpp From : Jeff Baker Date : Sat Jun 12 2004 06:09 pm The only time I've seen this is when a project has no main() function and your trying to build an exe file. - Jeff "Parvathy" wrote in message news:4073db84$1@newsgroups.borland.com... > > Hello > For my application I have to build the code for Unicode. > I have generated the make file. > But when I try to build it in the command prompt I get the error: > MAKE Version 5.0 Copyright (c) 1987, 1997 Borland International > TLink32 @MAKE0000.@@@ > Error: Unresolved External '_main' referenced from module c0nt.ASM > ** error 2 ** deleting ..\BIN\db_admin.exe > > I am using TLINK32 and Borland Version:5.02 > Can someone help me? > > Thanks > > .