Subj : Re: dos.h library... To : borland.public.cpp.borlandcpp From : Hoon Date : Wed May 05 2004 11:26 am How do I set the project to generate a dos application. Thanx for all the help... "Ed Mulroy [TeamB]" wrote: >Judging from the symptoms I think it likely that the target platform >is not DOS. > >Go to the project window and right click on the EXE name. >Select TargetExpert from the popup window that appears. >In the TargetExpert window look for these things: > >- If the target is EasyWin or 16 bit Windows then those functions > are not available. >- If the target is Win32 or Win32s those functions are not available. > >. Ed > >> Hoon Lee wrote in message >> news:40992035$1@newsgroups.borland.com... >> >> I am using the ide and I have defined a project. I have the >> path to the lib and include directory in my path. I don't >> understand why the linker would cough on these specific >> functions (_delay, _nosound, _sound). Other functions from >> the same header (and I would assume library) are working fine. > > .