Subj : Re: Borland's example, but doesn't link To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Wed Jul 09 2003 03:18 pm "Rob C" wrote: >ERRORS I GET - >Info :Making... >Info :Linking C:\BC5\EXAMPLES\OWL\TUTORIAL\step01.exe >Error: Error: Unresolved external '_main' referenced from C:\BC5\LIB\C0X32.OBJ You need to change the target from CONSOLE (the _main and c0x32 references) to OWL (the OwlMain in the code). .