Subj : Re: linker error: To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Mon Mar 08 2004 08:44 am If the program is for DOS then the error is probably because the graphics library was not part of the build. That can be handled in either of two ways - Go into the menu system and find under the linker settings where you can specify that it use the graphics library. - Add graphics.lib to the project If the program is for Windows then the error is because the BGI or Borland Graphics Interface is a system to bring graphics capabilities to DOS. It does not work with Windows. Windows provides its own set of graphics functions. .. Ed > Andrea Fasoli wrote in message > news:404c4b6c$1@newsgroups.borland.com... > I have a problem with borland c++ 4.5 (w3.11). > > After compiler the system reports: > > Linker error: undefined symbol _outtextxy in module ..... > > What can I do? .