Subj : Re: rebuilding old software To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Mon Dec 29 2003 09:45 am Wrong newsgroup. This newsgroup is for the old Borland C++ compiler, a compiler which supported creating executables for all of DOS, 16 bit Windows 3.1x and Win32. Of those three only 32 bit Windows or Win32 are current. Both DOS and 16 bit Windows have been out of production for years. Your question is about the free compiler which is the set of command line tools from C++ Builder 5, a compiler which only supports Win32. Questions related to that compiler should be placed into C++ Builder newsgroups, groups with the word 'cppbuilder' in their name. GRAPHICS.H is a header file for the BGI, the Borland Graphics Interface, a system for showing graphics in DOS programs. Windows has its own graphics interface and C++ Builder creates only Windows programs. .. Ed > zendamateur wrote in message > news:3ff036fe@newsgroups.borland.com... > > In the past i used to be a c programmer and i have written software for DOS. > I would like to rebuild my sources using the Borland c++ 5.5 compliler. To > my shock there is no Graphics.h anymore. > Could anybody help me how to solve this problem. .