3aa Subj : Re: accidently used dummy version of owlmain To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Tue Feb 17 2004 06:04 pm You have created a 16 bit EasyWin program, the type that begins at the function main or a 16 or 32 bit Windows GUI program, the type that begins at the function WinMain but the project is set up to create an OWL program, the type of program that starts at the function OwlMain. Right click on the EXE name in the project window. Select TargetExpert from the popup window that appears. In the Target Expert dialog change the type of program to what it is that you intended it to be. .. Ed > Stanley wrote in message > news:40328e80$1@newsgroups.borland.com... > > I had C++ 5 running last year. Now I write a simple hello world > program and get the following msg " you have accidently used > the dummy version of owlmain" Help . 0