Subj : Re: About WinMainCRTStartup() function To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Thu Jan 15 2004 07:33 am The author wrote of a function that is provided by a Microsoft compiler. You are not using a Microsoft compiler. .. Ed > Vladimir Grigoriev wrote in message > news:400646e1@newsgroups.borland.com... > > I read from one book that you can use function > WinMainCRTStartup() instead of WinMain() in same > cases ( the author speaks about VC++ 6.0). I try to use > such function with Borland C++ but I get a message > "Error: Unresolved external 'WinMain' referenced from > C:\BC5\LIB\C0W32.obj" > What is wrong? .